Searched defs:CreateExceptionBreakpoint (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp345 // The SetExceptionBreakpoints does the latter, the CreateExceptionBreakpoint in the runtime the former.
396 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, function in class:ItaniumABILanguageRuntime
428 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
/external/lldb/source/Target/
H A DLanguageRuntime.cpp263 LanguageRuntime::CreateExceptionBreakpoint (Target &target, function in class:LanguageRuntime
H A DTarget.cpp492 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal) function in class:Target
494 return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal);

Completed in 166 milliseconds