Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp259 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
464 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
571 if (!IsInternal()) in ModulesChanged()
801 if (!IsInternal()) in ModuleReplaced()
817 if (!IsInternal()) { in ModuleReplaced()
992 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1006 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1130 bp.try_emplace("internal", IsInternal()); in GetStatistics()
H A DBreakpointSite.cpp92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
H A DBreakpointLocationCollection.cpp151 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
H A DBreakpointResolverAddress.cpp140 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointResolver.cpp329 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
H A DBreakpointResolverName.cpp389 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointLocation.cpp651 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp118 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo()
123 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in StoreBPInfo()
190 if (bp_site_sp->IsInternal()) { in GetDescription()
213 if (break_sp->IsInternal()) { in GetDescription()
370 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
431 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
H A DThreadPlanCallFunction.cpp303 if (!bp.IsInternal()) { in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp160 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
H A DTarget.cpp135 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
674 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h146 bool IsInternal() const;
H A DBreakpointSite.h184 bool IsInternal() const;
H A DBreakpoint.h173 bool IsInternal() const;
/llvm-project-15.0.7/lldb/utils/lui/
H A Dbreakwin.py71 if bp.IsInternal():
H A Dsourcewin.py197 if bp.IsInternal():
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpoint.h63 bool IsInternal();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpoint.i131 IsInternal ();
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpoint.cpp248 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
255 return bkpt_sp->IsInternal(); in IsInternal()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1537 bool IsInternal) in ObjCInterfaceDecl() argument
1546 setImplicit(IsInternal); in ObjCInterfaceDecl()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp575 if (!bp_ref.IsInternal()) { in DoExecute()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1234 bool IsInternal);