summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
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 2271cbf153..b926fb5eba 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."), _(" \