[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] Announce: Multithreaded application debu g now supported
Hi Falk
Brettschneider Falk wrote:
> do you plan to support serial connections too?
> The device here hasn't TCP/IP. So it seems we cannot benefit from your new
> feature at present.
You can tunnel gdb/gdbserver over a serial port very easily:
On the Microblaze:
$ gdbserver /dev/ttyS0 /bin/myapp
(substitute ttyS1 as appropriate)
On the host when you connect use serial connection (instead of TCP/IP).
If you only have one serial port on the MicroBlaze it can be a bit
tricky overlapping the console IO with gdbserver. I'll try to work up a
quick example of how it's done, and post it soon.
Regards,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/