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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h82 CreateExceptionBreakpoint (Target &target,
H A DTarget.h615 CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h91 CreateExceptionBreakpoint(bool catch_bp,
H A DItaniumABILanguageRuntime.cpp346 // The SetExceptionBreakpoints does the latter, the CreateExceptionBreakpoint in the runtime the former.
397 ItaniumABILanguageRuntime::CreateExceptionBreakpoint (bool catch_bp, function in class:ItaniumABILanguageRuntime
431 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp263 LanguageRuntime::CreateExceptionBreakpoint (Target &target, function in class:LanguageRuntime
H A DTarget.cpp497 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal) function in class:Target
499 return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp521 bp = target->CreateExceptionBreakpoint (m_options.m_language,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1583 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp, hardware);

Completed in 189 milliseconds