RE: gdb in xfree86: ^C

2002-02-15 Thread Heribert Dahms
- > From: Pierre Muller [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 18:28 > To: [EMAIL PROTECTED] > Subject: Re: gdb in xfree86: ^C > > At 21:04 11/02/2002 , David a écrit: > >Hello, > > > >I am running xfree86 on top of cygwin on a WindowsNT. I

gdb in xfree86: ^C

2002-02-14 Thread David
Hi, Thank you very much for your reply Yes, I can run xclock for example from a WindowsNT cygwin bash shell and hit cntl-c and break into it: gdb -nowindows xclock run cntl-c However, strangely enough, when I hit cntl-c, while it does break into the gdb session, it also

Re: gdb in xfree86: ^C

2002-02-14 Thread Pierre Muller
At 21:04 11/02/2002 , David a écrit: >Hello, > >I am running xfree86 on top of cygwin on a WindowsNT. I compile >a short program ( included below with make file ) and run it >in gdb: > > gdb -nowindows mtest0_bin.exe > run Strange I get completely different results. (I compiled yo

Re: Second Request: gdb in xfree86: ^C

2002-02-14 Thread Larry Hall (RFK Partners, Inc)
At 08:51 AM 2/14/2002, David wrote: >Hello, > >I am running xfree86 on top of cygwin on a WindowsNT. In an >xterm, I enter the following commands: > > gdb -nowindows /usr/X11R6/bin/editres.exe > run > >After the program starts, if I enter Cntl-C in the gdb window, the >xserver die

Second Request: gdb in xfree86: ^C

2002-02-14 Thread David
Hello, I am running xfree86 on top of cygwin on a WindowsNT. In an xterm, I enter the following commands: gdb -nowindows /usr/X11R6/bin/editres.exe run After the program starts, if I enter Cntl-C in the gdb window, the xserver dies. Is there a way to break into gdb without kil