diff options
author | Guinevere Larsen <guinevere@redhat.com> | 2025-05-15 11:07:03 -0300 |
---|---|---|
committer | Guinevere Larsen <guinevere@redhat.com> | 2025-06-05 08:54:06 -0300 |
commit | 96662aacaa0cf0a9766d874fc9577a5da417dbcc (patch) | |
tree | 94d4e64ba53b6fd9db72d7d90b49ae59d950e592 /gdb/doc | |
parent | 9dbef4c2897df267fc0b783e673ddcc48ed04c90 (diff) | |
download | binutils-96662aacaa0cf0a9766d874fc9577a5da417dbcc.zip binutils-96662aacaa0cf0a9766d874fc9577a5da417dbcc.tar.gz binutils-96662aacaa0cf0a9766d874fc9577a5da417dbcc.tar.bz2 |
gdb/solib: rename convenience variable to _linker_namespace
Based on feedback from IRC and PR solib/32959, this commit renames the
recently introduced convenience variable $_current_linker_namespace to
the shorter name $_linker_namespace. This makes it more in line with
existing convenience variables such as $_thread and $_inferior, and
faster to type.
It should be ok to simply change the name because the variable was never
released to the public, so there should be no existing scripts depending
on the name.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32959
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Andrew Burgess <aburgess@redhat.com>
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9aad9e7..7d06e1f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13109,8 +13109,8 @@ environment variable. Number of active linkage namespaces in the inferior. In systems with no support for linkage namespaces, this variable will always be set to @samp{1}. -@vindex $_current_linker_namespace@r{, convenience variable} -@item $_current_linker_namespace +@vindex $_linker_namespace@r{, convenience variable} +@item $_linker_namespace The namespace which contains the current location in the inferior. This returns @value{GDBN}'s internal numbering for the namespace. In systems with no support for linker namespaces, this variable will always be set to |