User`s guide

115
If you specify a signal, then dbx sends the signal to your
program. If you do not provide a signal, but your program
stopped because dbx caught a signal intended for your
program, then dbx sends that signal to your program when
you continue execution.
conti [signal] in procedure
Sets a temporary breakpoint to stop execution upon
entering the specified procedure, then resumes execution
with the current machine instruction. When your program
reaches the breakpoint in procedure, dbx stops your
program and deletes the temporary breakpoint.
If you specify a signal, then dbx sends the signal to your
program. If you do not provide a signal, but your program
stopped because dbx caught a signal intended for your
program, then dbx sends that signal to your program when
you continue execution.
corefile [file] If you provide a filename, dbx uses the program data stored
in the core dump file.
If you do not provide a filename, dbx displays the name of
the current core file.
delete {item [, item ...] | all}
Deletes the item(s) specified. If you use the keyword all
instead of listing individual items, dbx deletes all
breakpoints, traces, and conditional commands.
delpgrp pid [ ... ]
Deletes the process IDs specified from the group list.
delproc pid [ ... ]
Deletes the specified process(es) from the pool of dbx
controlled processes.
dir [dir ...] If you provide one or more directories, dbx adds those
directories to the end of the source directory list.
If you do not provide any directories, dbx displays the
current source directory list.