Searched refs:aarch64_debug_process_state (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-nat.c34 aarch64_debug_process_state; variable
41 auto it = aarch64_debug_process_state.find (pid);
42 if (it != aarch64_debug_process_state.end ())
53 return &aarch64_debug_process_state[pid];
61 aarch64_debug_process_state.erase (pid);

Completed in 141 milliseconds