How to perform remote debugging using GDB for ARM processors
Bahadir Balban
bahadir.balban@gmail.com
Wed Feb 14 15:32:00 GMT 2007
On 2/14/07, Rakesh Kumar <hkrakeshkumar@hotmail.com> wrote:
> Hi,
>
> I want to know how to go about the process of remote debugging using GDB for
> applications running/resident on ARM Processors.
>
> Regards,
> Rakesh Kumar H.K.
>
You need software on the target that supports the gdb stubs. Depending
on the connection setup, you should do something like:
% target remote <ip_address>:<port>
also there are arm-specific connection options if you have the
debugger compiled for remote debugging arm targets. After successful
connection the rest is the same as debugging on the host.
Bahadir
More information about the Gdb
mailing list