aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2021-12-22 15:33:38 +0000
committerAndrew Burgess <aburgess@redhat.com>2022-01-12 10:51:03 +0000
commit8864ef428d92e58b48ec11136d3b91622345c838 (patch)
tree6effc2753ec2c55df363371fd2732709765d9c5f /gdb/linux-nat.c
parenta8bc481f352d61bb2962e983a1c1c1fdad0230b7 (diff)
downloadgdb-8864ef428d92e58b48ec11136d3b91622345c838.zip
gdb-8864ef428d92e58b48ec11136d3b91622345c838.tar.gz
gdb-8864ef428d92e58b48ec11136d3b91622345c838.tar.bz2
gdb: rename lin-lwp to linux-nat in set/show debug
Rename 'set debug lin-lwp' to 'set debug linux-nat' and 'show debug lin-lwp' to 'show debug linux-nat'. I've updated the documentation and help text to match, as well as making it clear that the debug that is coming out relates to all aspects of Linux native inferior support, not just the LWP aspect of it. The boundary between general "native" target debug, and the lwp specific part of that debug was always a little blurry, but the actual debug variable inside GDB is debug_linux_nat, and the print routine linux_nat_debug_printf, is used throughout the linux-nat.c file, not just for lwp related debug, so the new name seems to make more sense.
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r--gdb/linux-nat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index 2271cbf..b926fb5 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -195,13 +195,13 @@ enum tribool have_ptrace_getregset = TRIBOOL_UNKNOWN;
static bool debug_linux_nat;
-/* Implement 'show debug lin-lwp'. */
+/* Implement 'show debug linux-nat'. */
static void
show_debug_linux_nat (struct ui_file *file, int from_tty,
struct cmd_list_element *c, const char *value)
{
- fprintf_filtered (file, _("Debugging of GNU/Linux lwp module is %s.\n"),
+ fprintf_filtered (file, _("Debugging of GNU/Linux native targets is %s.\n"),
value);
}
@@ -4529,7 +4529,7 @@ void _initialize_linux_nat ();
void
_initialize_linux_nat ()
{
- add_setshow_boolean_cmd ("lin-lwp", class_maintenance,
+ add_setshow_boolean_cmd ("linux-nat", class_maintenance,
&debug_linux_nat, _("\
Set debugging of GNU/Linux native target."), _(" \
Show debugging of GNU/Linux native target."), _(" \