Home
last modified time | relevance | path

Searched refs:with_packet_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dbuilder.rs62 pub fn with_packet_buffer(mut self, packet_buffer: &'a mut [u8]) -> Self { in with_packet_buffer() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/
DREADME.md115 …llocated packet buffer in `GdbStub` (if none is provided via `GdbStubBuilder::with_packet_buffer`).