mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
* gdb.texinfo (Remote configuration): Document "set/show
get-thread-local-storage-address". Add cross-reference to the description of the qGetTLSAddr packet. (General Query Packets): Mention "set remote get-thread-local-storage-address" and add a reference to its description.
This commit is contained in:
parent
24ec834bce
commit
0abb7bc72f
@ -1,3 +1,12 @@
|
|||||||
|
2005-04-22 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* gdb.texinfo (Remote configuration): Document "set/show
|
||||||
|
get-thread-local-storage-address". Add cross-reference to the
|
||||||
|
description of the qGetTLSAddr packet.
|
||||||
|
(General Query Packets): Mention "set remote
|
||||||
|
get-thread-local-storage-address" and add a reference to its
|
||||||
|
description.
|
||||||
|
|
||||||
2005-04-19 Nick Roberts <nickrob@snap.net.nz>
|
2005-04-19 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
* gdb.texinfo (Backtrace): Describe 'bt full'.
|
* gdb.texinfo (Backtrace): Describe 'bt full'.
|
||||||
|
@ -12099,6 +12099,19 @@ packets.
|
|||||||
@itemx show remote access-watchpoint-packet
|
@itemx show remote access-watchpoint-packet
|
||||||
@itemx show remote Z-packet
|
@itemx show remote Z-packet
|
||||||
Show the current setting of @samp{Z} packets usage.
|
Show the current setting of @samp{Z} packets usage.
|
||||||
|
|
||||||
|
@item set remote get-thread-local-storage-address
|
||||||
|
@kindex set remote get-thread-local-storage-address
|
||||||
|
@cindex thread local storage of remote targets
|
||||||
|
This command enables or disables the use of the @samp{qGetTLSAddr}
|
||||||
|
(Get Thread Local Storage Address) request packet. The default
|
||||||
|
depends on whether the remote stub supports this request.
|
||||||
|
@xref{General Query Packets, qGetTLSAddr}, for more details about this
|
||||||
|
packet.
|
||||||
|
|
||||||
|
@item show remote get-thread-local-storage-address
|
||||||
|
@kindex show remote get-thread-local-storage-address
|
||||||
|
Show the current setting of @samp{qGetTLSAddr} packet usage.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node remote stub
|
@node remote stub
|
||||||
@ -22771,6 +22784,10 @@ An error occurred.
|
|||||||
An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
|
An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Use of this request packet is controlled by the @code{set remote
|
||||||
|
get-thread-local-storage-address} command (@pxref{Remote
|
||||||
|
configuration, set remote get-thread-local-storage-address}).
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Register Packet Format
|
@node Register Packet Format
|
||||||
|
Loading…
Reference in New Issue
Block a user