Home
last modified time | relevance | path

Searched defs:PauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dpause_on_exceptions_state.h20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enum
/arkcompiler/toolchain/tooling/base/
Dpt_params.h423 enum class PauseOnExceptionsState : uint8_t { NONE, UNCAUGHT, ALL }; enum