Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
DREADME.md4 (DbgEng), which powers tools such as WinDbg and CDB.
8 DbgEng is available as a collection of unregistered COM-"like" objects that
9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature
23 direct command-string interface to DbgEng for performing some actions. We
24 have to use the DbgEng stepping interface, or we would effectively be
47 There doesn't appear to be a way to instruct DbgEng to "step into" a
Dclient.py151 DbgEng = WinDLL("DbgEng")
152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]
153 DbgEng.DebugCreate.restype = c_ulong
157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
Ddbgeng.py24 class DbgEng(DebuggerBase): class
30 super(DbgEng, self).__init__(context, *args)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/
DDebuggers.py26 from dex.debugger.dbgeng.dbgeng import DbgEng
39 DbgEng.get_option_name(): DbgEng,