Home
last modified time | relevance | path

Searched refs:from_packet (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/crates/gdbstub/src/protocol/commands/
D_vRun.rs25 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
66 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_foobarbaz()
77 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noname()
88 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noargs()
99 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_args()
110 assert!(vRun::from_packet(buf).is_none()); in invalid_vRun_args()
117 assert!(vRun::from_packet(buf).is_none()); in invalid_vRun()
Dquestion_mark.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_k.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QEnvironmentReset.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
Dexclamation_mark.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qfThreadInfo.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qsThreadInfo.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QStartNoAckMode.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_g.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qOffsets.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_r_upcase.rs7 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_p.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_t_upcase.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QStartupWithShell.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QDisableRandomization.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_g_upcase.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vKill.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_vAttach.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QEnvironmentUnset.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qAttached.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_d_upcase.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_qRcmd.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_QSetWorkingDir.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
D_s.rs9 fn from_packet(buf: PacketBuf<'a>) -> Option<Self> { in from_packet() method
/external/rust/crates/gdbstub/src/protocol/
Dcommands.rs16 fn from_packet(buf: PacketBuf<'a>) -> Option<Self>; in from_packet() method
50 pub fn from_packet(
75 let cmd = $mod::$command::from_packet(buf)

12