Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dnacl_browser.cc274 gdb_debug_stub_port_map_[process_id] = port; in SetProcessGdbDebugStubPort()
296 auto i = gdb_debug_stub_port_map_.find(process_id); in GetProcessGdbDebugStubPort()
297 if (i != gdb_debug_stub_port_map_.end()) { in GetProcessGdbDebugStubPort()
550 gdb_debug_stub_port_map_.erase(process_id); in OnProcessEnd()
H A Dnacl_browser.h203 GdbDebugStubPortMap gdb_debug_stub_port_map_; variable