| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 259 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 D | BreakpointSite.cpp | 92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
|
| H A D | BreakpointLocationCollection.cpp | 151 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| H A D | BreakpointResolverAddress.cpp | 140 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
|
| H A D | BreakpointResolver.cpp | 330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
|
| H A D | BreakpointResolverName.cpp | 388 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
|
| H A D | BreakpointLocation.cpp | 651 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocationCollection.h | 146 bool IsInternal() const;
|
| H A D | BreakpointSite.h | 184 bool IsInternal() const;
|
| H A D | Breakpoint.h | 173 bool IsInternal() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 119 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 D | ThreadPlanCallFunction.cpp | 303 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | StackFrameList.cpp | 160 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
|
| H A D | Target.cpp | 137 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 D | breakwin.py | 71 if bp.IsInternal():
|
| H A D | sourcewin.py | 197 if bp.IsInternal():
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpoint.h | 63 bool IsInternal();
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpoint.i | 131 IsInternal ();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 248 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint 255 return bkpt_sp->IsInternal(); in IsInternal()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1572 bool IsInternal) in ObjCInterfaceDecl() argument 1581 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 576 if (!bp_ref.IsInternal()) { in DoExecute()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1237 bool IsInternal);
|