This is the mail archive of the gdb@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]

Interrupting GDB - MinGW32 port


Hello,
 I am using GDB on W2K:
gdb --version:
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "mingw32".

I would like to know how to interrupt GDB under W2K/MS Windows platform.
I am trying to debug Emacs, I need to enable a breakpoint at a particular
point during execution of Emacs under GDB (I have GCC compiled Emacs).
When I try CTRL-C, GDB does not interrupt Emacs as is done under UNIX OS.
CTRL-Break kills GDB and comes out of GDB. Is there a way to
break/interrupt the debugged process under W2K?
 Any help in this regard will be of great use as I have to use GDB and
 under W2K. The bug I am trying to track happens only under GCC built
 Emacs on MS Windows platform. Since the Emacs binary s built using GCC
 (MinGW32), I have to use GDB (and not MSDEV) to debug it.

with best regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www32.brinkster.com/schemer/


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