Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp256 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
476 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
585 if (!IsInternal()) in ModulesChanged()
819 if (!IsInternal()) in ModuleReplaced()
835 if (!IsInternal()) { in ModuleReplaced()
1022 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1036 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
H A DBreakpointLocationCollection.cpp154 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
162 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointSite.cpp85 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
H A DBreakpointResolverAddress.cpp150 if (bp_loc_sp && !m_breakpoint->IsInternal()) { in SearchCallback()
H A DBreakpointResolver.cpp332 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) { in AddLocation()
H A DBreakpointResolverName.cpp382 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) { in SearchCallback()
H A DBreakpointLocation.cpp646 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp176 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
197 if (bp_site_sp->IsInternal()) { in GetDescription()
220 if (break_sp->IsInternal()) { in GetDescription()
357 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
416 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
H A DThreadPlanCallFunction.cpp330 if (!bp.IsInternal()) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp398 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp155 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
H A DTarget.cpp132 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
654 bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h173 bool IsInternal() const;
H A DBreakpointSite.h229 bool IsInternal() const;
H A DBreakpoint.h191 bool IsInternal() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h60 bool IsInternal();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp210 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
215 return bkpt_sp->IsInternal(); in IsInternal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1486 bool IsInternal) in ObjCInterfaceDecl() argument
1495 setImplicit(IsInternal); in ObjCInterfaceDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp646 if (!bp_ref.IsInternal()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1256 bool IsInternal);