daniel5151 / gdbstub

An ergonomic, featureful, and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust (with no-compromises #![no_std] support)
Other
291 stars 45 forks source link

Remove `NoActiveThread` Error #130

Closed daniel5151 closed 10 months ago

daniel5151 commented 1 year ago

Once #127 lands, this error will no longer be used anywhere.

Removing it is technically a semver breaking change, so while we can mark it as deprecated for now, we'll only be able to fully remove it in the next breaking gdbstub release (0.7, at the time of writing).