Searched refs:CreateExceptionBreakpoint (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h76 CreateExceptionBreakpoint (Target &target,
H A DTarget.h549 CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal = false);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h88 CreateExceptionBreakpoint(bool catch_bp,
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);
/freebsd-10.0-release/contrib/llvm/tools/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);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp504 bp = target->CreateExceptionBreakpoint (m_options.m_language, m_options.m_catch_bp, m_options.m_throw_bp).get();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1598 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp);

Completed in 79 milliseconds