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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h80 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp);
88 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions);
92 bool throw_bp,
H A DItaniumABILanguageRuntime.cpp335 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) argument
337 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false);
341 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions) argument
356 if (throw_bp)
398 bool throw_bp,
404 BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, for_expressions);
418 const bool throw_bp = true; local
431 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
397 CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h85 bool throw_bp,
101 CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) = 0;
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/Target/
H A DLanguageRuntime.cpp113 bool throw_bp) :
118 m_throw_bp (throw_bp)
266 bool throw_bp,
269 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp));
111 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, bool throw_bp) argument
263 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DTarget.cpp497 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal) argument
499 return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h743 bool throw_bp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1573 bool throw_bp)
1583 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp, hardware);
1592 throw_bp ? "on" : "off",
1571 BreakpointCreateForException(lldb::LanguageType language, bool catch_bp, bool throw_bp) argument

Completed in 271 milliseconds