This is the mail archive of the gdb@sourceware.org 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: How to perform remote debugging using GDB for ARM processors


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


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