Searched refs:gdb_debug_stub_port_map_ (Results 1 – 2 of 2) sorted by relevance
274 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()
203 GdbDebugStubPortMap gdb_debug_stub_port_map_; variable