Searched refs:current_process_handle (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | win32-nat.c | 123 static HANDLE current_process_handle; /* Currently executing process */ variable 459 ok = (*psapi_EnumProcessModules) (current_process_handle, in psapi_get_dll_name() 471 ok = (*psapi_EnumProcessModules) (current_process_handle, in psapi_get_dll_name() 480 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name() 486 len = (*psapi_GetModuleFileNameExA) (current_process_handle, in psapi_get_dll_name() 621 if (VirtualQueryEx (current_process_handle, (void *) load_addr, &m, in register_loaded_dll() 1220 current_process_handle = OpenProcess (PROCESS_ALL_ACCESS, FALSE, in fake_create_process() 1305 current_process_handle = current_event.u.CreateProcessInfo.hProcess; in get_child_debug_event() 1324 CloseHandle (current_process_handle); in get_child_debug_event() 1922 CHECK (TerminateProcess (current_process_handle, 0)); in child_kill_inferior() [all …]
|
| H A D | wince.c | 165 static HANDLE current_process_handle; /* Currently executing process */ variable 717 if (!read_process_memory (current_process_handle, (LPCVOID) memaddr, in remote_read_bytes() 727 if (!write_process_memory (current_process_handle, (LPCVOID) memaddr, in remote_write_bytes() 1182 (void) read_process_memory (current_process_handle, in handle_load_dll() 1253 if (!read_process_memory (current_process_handle, in handle_output_debug_string() 1416 current_process_handle = current_event.u.CreateProcessInfo.hProcess; in get_child_debug_event() 1432 close_handle (current_process_handle); in get_child_debug_event() 1763 current_process_handle = pi.hProcess; in child_create_inferior() 1817 CHECK (terminate_process (current_process_handle)); in child_kill_inferior() 1829 CHECK (close_handle (current_process_handle)); in child_kill_inferior()
|