This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver


>>>>> Vinayak P Risbud writes:

>             Thanks for your response,
>             I want to debug, my target remotely through
>             TCP/IP link.  The BootCode I have is Redboot,
>             and I am able to ping the target over LAN.

>             How can I do this using GDB ?

By default, RedBoot will listen on port 9000, so something
like this should connect you to the target:

  (gdb) target remote board_name:9000

or

  (gdb) target remote 192.168.1.100:9000

--Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]