Previous: IPA Protocol Objects, Up: In-Process Agent Protocol [Contents][Index]
The spaces in each command are delimiters to ease reading this commands specification. They don’t exist in real commands.
Installs a new fast tracepoint described by tracepoint_object (see tracepoint object). The gdb_jump_pad_head, 8-byte long, is the head of jumppad, which is used to jump to data collection routine in IPA finally.
Replies:
target_address is address of tracepoint in the inferior. The gdb_jump_pad_head is updated head of jumppad. Both of target_address and gdb_jump_pad_head are 8-byte long. The fjump contains a sequence of instructions jump to jumppad entry. The fjump_size, 4-byte long, is the size of fjump.
for an error
Closes the in-process agent. This command is sent when GDB or GDBserver is about to kill inferiors.
See qTfSTM.
See qTsSTM.
See qTSTMat.
Asks in-process agent to probe the marker at address.
Replies:
for an error
Asks in-process agent to unprobe the marker at address.