Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp258 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
460 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
566 if (!IsInternal()) in ModulesChanged()
798 if (!IsInternal()) in ModuleReplaced()
814 if (!IsInternal()) { in ModuleReplaced()
989 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1003 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
DBreakpointLocationCollection.cpp149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
DBreakpointSite.cpp92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
DBreakpointResolverAddress.cpp143 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
DBreakpointResolver.cpp330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
DBreakpointResolverName.cpp391 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
DBreakpointLocation.cpp651 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStopInfo.cpp173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
194 if (bp_site_sp->IsInternal()) { in GetDescription()
217 if (break_sp->IsInternal()) { in GetDescription()
367 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
427 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
DThreadPlanCallFunction.cpp297 if (!bp.IsInternal()) { in DoPlanExplainsStop()
DThreadPlanStepRange.cpp409 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
DStackFrameList.cpp159 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
DTarget.cpp136 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget()
659 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h146 bool IsInternal() const;
DBreakpointSite.h184 bool IsInternal() const;
DBreakpoint.h168 bool IsInternal() const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBBreakpoint.h63 bool IsInternal();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpoint.cpp255 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
256 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpoint, IsInternal); in IsInternal()
262 return bkpt_sp->IsInternal(); in IsInternal()
1017 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBBreakpoint.i131 IsInternal ();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp1521 bool IsInternal) in ObjCInterfaceDecl() argument
1530 setImplicit(IsInternal); in ObjCInterfaceDecl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp551 if (!bp_ref.IsInternal()) { in DoExecute()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h1232 bool IsInternal);
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp7015 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()