Home
last modified time | relevance | path

Searched refs:IsInternal (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpoint.cpp97 Breakpoint::IsInternal () const in IsInternal() function in Breakpoint
378 if (!IsInternal() && send_event) in ResolveBreakpointInModules()
473 if (!IsInternal()) in ModulesChanged()
739 if (!IsInternal()) in ModuleReplaced()
755 if (!IsInternal()) in ModuleReplaced()
984 && !IsInternal() in SendBreakpointChangedEvent()
1001 && !IsInternal() in SendBreakpointChangedEvent()
HDBreakpointSite.cpp109 BreakpointSite::IsInternal() const in IsInternal() function in BreakpointSite
111 return m_owners.IsInternal(); in IsInternal()
HDBreakpointLocationCollection.cpp172 BreakpointLocationCollection::IsInternal () const in IsInternal() function in BreakpointLocationCollection
182 if (!(*pos)->GetBreakpoint().IsInternal ()) in IsInternal()
HDBreakpointResolverAddress.cpp82 if (bp_loc_sp && !m_breakpoint->IsInternal()) in SearchCallback()
HDBreakpointResolver.cpp180 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) in SetSCMatchesByLine()
HDBreakpointResolverName.cpp333 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) in SearchCallback()
HDBreakpointLocation.cpp732 && !m_owner.IsInternal() in SendBreakpointLocationChangedEvent()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocationCollection.h182 bool IsInternal() const;
HDBreakpointSite.h245 IsInternal () const;
HDBreakpoint.h194 IsInternal () const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp228 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in DoShouldNotify()
254 if (bp_site_sp->IsInternal()) in GetDescription()
280 if (break_sp->IsInternal()) in GetDescription()
398 if (bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
HDThreadPlanCallFunction.cpp382 if (!bp.IsInternal()) in DoPlanExplainsStop()
HDThreadPlanStepRange.cpp453 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
HDStackFrameList.cpp177 if (!bp_ref.IsInternal()) in ResetCurrentInlinedDepth()
HDTarget.cpp124 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
576 …("Target::%s (internal = %s) => break_id = %s\n", __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no"… in AddBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBBreakpoint.h77 IsInternal ();
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpoint.cpp287 SBBreakpoint::IsInternal () in IsInternal() function in SBBreakpoint
292 return m_opaque_sp->IsInternal(); in IsInternal()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1329 bool IsInternal) in ObjCInterfaceDecl() argument
1339 setImplicit(IsInternal); in ObjCInterfaceDecl()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp741 if (!bp_ref.IsInternal()) in DoExecute()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h924 bool IsInternal);