HomeSort by relevance Sort by last modified time
    Searched defs:throw_bp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 334 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp)
336 return CreateExceptionResolver (bkpt, catch_bp, throw_bp, false);
340 ItaniumABILanguageRuntime::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp, bool for_expressions)
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);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 334 const bool throw_bp = true; local
342 throw_bp,

Completed in 54 milliseconds