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: GDB commands and GDB protocol


I've found this page : http://sources.redhat.com/gdb/onlinedocs/gdb_33.html#SEC679
I still have some questions :
- We just have to handle commands from the page above to manage the GDB protocol (in TCP) ? The is no specific encapsulation ?
- How does Eclipse will know internal registers of my chip (registers like sp, pc, ...) ? Using qXfer and a XML file ? Is it mandatory for a debugger to know internal registers ?


Guillaume Menant


Daniel Jacobowitz a écrit :
On Thu, Oct 11, 2007 at 10:13:20AM +0200, Guillaume MENANT wrote:
Hello, I'm replacing a proprietary application (GRMON) by a free GDB wrapper (to make the link between GDB protocol and a specific one used by GRMON)
In order to do this, I'm seeking a document which would explain the GDB protocol (TCP link) and all mandatory commands in order to interface my application with Eclipse+CDT.

There is documentation of the remote protocol in the manual. If there's anything unclear about it, please ask here so we can improve the documentation.



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