eresi icon indicating copy to clipboard operation
eresi copied to clipboard

ERESI should support the GDB debugging protocol

Open thorkill opened this issue 9 years ago • 0 comments

Currently, our debuggers do not use any specific protocol for communicating between client and server part (only pain text).

GDB has defined a protocol for remote debugging which allows interfacing it with other components (such as vmware, qemu, jtag-based debugging, etc) if a "gdb stub" is written for such external component to handle the gdb protocol.

It is necessary to write such ERESI gdb stub and handling the gdb remote protocol. A first testbed would be to control the embedded ELF debugger (e2dbg) from a gdb client.


Ticket: 60 Reported by: may on Thu May 29 17:45:54 2008

thorkill avatar Apr 23 '16 21:04 thorkill