aboutsummaryrefslogtreecommitdiff
path: root/gdb/lin-lwp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/lin-lwp.c')
-rw-r--r--gdb/lin-lwp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/lin-lwp.c b/gdb/lin-lwp.c
index 4d04d62..10ee380 100644
--- a/gdb/lin-lwp.c
+++ b/gdb/lin-lwp.c
@@ -1896,9 +1896,10 @@ _initialize_lin_lwp (void)
sigemptyset (&blocked_mask);
- add_show_from_set (add_set_cmd ("lin-lwp", no_class, var_zinteger,
- (char *) &debug_lin_lwp,
- "Set debugging of GNU/Linux lwp module.\n\
+ deprecated_add_show_from_set
+ (add_set_cmd ("lin-lwp", no_class, var_zinteger,
+ (char *) &debug_lin_lwp,
+ "Set debugging of GNU/Linux lwp module.\n\
Enables printf debugging output.\n", &setdebuglist), &showdebuglist);
}