Message-ID: <354F8FBB.B6B4C5CA@gmx.net> Date: Tue, 05 May 1998 22:16:27 +0000 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Andris Pavenis CC: Eli Zaretskii , Nate Eldredge , djgpp-workers AT delorie DOT com Subject: Re: C++ debugging with GDB References: <199805050025 DOT AA015687941 AT typhoon DOT rose DOT hp DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Andris Pavenis wrote : > > - Previously I was not able to get normal reaction to SIGINT in DJGPP port of > gdb-4.16 when I built it from sources (The process I'm debugging does no > more exist when I'm getting next gdb prompt after SIGINT, this is not so > in binary archive built by Robert [gdb416b.zip] and in binaries I have built > under Linux I don't remember exactly about the gdb416b.zip archive, but I know, that there were some problems so I disabled it later completely by killing the debugged process if y signal occours. After some analizing and thinking and not finding a solution I came to the fact, that it is currently _impossible_ to catch any signals when debugging on DJGPP without doing many changes. Robert