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: [RFA][python] Add program space support


On Fri, Apr 9, 2010 at 12:36 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 8 Apr 2010 15:24:32 -0700
>> From: Doug Evans <dje@google.com>
>> Cc: gdb-patches@sourceware.org
>>
>> >> +A program space, or ``progspace'', represents a symbolic view
>> >> +of an address space.
>> >
>> > An @xref here to where program spaces are described would be useful.
>>
>> There is no existing section describing program spaces and I wouldn't
>> know what to say beyond what I've already written.
>> Suggestions? ?We *could* leave it as is for now.
>
> I didn't ask for you to explain again what program spaces are. ?I
> asked for a cross-reference to the place where they are already
> explained. ?Like this:
>
> ?@xref{Inferiors and Programs, program spaces}, for more details
> ?about program spaces.
>
> Thanks.
>

I guess I misunderstood.  I grepped all of gdb.texinfo, including that
particular xref, and saw nothing that would satisfy "where program
spaces are described" (or explained).
Plus the only reference to program spaces in that particular xref is
inside the description of a "maint" command - "[...], when debugging
GDB itself, ...".  It didn't seem kosher to refer users to sections
intended for GDB developers.  But no matter, learn something new every
day.
Thanks.


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