You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,10 @@ Of course, most use-cases will want to support additional debugging features as
89
89
- Read auxiliary vector (`info auxv`)
90
90
- Extra thread info (`info threads`)
91
91
- Extra library information (`info sharedlibraries`)
92
+
- Tracepoints
93
+
- Configure tracepoints and actions to perform when hit
94
+
- Select and interrogate collected trace frames
95
+
-_Note:_ Feature support is not exhaustive, and many feature haven't been implemented yet.
92
96
93
97
_Note:_ GDB features are implemented on an as-needed basis by `gdbstub`'s contributors. If there's a missing GDB feature that you'd like `gdbstub` to implement, please file an issue and/or open a PR!
0 commit comments