Debugging a Program With dbx

Interacting with Events

All breakpoints and other events are deleted for any exec() or fork() process. You can override the deletion for follow fork by setting the dbxenv variable follow_fork_inherit to on, or make them permanent using the -perm eventspec modifier. For more information on using event specification modifiers, see Chapter 6, Event Management."