Searched refs:DbgEng (Results 1 – 4 of 4) sorted by relevance
4 (DbgEng), which powers tools such as WinDbg and CDB.8 DbgEng is available as a collection of unregistered COM-"like" objects that9 one accesses by calling DebugCreate in DbgEng.dll. The unregistered nature23 direct command-string interface to DbgEng for performing some actions. We24 have to use the DbgEng stepping interface, or we would effectively be47 There doesn't appear to be a way to instruct DbgEng to "step into" a
151 DbgEng = WinDLL("DbgEng")152 DbgEng.DebugCreate.argtypes = [POINTER(IID), POINTER(POINTER(IDebugClient7))]153 DbgEng.DebugCreate.restype = c_ulong157 res = DbgEng.DebugCreate(byref(DebugClient7IID), ptr)
24 class DbgEng(DebuggerBase): class30 super(DbgEng, self).__init__(context, *args)
26 from dex.debugger.dbgeng.dbgeng import DbgEng39 DbgEng.get_option_name(): DbgEng,