Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince-stub.c168 getmemory (LPCWSTR huh, int s, gdb_wince_id what, gdb_wince_len *inlen) in getmemory() function
237 LPWSTR exec_file = getmemory (L"CreateProcess exec_file", s, GDB_CREATEPROCESS, NULL); in create_process()
238 LPWSTR args = getmemory (L"CreateProcess args", s, GDB_CREATEPROCESS, NULL); in create_process()
372 LPCONTEXT pc = (LPCONTEXT) getmemory (L"SetThreadContext context", s, in set_thread_context()
404 LPVOID buf = getmemory (L"WriteProcessMemory buf", s, GDB_WRITEPROCESSMEMORY, &len); in write_process_memory()