This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> - 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]