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] |
On 11/15/2011 10:33 PM, Luis Machado wrote:+to breakpoint, @dfn{pending tracepoint}---tracepoint whose address isto breakpoints, @dfn{pending tracepoint}---tracepoints whose addresses are
+not yet resolved, is supported as well. Pending tracepoint is notnot yet resolved are supported as well. Pending tracepoints are not
+downloaded to target and not installed until it is resolved. Thedownloaded to and installed on the target until they are resolved. The
+resolution of pending tracepoint requires @value{GDBN} support. Inresolution of pending tracepoints require @value{GDBN} support. In
I noticed that `pending breakpoint' is in singular form in document, so I choose singular form for `pending tracepoint' as well. I am OK with either of them.
"will not be resolved until GDB reconnects to it" meant to say that while GDB is disconnected from the remote target, pending tracepoints won't be resolved. We can be more explicit about this if the phrasing isn't clear.Right, we need "the" here.+remote target, when @value{GDBN} disconnects from remote stub, pendingthe remote target, when @value{GDBN} disconnects from the remote stub, pending
+tracepoint still exists but can not be resolved during disconnection.tracepoints still exist but will not be resolved until @value{GDBN} reconnects to it.There is a minor difference between yours and mine, IIUC. "will not be resolved until GDB reconnects to it" means "pending tracepoints will be resolved immediately after GDB reconnects to it", which is not true. We don't know when a pending tracepoint can be resolved, but we are sure that the pending tracepoint can not be resolved when gdb disconnects. What do you think
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |