There was an error while loading. Please reload this page.
1 parent 30405c9 commit cba9bdaCopy full SHA for cba9bda
1 file changed
src/common/mod.rs
@@ -44,7 +44,7 @@ pub enum Endianness {
44
Little,
45
}
46
47
-/// Data types that can be used as Thread IDs in the GBD protocol.
+/// Data types that can be used as Thread IDs in the GDB RSP.
48
pub trait IsValidTid: private::Sealed + PartialEq + Copy {
49
#[doc(hidden)]
50
fn into_fully_qualified_tid(self) -> Tid;
0 commit comments