daniel5151 / gdbstub

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `NoActiveThread` Error

daniel5151 opened this issue · comments

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).