gdb: In-Process Agent Protocol

 
 30.1 In-Process Agent Protocol
 ==============================
 
 The in-process agent is able to communicate with both GDB and GDBserver
 (SeeIn-Process Agent).  This section documents the protocol used
 for communications between GDB or GDBserver and the IPA. In general, GDB
 or GDBserver sends commands (SeeIPA Protocol Commands) and data to
 in-process agent, and then in-process agent replies back with the return
 result of the command, or some other information.  The data sent to
 in-process agent is composed of primitive data types, such as 4-byte or
 8-byte type, and composite types, which are called objects (SeeIPA
 Protocol Objects).
 

Menu