Debugging a Program With dbx

cont

Use the cont command to continue execution. In a multithreaded process, all threads are resumed.


cont

To continue execution at line lineid is optional.


cont line id

To continue execution with the signal sig:


cont ... -sig sig

To continue execution from a specific thread or LWP:


cont id

To continue execution and follow a forked process:


cont ... -follow parent|child