gdb load command flow

Ramana Radhakrishnan ramana.r@gmail.com
Fri Nov 14 08:13:00 GMT 2008


On Fri, Nov 14, 2008 at 8:06 AM,  <raja.saleru@iap-online.com> wrote:
>
> Hi
>
> I would like to know the flow between the gdb and OpenOPCD communication
> when the below command is executed.
>
> (gdb) load
>
> I understand till the flow
>
>  command_line_handler -> load_command() -> target_load() -> generic_load()->
>
> from generic load, how it will communicate with gdbserver of OpenOCD ? Is
> it through socket write() or through RSP (remtoe serial protocol) ? for
> sending the executable segments into the target for loading ?

set debug remote on

help set debug

will help you.


cheers
Ramana

>
>
> At the OpenOCD, which function is called for loading ?
>
> Thanks in Advance
> Raja Saleru
>
>



More information about the Gdb mailing list