Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dpytype.cpp212 symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, DEBUG_ANY_ID, module, NULL, 0, &size); in getModuleName()
214 if (SUCCEEDED(symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, DEBUG_ANY_ID, in getModuleName()
370 symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, DEBUG_ANY_ID, m_module, NULL, 0, &size); in module()
372 if (SUCCEEDED(symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, DEBUG_ANY_ID, in module()
H A Dcommon.cpp130 hr = symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, index, base, buf, BufSize, 0); in moduleNameByOffset()
H A Dpycdbextmodule.cpp257 symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, i, 0, NULL, 0, &size); in cdbext_listOfModules()
259 const HRESULT hr = symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, i, 0, name, size, 0); in cdbext_listOfModules()
H A Dsymbolgroupvalue.cpp1007 hr = c.symbols->GetModuleNameString(DEBUG_MODNAME_MODULE, index, in getAllModuleNames()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymbols.py47 DEBUG_MODNAME_MODULE = 0x00000001 variable in DebugModuleNames
496 return self.GetModuleNameString(DebugModuleNames.DEBUG_MODNAME_MODULE, base)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgeng.h1613 #define DEBUG_MODNAME_MODULE 0x00000001 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgeng.h1613 #define DEBUG_MODNAME_MODULE 0x00000001 macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs2748 pub const DEBUG_MODNAME_MODULE: u32 = 1u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs3045 pub const DEBUG_MODNAME_MODULE: u32 = 1u32; const