dc[?] Continue execution
Usage: dc Execution continuation commands
dcContinue execution of all children-
dc < /path/to/multilineto insert multiple inputs
-
dc <pid>Continue execution of piddc[-pid]Stop execution of piddca [sym] [sym].Continue at every hit on any given symboldcbContinue back until breakpoint debug continue breakpoint-
dcbSimilar todsbbut instead of setting back, it will continue back till breakpoint
-
dccContinue until call (use step into) debug continue calldccuContinue until unknown call (call reg)dcfContinue until fork (TODO) debug continue forkdck <signal> <pid>Continue sending signal to processdco <num>Step overinstructions debug step over dcpContinue until program code (mapped io section) debug continue program code-
dcrContinue until ret (uses step over) debug continue ret -
dcs[?] <num>Continue until syscall debug continue syscall -
dct <len>Traptrace from curseek to len, no argument to list -
dcu[?] [..end|addr] ([end])Continue until address (or range) debug continue until
dc dca dcb dcc dccu dcf dck dco dcp dcr dcs dct dcu