Date: Thu, 28 Apr 94 17:45:29 -0400 From: dj AT ctron DOT com (DJ Delorie) To: leisner AT sdsp DOT mc DOT xerox DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: gdb update? > How will this work? go32 -d gdb [arguments . . .] > The debugger currently being used is pretty bad... Sorry! I needed very little to do my debugging, and never got around to adding to it. > gdb wants ptrace capability in the kernel... Not really. GDB uses an interface called a "target". I took out the ptrace-based target and added an exdebug-based target in its place. > How do we get this on dos? ftp.cygnus.com:pub/dj/gdb* > Where can I see what is currently being done? In the sources, which (my part at least) are poorly coded and more poorly commented, because I only cared about getting it working at the time. DJ