Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/gdbstub-component/src/
H A Dtarget.rs333 fn memory_map_xml( in memory_map_xml() method
339 let xml = self.addr_space.memory_map_xml(self.debuggee); in memory_map_xml()
H A Daddr.rs97 pub fn memory_map_xml(&self, debuggee: &Debuggee) -> String { in memory_map_xml() method