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 5/5] Document


On Wednesday 16 November 2011 03:13:06, Yao Qi wrote:
> +Pending tracepoints are not downloaded to target and not installed until

to the target

> +they are resolved.  The resolution of pending tracepoints requires
> +@value{GDBN} support.  

This sentence confused me a little.   Everything in GDB requires GDB
support.  :-)  I suggest joining it with the following sentence, like
say:

 The resolution of pending tracepoints requires
 @value{GDBN} support---in the remote target, when @value{GDBN}
 disconnects from the remote stub, pending tracepoints still exist
 but can not be resolved while @value{GDBN} is disconnected.

> +disconnects from remote stub, pending tracepoints still exists but can
               from the remote stub                  still exist

-- 
Pedro Alves


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