| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 256 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 D | BreakpointLocationCollection.cpp | 154 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 162 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| H A D | BreakpointSite.cpp | 85 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
|
| H A D | BreakpointResolverAddress.cpp | 150 if (bp_loc_sp && !m_breakpoint->IsInternal()) { in SearchCallback()
|
| H A D | BreakpointResolver.cpp | 332 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) { in AddLocation()
|
| H A D | BreakpointResolverName.cpp | 382 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) { in SearchCallback()
|
| H A D | BreakpointLocation.cpp | 646 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 176 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 D | ThreadPlanCallFunction.cpp | 330 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
| H A D | ThreadPlanStepRange.cpp | 398 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| H A D | StackFrameList.cpp | 155 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
|
| H A D | Target.cpp | 132 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 D | BreakpointLocationCollection.h | 173 bool IsInternal() const;
|
| H A D | BreakpointSite.h | 229 bool IsInternal() const;
|
| H A D | Breakpoint.h | 191 bool IsInternal() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpoint.h | 60 bool IsInternal();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 210 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 D | DeclObjC.cpp | 1486 bool IsInternal) in ObjCInterfaceDecl() argument 1495 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 646 if (!bp_ref.IsInternal()) { in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1256 bool IsInternal);
|