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]

gdb load command flow


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 ?


At the OpenOCD, which function is called for loading ?

Thanks in Advance
Raja Saleru


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