Re: [Cgdb-announce] [Cgdb-devel] cgdb-0.6.4-rc1 beta available
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2007-04-15 13:27:56
|
On Sun, Apr 15, 2007 at 03:05:55PM +0200, Jens Frederich wrote: > Hi, Bob > > ok. I try to make a osx ppc and intel version package. Thanks Jens, If it works fine, next week maybe you can make another and we'll send it up to the website! Is there any chance you can check to make sure cgdb hasn't regressed on Mac OS X? Here is the bug that we fixed in the last release, * CGDB now uses a psuedo terminal (PTY) to start GDB on, instead of using a pipe. Jens Frederich reported that on a Mac, typing Ctrl-C while the inferior was running would cause GDB to shut down, thus causing CGDB to shut down. This patch fixes that problem. At the same time, this patch caused GDB to ask the user several other questions regarding shared breakpoints, and quiting while the inferior is running. Thus, CGDB acts more as if you were just using GDB. Thanks, Bob Rossi |