Home
last modified time | relevance | path

Searched refs:GetBreakpoint (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/API/
DSBBreakpointLocation.cpp90 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in GetLoadAddress()
102 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in SetEnabled()
112 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in IsEnabled()
124 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in GetIgnoreCount()
136 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in SetIgnoreCount()
146 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in SetCondition()
156 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in GetCondition()
167 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in SetThreadID()
178 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in GetThreadID()
189 Mutex::Locker api_locker (m_opaque_sp->GetBreakpoint().GetTarget().GetAPIMutex()); in SetThreadIndex()
[all …]
DSBThread.cpp236 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/external/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp43 … BreakpointLocationSP old_bp_loc = FindByIDPair (bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add()
72 return m_break_id == bp_loc->GetBreakpoint().GetID() in operator ()()
176 if (!(*pos)->GetBreakpoint().IsInternal ()) in IsInternal()
DBreakpointLocation.cpp74 BreakpointLocation::GetBreakpoint () in GetBreakpoint() function in BreakpointLocation
513 m_owner.GetTarget().GetProcessSP()->RemoveOwnerFromBreakpointSite (GetBreakpoint().GetID(), in ClearBreakpointSite()
DBreakpointSite.cpp73 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
DBreakpoint.cpp721 Breakpoint::BreakpointEventData::GetBreakpoint () in GetBreakpoint() function in Breakpoint::BreakpointEventData
/external/lldb/source/Target/
DStopInfo.cpp152 m_break_id = bp_loc_sp->GetBreakpoint().GetID(); in StoreBPInfo()
153 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo()
216 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in DoShouldNotify()
247 … const char *kind = bp_site_sp->GetOwnerAtIndex(idx)->GetBreakpoint().GetBreakpointKind(); in GetDescription()
383 if (bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
416 if (!bp_loc_sp->IsEnabled() || !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
476 … if (callback_says_stop && bp_loc_sp && bp_loc_sp->GetBreakpoint().IsOneShot()) in PerformAction()
478 … thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID (bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
DThreadPlanStepRange.cpp418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
DThreadPlanCallFunction.cpp409 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DStackFrameList.cpp176 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py25 breakpoint = obj.GetBreakpoint()
/external/lldb/scripts/Python/interface/
DSBBreakpointLocation.i104 GetBreakpoint ();
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h92 GetBreakpoint ();
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h80 GetBreakpoint ();
DBreakpoint.h118 GetBreakpoint ();
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp285 …assert (target.GetBreakpointByID(m_dyld_bid)->FindLocationByAddress(break_addr)->GetBreakpoint().G… in SetRendezvousBreakpoint()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp827 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt2476 lldb.SBBreakpointLocation.GetBreakpoint lldb.SBBreakpointLocation-class.html#GetBreakpoint