Re: [Cgdb-users] remote debugging
Brought to you by:
bobbybrasko,
crouchingturbo
From: Martin M. <mar...@gm...> - 2010-06-03 08:56:17
|
Hi Bob, It would be great if you can look at it! Thanks Martin On 3 June 2010 00:58, Bob Rossi <bo...@br...> wrote: > Hi, > > I haven't tried CGDB in this way before. I won't have time > for at least a week (as i'm on vacation), but after that > perhaps I can look into this for you. > > Bob > > On Wed, Jun 02, 2010 at 10:27:33AM +0200, Martin Mizera wrote: >> Hello, >> I'm using gdb remote debugging: >> on target machine(ip address 10.20.30.40, process to debug PID >> 2345)(its that one, which I want to debug) I start gdbserver like >> this: >> gdbserver HOST:2345 --attach 1234 ( I simply attach to process) >> >> on my local machine, I can connect by : gdb binaty and than in gdb >> window write target remote 10.20.30.40:2345 >> Every thing works ok. >> >> If I use cgdb instead gdb on my machine, the upper window (where is >> code displayed) is not corresponding with remote binary ( I mean, that >> is not updated if I write "n" (next) to gdb window, it points still to >> same place in the code) >> >> So my question is: Supports cgdb remote debugging via gdbserver? >> If yes, can you write me, what am I doing wrong? >> >> Thanks and have a nice day :-) >> Martin >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Cgdb-users mailing list >> Cgd...@li... >> https://lists.sourceforge.net/lists/listinfo/cgdb-users > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Cgdb-users mailing list > Cgd...@li... > https://lists.sourceforge.net/lists/listinfo/cgdb-users > |