Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c117 static HANDLE current_process_handle; /* Currently executing process */ variable
454 ok = (*psapi_EnumProcessModules) (current_process_handle, in psapi_get_dll_name()
466 ok = (*psapi_EnumProcessModules) (current_process_handle, in psapi_get_dll_name()
475 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name()
481 len = (*psapi_GetModuleFileNameExA) (current_process_handle, in psapi_get_dll_name()
616 if (VirtualQueryEx (current_process_handle, (void *) load_addr, &m, in register_loaded_dll()
692 dll_name = get_image_name (current_process_handle, event->lpImageName, event->fUnicode); in handle_load_dll()
1215 current_process_handle = OpenProcess (PROCESS_ALL_ACCESS, FALSE, in fake_create_process()
1300 current_process_handle = current_event.u.CreateProcessInfo.hProcess; in get_child_debug_event()
1319 CloseHandle (current_process_handle); in get_child_debug_event()
[all …]
H A Dwince.c160 static HANDLE current_process_handle; /* Currently executing process */ variable
712 if (!read_process_memory (current_process_handle, (LPCVOID) memaddr, in remote_read_bytes()
722 if (!write_process_memory (current_process_handle, (LPCVOID) memaddr, in remote_write_bytes()
1178 (void) read_process_memory (current_process_handle, in handle_load_dll()
1249 if (!read_process_memory (current_process_handle, in handle_output_debug_string()
1412 current_process_handle = current_event.u.CreateProcessInfo.hProcess; in get_child_debug_event()
1428 close_handle (current_process_handle); in get_child_debug_event()
1761 current_process_handle = pi.hProcess; in child_create_inferior()
1815 CHECK (terminate_process (current_process_handle)); in child_kill_inferior()
1827 CHECK (close_handle (current_process_handle)); in child_kill_inferior()