Home
last modified time | relevance | path

Searched refs:DebugCreate (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py142 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
143 DbgEng.DebugCreate.restype = c_ulong
147 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
H A DREADME.md9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Diinterfacepointer.h55 m_hr = DebugCreate(__uuidof(IInterface), (void **)&m_instance); in create()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/base/
H A Ddbgext.cc35 RETURN_IF_FAIL(DebugCreate(__uuidof(IDebugClient), &sp_debug_client)); in DebugExtensionInitialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/base/
H A Ddbgext.cc35 RETURN_IF_FAIL(DebugCreate(__uuidof(IDebugClient), &sp_debug_client)); in DebugExtensionInitialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/base/
H A Ddbgext.cc35 RETURN_IF_FAIL(DebugCreate(__uuidof(IDebugClient), &sp_debug_client)); in DebugExtensionInitialize()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/test/
H A Dv8windbg-test.cc142 hr = DebugCreate(__uuidof(IDebugClient5), &p_client); in RunTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc142 hr = DebugCreate(__uuidof(IDebugClient5), &p_client); in RunTests()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dburner_win32.h466 int DebugCreate();

123