Re: gdb attach hangs

2005-05-29 Thread Sunil
ok, in that case, why does the following hang? this is not attach. $ gdb /usr/bin/gnome-panel.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change

Re: gdb attach hangs

2005-05-29 Thread Christopher Faylor
On Sat, May 28, 2005 at 11:11:28PM -0700, Sunil wrote: >I have compiled gnome-panel in debug mode. I try to attach to it with >gdb, it just hangs like this: You can probably blame Microsoft for that. If the program is sitting in a blocking Windows API call or it is executing in dll initializatio

gdb attach hangs

2005-05-28 Thread Sunil
Hi, I have compiled gnome-panel in debug mode. I try to attach to it with gdb, it just hangs like this: --- $ gdb /usr/bin/gnome-panel.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public Licens