RFC: C/C++ preprocessor macro support for GDB

Andrew Cagney ac131313@cygnus.com
Mon Mar 18 07:16:00 GMT 2002


> - GDB has commands like this:
> 
>         (gdb) break *ADDRESS if CONDITION
> 
> 
BTW, that is an easy one :-)  GDB also has commands like:

	(gdb) disassemble ADDRESS ADDRESS

At present the addresses are identified by searching for `` '' using 
strchr().

Enjoy,
Andrew





More information about the Gdb-patches mailing list