From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add control variable for debug output to linux threads Date: Thu, 26 Apr 2001 21:05:00 -0000 Message-id: <3AE8EFC8.978B9D4E@cygnus.com> References: <200104191140.f3JBemM02725@delius.kettenis.local> <3AE8AB9E.DC0E5BB0@cygnus.com> X-SW-Source: 2001-04/msg00259.html Michael Snyder wrote: > + add_show_from_set (add_set_cmd ("debug-linux-threads", class_support, > + var_boolean, (char *) &debug_linux_threads, > + "Set debug output for linux-threads \ > + on or off.\nUse \"on\" to enable, \"off\" to disable.", &setlist), > + &showlist); FYI, All debug variables now hang off the ``set debug ...'' command. See ``set debug remote'' for how to correctly do this. Andrew