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] rudimentary infrun debugging


Randolph Chung wrote:
You'll need to add this to the gdb.texinfo documentation (it goes in appendix), just post that separatly.


ok, maybe i'm just blind, but where are the other debug commands
documented? i don't see it....

Look for:


@node Debugging Output
@section Optional messages about internal happenings
@cindex optional debugging messages

(in gdb.texinfo, not gdbinit.texinfo)

For the output, minor tweaks:
- prefix things with a single consistent "infrun: " (and if that makes other prefixes redundant (e.g., "inferior: ") drop it - your call.
- that ``space before an lparen in function calls'' vis: ``` resume (...''.
- prefix addresses with 0x (I note you're spot on with using paddr_nz).

thanks, Andrew


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