Re: FW: gdbserver on cygwin

2012-06-30 Thread Richard H Lee
es/ > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver But the gdbserver binary is not available from setup.exe . It does however compile and function correctly from source. feel free to offer yourself as package maintainer http://cygwin.com/setup.html Sorry, no. gdbserver is part of g

Re: FW: gdbserver on cygwin

2012-06-30 Thread Christopher Faylor
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver >> >> But the gdbserver binary is not available from setup.exe . >> It does however compile and function correctly from source. >> > >feel free to offer yourself as package maintainer > >http://cygwin.com/setu

Re: FW: gdbserver on cygwin

2012-06-30 Thread marco atzeri
On 6/30/2012 3:18 PM, Richard H Lee wrote: On 30/06/2012 03:07, Buchbinder, Barry (NIH/NIAID) [E] wrote: >> Is it supported yet? > > http://cygwin.com/packages/ > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver But the gdbserver binary is not available from setu

Re: FW: gdbserver on cygwin

2012-06-30 Thread Richard H Lee
On 30/06/2012 03:07, Buchbinder, Barry (NIH/NIAID) [E] wrote: >> Is it supported yet? > > http://cygwin.com/packages/ > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver But the gdbserver binary is not available from setup.exe . It does however compile and function correc

FW: gdbserver on cygwin

2012-06-29 Thread Buchbinder, Barry (NIH/NIAID) [E]
Richard H Lee wrote on June 29, 2012 7:29 PM > As of 2003 gdbserver was not supported on cygwin. > > Is it supported yet? http://cygwin.com/packages/ http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver - Barry Disclaimer: Statements made herein are not made on behalf

gdbserver on cygwin

2012-06-29 Thread Richard H Lee
As of 2003 gdbserver was not supported on cygwin. Is it supported yet? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: gdb/gdbserver not responding with cygwin

2007-04-19 Thread Dave Korn
age queue, not redrawing, hourglass-cursor forever sense of the word). He downgraded his installed cygwin gdb to the previous release version (20041228-3) and it started working again. >> However, that having been said...because gcc, gdb/insight, and cygwin >> all seem to work as expected

Re: gdb/gdbserver not responding with cygwin

2007-04-19 Thread Doug Schaefer
rations know about it. That way we can continue to interact with Windows tools as they need and cygwin tools as they need. > > However, that having been said...because gcc, gdb/insight, and cygwin > all seem to work as expected in standalone mode, there's not much that > the c

Re: gdb/gdbserver not responding with cygwin

2007-04-18 Thread Charles Wilson
cygwin target, well, that's a whole 'nother ball of wax. However, that having been said...because gcc, gdb/insight, and cygwin all seem to work as expected in standalone mode, there's not much that the cygwin developers can do. I don't know of anyone who has tried to use

Re: gdbserver: Child terminated with signal = 5

2006-07-24 Thread Christopher Faylor
On Tue, Jul 25, 2006 at 10:25:13AM +0800, veinson.fu wrote: >i use gdb6.4 for remote debug between windows-xp(gdb) and linux(gdbserver). >the gdb of windows-xp is recompiled by gcc of cygwin and >the gdbserver of linux is also recompiled on linux. > >but i occure two problems. &

gdbserver: Child terminated with signal = 5

2006-07-24 Thread veinson.fu
i use gdb6.4 for remote debug between windows-xp(gdb) and linux(gdbserver). the gdb of windows-xp is recompiled by gcc of cygwin and the gdbserver of linux is also recompiled on linux. but i occure two problems. 1. when i set a breakpoint in my source-code(no multithread) at client, the target

Strange behaviour using Cygwin GDB with Linux GDBServer

2003-10-30 Thread Michael King
I am seeing some strange behavior while using Cygwin GDB and connecting to a remote machine via TCP/IP running Linux and GDBServer. The machine running Cygwin is a P4 with Windows 2000, I do have Administer privileges. The version of GDB is 2003-03-03-cvs (cygwin-special), and I have also

Re: gdbserver

2001-12-06 Thread Matt Sykes
> > trying to find some symbols, > > cd /lib > grep --print-file-name * | grep mywait > cd /usr/lib > grep --print-file-name * | grep mywait > > doesn't give anything. > oops that was a typo. should be nm --print-file-name.

gdbserver

2001-12-06 Thread Matt Sykes
What is the status of gdbserver on cygwin? Does it exist? Is it usable? I was unable to compile gdbserver from the source .tar.bz2 in the cygwin distribution. I also tried the "raw" gdb-5.0 sources from fsf which don't compile either (expectedly so I presume).