[−][src]Enum wishbone_tool::gdb::GdbCommand
Variants
Unknown(String)Server gave an unrecognized command
This should be responded to in the same way as Unknown(String), sent by the server to test how it responds to unknown packets.
SupportedQueries(String)qSupported
QStartNoAckMode
D
SetCurrentThread(u64)Hg#
ContinueThread(i32)Hc# (# may be -1)
?
qfThreadInfo
qC
qAttached
g
GetRegister(u32)p#
P#=#
qSymbol::
m#,#
M#,#:#
vCont?
vCont;c
VContContinueFromSignal(String)vCont;C04:0;c
VContStepFromSignal(String)vCont;s:0;c
c
s
Ctrl-C
MonitorCommand(String)qRcmd,
AddBreakpoint(BreakPointType, u32, u32)Z0,###,2
RemoveBreakpoint(BreakPointType, u32, u32)z0,###,2
qOffsets
qXfer:memory-map:read::
qXfer:features:read:target.xml:0,1000
qTStatus
qXfer:threads:read::0,1000
Trait Implementations
impl Debug for GdbCommand[src]
impl PartialEq<GdbCommand> for GdbCommand[src]
fn eq(&self, other: &GdbCommand) -> bool[src]
fn ne(&self, other: &GdbCommand) -> bool[src]
impl StructuralPartialEq for GdbCommand[src]
Auto Trait Implementations
impl RefUnwindSafe for GdbCommand
impl Send for GdbCommand
impl Sync for GdbCommand
impl Unpin for GdbCommand
impl UnwindSafe for GdbCommand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,