Searched defs:throw_bp (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp334 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) argument
336 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false);
340 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions) argument
355 if (throw_bp)
397 bool throw_bp,
403 BreakpointResolverSP exception_resolver_sp = CreateExceptionResolver (NULL, catch_bp, throw_bp, for_expressions);
415 const bool throw_bp = true; local
428 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
396 CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp128 AppleObjCRuntimeV1::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) argument
132 if (throw_bp)
H A DAppleObjCRuntime.cpp334 const bool throw_bp = true; local
342 throw_bp,
H A DAppleObjCRuntimeV2.cpp461 AppleObjCRuntimeV2::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) argument
465 if (throw_bp)
/external/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.cpp492 Target::CreateExceptionBreakpoint (enum lldb::LanguageType language, bool catch_bp, bool throw_bp, bool internal) argument
494 return LanguageRuntime::CreateExceptionBreakpoint (*this, language, catch_bp, throw_bp, internal);
/external/lldb/source/API/
H A DSBTarget.cpp1589 bool throw_bp)
1598 *sb_bp = target_sp->CreateExceptionBreakpoint (language, catch_bp, throw_bp);
1607 throw_bp ? "on" : "off",
1587 BreakpointCreateForException(lldb::LanguageType language, bool catch_bp, bool throw_bp) argument

Completed in 205 milliseconds