* How to perform remote debugging using GDB for ARM processors
@ 2007-02-14 12:04 Rakesh Kumar
2007-02-14 12:42 ` Daniel Jacobowitz
2007-02-14 15:32 ` Bahadir Balban
0 siblings, 2 replies; 3+ messages in thread
From: Rakesh Kumar @ 2007-02-14 12:04 UTC (permalink / raw)
To: gdb
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.
_________________________________________________________________
Get up-to-date with movies, music and TV. Its happening on MSN Entertainment
http://content.msn.co.in/Entertainment/Default
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to perform remote debugging using GDB for ARM processors
2007-02-14 12:04 How to perform remote debugging using GDB for ARM processors Rakesh Kumar
@ 2007-02-14 12:42 ` Daniel Jacobowitz
2007-02-14 15:32 ` Bahadir Balban
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2007-02-14 12:42 UTC (permalink / raw)
To: Rakesh Kumar; +Cc: gdb
On Wed, Feb 14, 2007 at 11:27:27AM +0530, Rakesh Kumar wrote:
> Hi,
>
> I want to know how to go about the process of remote debugging using GDB
> for applications running/resident on ARM Processors.
Please see the manual, and then ask here if you have more specific
questions.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to perform remote debugging using GDB for ARM processors
2007-02-14 12:04 How to perform remote debugging using GDB for ARM processors Rakesh Kumar
2007-02-14 12:42 ` Daniel Jacobowitz
@ 2007-02-14 15:32 ` Bahadir Balban
1 sibling, 0 replies; 3+ messages in thread
From: Bahadir Balban @ 2007-02-14 15:32 UTC (permalink / raw)
To: Rakesh Kumar; +Cc: gdb
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-14 15:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 12:04 How to perform remote debugging using GDB for ARM processors Rakesh Kumar
2007-02-14 12:42 ` Daniel Jacobowitz
2007-02-14 15:32 ` Bahadir Balban
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox