This is the mail archive of the gdb-patches@sourceware.org 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: [patch, doc RFA]: New python function lookup_global_symbol


> Date: Tue, 22 Feb 2011 14:50:10 -0800
> From: Doug Evans <dje@google.com>
> Cc: gdb-patches@sourceware.org
> 
> Thanks.
> Here is what I checked in.

One comment about your commit:

> +is a field of a method's object (e.g., @code{this} in @code{C++}),

We use "C@t{++}" in the manual for the C++ language.  Putting it all
in @code is not right, because it isn't a program symbol, and it also
looks weird in the Info output, where @code is converted to `..'
quoted string.

Thanks.


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