Skip to content

Tracepoints support #157

@cczetier

Description

@cczetier

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions