-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
API-non-breakingNon-breaking API changeNon-breaking API changenew-protocol-extensionNew feature or requestNew feature or request
Description
GDB has support for tracepoints (https://sourceware.org/gdb/current/onlinedocs/gdb.html/Tracepoints.html) for collecting information on the agent without needing to be driven by GDB. gdbstub currently doesn't support tracepoints in any capacity.
I'm currently working on a patch that adds "barebones" tracepoint support, which corresponds to parsing the packets related to setting up tracing experiments and reading the data back. Tracepoints are able to be configured with agent bytecode programs that record arbitrary information instead of only purely hitcounts as well, which is currently out of scope of the patch (and would possibly desire integration into with something like #40).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API-non-breakingNon-breaking API changeNon-breaking API changenew-protocol-extensionNew feature or requestNew feature or request