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 v3 9/9] Explicit locations: documentation updates


On 03/01/2015 01:24 PM, Doug Evans wrote:
> Keith Seitz <keiths@redhat.com> writes:
>
>> diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
>> index 046219b..a902b7b 100644
>> --- a/gdb/breakpoint.c
>> +++ b/gdb/breakpoint.c
>> @@ -16114,25 +16114,44 @@ all_tracepoints (void)
>>   }
>>
>>   
>> +/* This help string is used to consolidate all the help string for specifying
>> +   locations used by several commands.  */
>
> ====
> A blank line here would help readability (for this reader).
>

Added.

>> +@subsection Explicit Locations
>> +@cindex explicit locations
>> +@anchor{Explicit Locations}
>> +
>> +@dfn{Explict locations} allow the user to directly specify the source
>
> ====
> Typo. Explicit.
>

Fixed -- good catch!

Keith


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