forked from qt-creator/qt-creator
Cdbext: Remove unneeded enumeration.
Change-Id: I3fc66bad0177a1267e09b50b7631cbb89c18fb7c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -34,17 +34,7 @@
|
|||||||
|
|
||||||
static const char eventContextC[] = "event";
|
static const char eventContextC[] = "event";
|
||||||
|
|
||||||
// Special exception codes (see dbgwinutils.cpp).
|
const static int winExceptionCppException = 0xe06d7363;
|
||||||
enum { winExceptionCppException = 0xe06d7363,
|
|
||||||
winExceptionStartupCompleteTrap = 0x406d1388,
|
|
||||||
winExceptionRpcServerUnavailable = 0x6ba,
|
|
||||||
winExceptionRpcServerInvalid = 0x6a6,
|
|
||||||
winExceptionDllNotFound = 0xc0000135,
|
|
||||||
winExceptionDllEntryPointNoFound = 0xc0000139,
|
|
||||||
winExceptionDllInitFailed = 0xc0000142,
|
|
||||||
winExceptionMissingSystemFile = 0xc0000143,
|
|
||||||
winExceptionAppInitFailed = 0xc0000143
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef ExtensionContext::StopReasonMap StopReasonMap;
|
typedef ExtensionContext::StopReasonMap StopReasonMap;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user