gdbstub icon indicating copy to clipboard operation
gdbstub copied to clipboard

Remove `SingleStepGdbBehavior::Unknown` variant

Open daniel5151 opened this issue 3 years ago • 0 comments

With https://github.com/daniel5151/gdbstub/pull/95, there are no longer any Arch implementation in gdbstub_arch that use SingleStepGdbBehavior::Unknown, and therefore, this variant can be removed.

Doing so would be a breaking change, and would only land as part of the next breaking release of gdbstub (which at the time of writing would be gdbstub 0.7).

This is a tracking issue to make sure this variant gets removed at some point prior to 0.7's release.

daniel5151 avatar Jan 30 '22 20:01 daniel5151