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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Of course, most use-cases will want to support additional debugging features as
77
77
- Extend the GDB protocol with custom debug commands using GDB's `monitor` command
78
78
- Get target memory map
79
79
- Perform Host I/O operations
80
+
- Get target exec file
80
81
81
82
_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