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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c160 #define gethandle(huh, s, what) (HANDLE) getdword ((huh), (s), (what)) macro
265 HANDLE h = gethandle (L"TerminateProcess handle", s, GDB_TERMINATEPROCESS);
355 HANDLE h = gethandle (L"GetThreadContext handle", s, GDB_GETTHREADCONTEXT);
371 HANDLE h = gethandle (L"SetThreadContext handle", s, GDB_SETTHREADCONTEXT);
384 HANDLE h = gethandle (L"ReadProcessMemory handle", s, GDB_READPROCESSMEMORY);
401 HANDLE h = gethandle (L"WriteProcessMemory handle", s, GDB_WRITEPROCESSMEMORY);
418 HANDLE h = gethandle (L"ThreadAlive handle", s, GDB_THREADALIVE);
431 HANDLE h = gethandle (L"SuspendThread handle", s, GDB_SUSPENDTHREAD);
441 HANDLE h = gethandle (L"ResumeThread handle", s, GDB_RESUMETHREAD);
463 HANDLE h = gethandle (
[all...]
H A Dwince.c553 #define gethandle(huh, what) (HANDLE) getdword ((huh), (what)) macro

Completed in 119 milliseconds