This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tui/1703: the run command suspends gdbtui


The following reply was made to PR tui/1703; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: Joshua Neuheisel <joshua@neuheisel.us>, gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: tui/1703: the run command suspends gdbtui
Date: Sat, 4 Dec 2004 12:22:09 -0500

 On Sat, Dec 04, 2004 at 01:58:00PM -0000, Joshua Neuheisel wrote:
 >  The fix here seems simple:  the exit call in linux_tracefork_child  
 >  should be an "_exit" call instead.  There's no reason for calls  
 >  registered with atexit to execute here, since this was just a  
 >  "temporary" fork for testing purposes only.
 
 You're completely right.  Thanks!  I've checked this in to HEAD.
 
 tui still gets hideously confused if the child has any output, but
 things otherwise work better.
 
 -- 
 Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]