|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| enum | CorDebugExceptionCallbackType { DEBUG_EXCEPTION_FIRST_CHANCE = 1 , DEBUG_EXCEPTION_USER_FIRST_CHANCE = 2 , DEBUG_EXCEPTION_CATCH_HANDLER_FOUND = 3 , DEBUG_EXCEPTION_UNHANDLED = 4 } |
| enum | CorDebugExceptionFlags { DEBUG_EXCEPTION_CAN_BE_INTERCEPTED = 0x0001 } |
| enum | CorDebugExceptionUnwindCallbackType { DEBUG_EXCEPTION_UNWIND_BEGIN = 1 , DEBUG_EXCEPTION_INTERCEPTED = 2 } |
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionCallbackType | CorDebugExceptionCallbackType |
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionFlags | CorDebugExceptionFlags |
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionUnwindCallbackType | CorDebugExceptionUnwindCallbackType |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 365 of file cordebug.idl.
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionCallbackType ICorDebugManagedCallback2::CorDebugExceptionCallbackType |
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionFlags ICorDebugManagedCallback2::CorDebugExceptionFlags |
| typedef enum ICorDebugManagedCallback2::CorDebugExceptionUnwindCallbackType ICorDebugManagedCallback2::CorDebugExceptionUnwindCallbackType |
| Enumerator | |
|---|---|
| DEBUG_EXCEPTION_FIRST_CHANCE | |
| DEBUG_EXCEPTION_USER_FIRST_CHANCE | |
| DEBUG_EXCEPTION_CATCH_HANDLER_FOUND | |
| DEBUG_EXCEPTION_UNHANDLED | |
Definition at line 379 of file cordebug.idl.
| Enumerator | |
|---|---|
| DEBUG_EXCEPTION_CAN_BE_INTERCEPTED | |
Definition at line 387 of file cordebug.idl.
| Enumerator | |
|---|---|
| DEBUG_EXCEPTION_UNWIND_BEGIN | |
| DEBUG_EXCEPTION_INTERCEPTED | |
Definition at line 396 of file cordebug.idl.
| HRESULT ICorDebugManagedCallback2::ChangeConnection | ( | [in] ICorDebugProcess * | pProcess, |
| [in] CONNID | dwConnectionId | ||
| ) |
| HRESULT ICorDebugManagedCallback2::CreateConnection | ( | [in] ICorDebugProcess * | pProcess, |
| [in] CONNID | dwConnectionId, | ||
| [in] WCHAR * | pConnName | ||
| ) |
| HRESULT ICorDebugManagedCallback2::DestroyConnection | ( | [in] ICorDebugProcess * | pProcess, |
| [in] CONNID | dwConnectionId | ||
| ) |
| HRESULT ICorDebugManagedCallback2::Exception | ( | [in] ICorDebugAppDomain * | pAppDomain, |
| [in] ICorDebugThread * | pThread, | ||
| [in] ICorDebugFrame * | pFrame, | ||
| [in] ULONG32 | nOffset, | ||
| [in] CorDebugExceptionCallbackType | dwEventType, | ||
| [in] DWORD | dwFlags | ||
| ) |
| HRESULT ICorDebugManagedCallback2::ExceptionUnwind | ( | [in] ICorDebugAppDomain * | pAppDomain, |
| [in] ICorDebugThread * | pThread, | ||
| [in] CorDebugExceptionUnwindCallbackType | dwEventType, | ||
| [in] DWORD | dwFlags | ||
| ) |
| HRESULT ICorDebugManagedCallback2::FunctionRemapComplete | ( | [in] ICorDebugAppDomain * | pAppDomain, |
| [in] ICorDebugThread * | pThread, | ||
| [in] ICorDebugFunction * | pFunction | ||
| ) |
| HRESULT ICorDebugManagedCallback2::FunctionRemapOpportunity | ( | [in] ICorDebugAppDomain * | pAppDomain, |
| [in] ICorDebugThread * | pThread, | ||
| [in] ICorDebugFunction * | pOldFunction, | ||
| [in] ICorDebugFunction * | pNewFunction, | ||
| [in] ULONG32 | oldILOffset | ||
| ) |
| HRESULT ICorDebugManagedCallback2::MDANotification | ( | [in] ICorDebugController * | pController, |
| [in] ICorDebugThread * | pThread, | ||
| [in] ICorDebugMDA * | pMDA | ||
| ) |