Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpoint.cpp67 Breakpoint::IsInternal () const in IsInternal() function in Breakpoint
413 if (!IsInternal()) in ModulesChanged()
441 if (!IsInternal()) in ModulesChanged()
670 && !IsInternal() in SendBreakpointChangedEvent()
687 && !IsInternal() in SendBreakpointChangedEvent()
DBreakpointSite.cpp102 BreakpointSite::IsInternal() const in IsInternal() function in BreakpointSite
104 return m_owners.IsInternal(); in IsInternal()
DBreakpointLocationCollection.cpp166 BreakpointLocationCollection::IsInternal () const in IsInternal() function in BreakpointLocationCollection
176 if (!(*pos)->GetBreakpoint().IsInternal ()) in IsInternal()
DBreakpointResolverAddress.cpp82 if (bp_loc_sp && !m_breakpoint->IsInternal()) in SearchCallback()
DBreakpointResolverFileRegex.cpp86 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) in SearchCallback()
DBreakpointResolverFileLine.cpp199 if (log && bp_loc_sp && !m_breakpoint->IsInternal()) in SearchCallback()
DBreakpointResolverName.cpp306 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal()) in SearchCallback()
DBreakpointLocation.cpp668 && !m_owner.IsInternal() in SendBreakpointLocationChangedEvent()
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h181 bool IsInternal() const;
DBreakpointSite.h244 IsInternal () const;
DBreakpoint.h174 IsInternal () const;
/external/lldb/source/Target/
DStopInfo.cpp216 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in DoShouldNotify()
242 if (bp_site_sp->IsInternal()) in GetDescription()
268 if (break_sp->IsInternal()) in GetDescription()
383 if (bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
DThreadPlanStepRange.cpp418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
DThreadPlanCallFunction.cpp413 if (!bp.IsInternal()) in DoPlanExplainsStop()
DStackFrameList.cpp177 if (!bp_ref.IsInternal()) in ResetCurrentInlinedDepth()
/external/lldb/scripts/Python/interface/
DSBBreakpoint.i129 IsInternal ();
/external/lldb/include/lldb/API/
DSBBreakpoint.h77 IsInternal ();
/external/lldb/source/API/
DSBBreakpoint.cpp273 SBBreakpoint::IsInternal () in IsInternal() function in SBBreakpoint
278 return m_opaque_sp->IsInternal(); in IsInternal()
/external/clang/lib/AST/
DDeclObjC.cpp1172 bool IsInternal) in ObjCInterfaceDecl() argument
1181 setImplicit(IsInternal); in ObjCInterfaceDecl()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp828 if (!bp_ref.IsInternal()) in DoExecute()
/external/clang/include/clang/AST/
DDeclObjC.h740 ObjCInterfaceDecl *PrevDecl, bool IsInternal);
/external/lldb/www/python_reference/
Dapi-objects.txt2422 lldb.SBBreakpoint.IsInternal lldb.SBBreakpoint-class.html#IsInternal