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
- Add `gdbstub` support for `x` packet that responds with `b`
prefixed packed to indicate a binary format
- This is by default disabled, implement the `use_x_lowcase_packet`
method of `Target` to enable it
- When this is enabled, `gdbstub` responds with `binary-upload+` to
`qSupported` packet, to indicate support of this command.
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
0 commit comments