Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpoint.cpp259 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
469 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
576 if (!IsInternal()) in ModulesChanged()
806 if (!IsInternal()) in ModuleReplaced()
822 if (!IsInternal()) { in ModuleReplaced()
997 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1011 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1135 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.cpp330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
H A DBreakpointResolverName.cpp388 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointLocation.cpp651 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp119 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo()
124 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in StoreBPInfo()
191 if (bp_site_sp->IsInternal()) { in GetDescription()
214 if (break_sp->IsInternal()) { in GetDescription()
424 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.cpp137 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
678 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dbreakwin.py71 if bp.IsInternal():
H A Dsourcewin.py197 if bp.IsInternal():
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpoint.h63 bool IsInternal();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i131 IsInternal ();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp248 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
255 return bkpt_sp->IsInternal(); in IsInternal()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1572 bool IsInternal) in ObjCInterfaceDecl() argument
1581 setImplicit(IsInternal); in ObjCInterfaceDecl()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp576 if (!bp_ref.IsInternal()) { in DoExecute()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1237 bool IsInternal);