Home
last modified time | relevance | path

Searched refs:Wow64GetThreadContext (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dwindows-nat.h280 #define Wow64GetThreadContext dyn_Wow64GetThreadContext macro
340 extern Wow64GetThreadContext_ftype *Wow64GetThreadContext;
H A Dwindows-nat.c65 Wow64GetThreadContext_ftype *Wow64GetThreadContext; variable
636 GPA (hm, Wow64GetThreadContext); in initialize_loadable()
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dfpdbgwinextra.pp73 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall;
82 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall; externa…
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dfpdbgwinextra.pp73 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall;
82 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall; externa…
/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DDebug.cpp196 static BOOL (WINAPI *Wow64GetThreadContext)(HANDLE hThread, PWOW64_CONTEXT lpContext); in ReadContext()
197 DllFn(Wow64GetThreadContext, "Kernel32.dll", "Wow64GetThreadContext"); in ReadContext()
201 if(!Wow64GetThreadContext || !Wow64GetThreadContext(hThread, &ctx)) in ReadContext()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgwinextra.pp72 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall;
154 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall; externa…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbgwinextra.pp72 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall;
154 //function Wow64GetThreadContext(hThread: THandle; var lpContext: TContext): BOOL; stdcall; externa…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwow64apiset.h26 WINBASEAPI WINBOOL WINAPI Wow64GetThreadContext (HANDLE hThread, PWOW64_CONTEXT lpContext);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwow64apiset.h26 WINBASEAPI WINBOOL WINAPI Wow64GetThreadContext (HANDLE hThread, PWOW64_CONTEXT lpContext);
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py725 def Wow64GetThreadContext(hThread, ContextFlags = None): function
726 _Wow64GetThreadContext = windll.kernel32.Wow64GetThreadContext
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py725 def Wow64GetThreadContext(hThread, ContextFlags = None): function
726 _Wow64GetThreadContext = windll.kernel32.Wow64GetThreadContext
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py725 def Wow64GetThreadContext(hThread, ContextFlags = None): function
726 _Wow64GetThreadContext = windll.kernel32.Wow64GetThreadContext
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dcontext_amd64.py725 def Wow64GetThreadContext(hThread, ContextFlags = None): function
726 _Wow64GetThreadContext = windll.kernel32.Wow64GetThreadContext
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dprocess_reader_win.cc173 if (!Wow64GetThreadContext(thread_handle, &thread->context.wow64)) { in FillThreadContextAndSuspendCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/win/
H A Dprocess_reader_win.cc173 if (!Wow64GetThreadContext(thread_handle, &thread->context.wow64)) { in FillThreadContextAndSuspendCount()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dwin32-i386-low.cc263 ret = Wow64GetThreadContext (th->h, &th->wow64_context); in i386_get_thread_context()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_WoW64.cpp67 if (!::Wow64GetThreadContext(thread_handle, context_ptr)) { in GetWoW64ThreadContextHelper()

12345678910