| /freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| HD | Breakpoint.cpp | 252 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint 472 if (!IsInternal() && send_event) { in ResolveBreakpointInModules() 579 if (!IsInternal()) in ModulesChanged() 813 if (!IsInternal()) in ModuleReplaced() 829 if (!IsInternal()) { in ModuleReplaced() 1001 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent() 1015 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
|
| HD | BreakpointSite.cpp | 92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
|
| HD | BreakpointLocationCollection.cpp | 149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| HD | BreakpointResolverAddress.cpp | 145 if (bp_loc_sp && !m_breakpoint->IsInternal()) { in SearchCallback()
|
| HD | BreakpointResolver.cpp | 330 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) { in AddLocation()
|
| HD | BreakpointResolverName.cpp | 385 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) { in SearchCallback()
|
| HD | BreakpointLocation.cpp | 641 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StopInfo.cpp | 173 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() 353 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction() 413 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
|
| HD | ThreadPlanCallFunction.cpp | 301 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
| HD | ThreadPlanStepRange.cpp | 418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| HD | StackFrameList.cpp | 156 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
|
| HD | Target.cpp | 132 if (breakpoint_sp->IsInternal()) in PrimeFromDummyTarget() 644 __FUNCTION__, bp_sp->IsInternal() ? "yes" : "no", s.GetData()); in AddBreakpoint()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointLocationCollection.h | 146 bool IsInternal() const;
|
| HD | BreakpointSite.h | 184 bool IsInternal() const;
|
| HD | Breakpoint.h | 165 bool IsInternal() const;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBBreakpoint.h | 61 bool IsInternal();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBBreakpoint.cpp | 245 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint 246 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpoint, IsInternal); in IsInternal() 252 return bkpt_sp->IsInternal(); in IsInternal() 982 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBBreakpoint.i | 128 IsInternal ();
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclObjC.cpp | 1511 bool IsInternal) in ObjCInterfaceDecl() argument 1520 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectProcess.cpp | 577 if (!bp_ref.IsInternal()) { in DoExecute()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclObjC.h | 1270 bool IsInternal);
|