gdb proper

Topics for the Eclipse Environment
Post Reply
ckoehler
Posts: 81
Joined: Sat Mar 13, 2010 9:04 pm

gdb proper

Post by ckoehler »

Hello,

Has anyone tried using gdb command line from a Mac or Linux box to remote debug the board?
I got the app waiting at Initialized GDB TCP, and connected to it via gdb, which tells me:

Remote debugging using 192.168.3.30:2159
0xe0e40c02 in ?? ()

Any idea where to go from here?

Thanks!

Christoph
User avatar
Forrest
Posts: 287
Joined: Wed Apr 23, 2008 10:05 am

Re: gdb proper

Post by Forrest »

Hello,

There is actually a command line GDB guide in the C:\nburn\docs\NetBurnerPcTools\NetBurnerPcTools.pdf guide. See section 8. This was done on a windows PC, but I don't think that it would be any different on a mac or linux.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
Post Reply