Debugging a Program With dbx

stop

When the event specified by the stop command occurs, the process is stopped.


stop event-specification
 [ modifier]

stop is shorthand for a common when idiom:


when event-specification { stop -update;
whereami; }