DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
adb: absolute debugger

Deleting breakpoints

To delete a breakpoint from a program, use the :dl command. The command has the following form:

address :dl

In the above command line address is the address of the breakpoint to be deleted. The :dl command is typically used to delete breakpoints no longer required. The following deletes the breakpoint set at the start of the function ``main'':

   main:dl

Next topic: Displaying the C stack backtrace
Previous topic: Killing a program

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003