| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | Breakpoint.cpp | 258 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()
|
| D | BreakpointLocationCollection.cpp | 149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection 157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
| D | BreakpointSite.cpp | 92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
|
| D | BreakpointResolverAddress.cpp | 143 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
|
| D | BreakpointResolver.cpp | 330 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation()
|
| D | BreakpointResolverName.cpp | 391 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
|
| D | BreakpointLocation.cpp | 651 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | 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() 367 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction() 427 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
|
| D | ThreadPlanCallFunction.cpp | 297 if (!bp.IsInternal()) { in DoPlanExplainsStop()
|
| D | ThreadPlanStepRange.cpp | 409 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
| D | StackFrameList.cpp | 159 if (!bp_ref.IsInternal()) { in ResetCurrentInlinedDepth()
|
| D | Target.cpp | 136 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/ |
| D | BreakpointLocationCollection.h | 146 bool IsInternal() const;
|
| D | BreakpointSite.h | 184 bool IsInternal() const;
|
| D | Breakpoint.h | 168 bool IsInternal() const;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBBreakpoint.h | 63 bool IsInternal();
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBBreakpoint.cpp | 255 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/ |
| D | SBBreakpoint.i | 131 IsInternal ();
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclObjC.cpp | 1521 bool IsInternal) in ObjCInterfaceDecl() argument 1530 setImplicit(IsInternal); in ObjCInterfaceDecl()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectProcess.cpp | 551 if (!bp_ref.IsInternal()) { in DoExecute()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclObjC.h | 1232 bool IsInternal);
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 7015 result = (bool)(arg1)->IsInternal(); in _wrap_SBBreakpoint_IsInternal()
|