From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: Kevin Buettner Cc: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add control variable for debug output to linux threads Date: Mon, 30 Apr 2001 10:29:00 -0000 Message-id: <3AEDA0ED.25FF92AB@cygnus.com> References: <200104191140.f3JBemM02725@delius.kettenis.local> <3AE8AB9E.DC0E5BB0@cygnus.com> <1010427212615.ZM20249@ocotillo.lan> X-SW-Source: 2001-04/msg00277.html Kevin Buettner wrote: > > On Apr 26, 4:13pm, Michael Snyder wrote: > > > This patch replaces your DEBUG macro with a runtime variable that is > > settable by a user command. At some recent check-in, you left the > > DEBUG macro turned on, and users have been asking about the extra > > messages. > > > > 2001-04-26 Michael Snyder > > > > * thread-db.c (_initialize_thread_db): Add set/show command > > "debug-linux-threads" for debugging output. > > * lin-lwp.c (various): Use global "debug_linux_threads to > > turn on extra debugging output. > > Michael, > > I have problems with your patch since it does a bit more than > advertised. > > First, the following portion reverts a change from Mark Kettenis: Ah darn, my bad. I'll revert it and try again.