Home
last modified time | relevance | path

Searched refs:BreakpointLocationSP (Results 1 – 25 of 25) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h61 const lldb::BreakpointLocationSP
75 lldb::BreakpointLocationSP
121 lldb::BreakpointLocationSP
135 const lldb::BreakpointLocationSP
238 lldb::BreakpointLocationSP
247 lldb::BreakpointLocationSP
252 RemoveLocation (const lldb::BreakpointLocationSP &bp_loc_sp);
254 typedef std::vector<lldb::BreakpointLocationSP> collection;
256 lldb::BreakpointLocationSP,
DBreakpointLocationCollection.h40 Add (const lldb::BreakpointLocationSP& bp_loc_sp);
72 lldb::BreakpointLocationSP
89 const lldb::BreakpointLocationSP
103 lldb::BreakpointLocationSP
117 const lldb::BreakpointLocationSP
195 typedef std::vector<lldb::BreakpointLocationSP> collection;
DBreakpoint.h136 static lldb::BreakpointLocationSP
261 lldb::BreakpointLocationSP
274 lldb::BreakpointLocationSP
298 lldb::BreakpointLocationSP
312 lldb::BreakpointLocationSP
DBreakpointSite.h162 AddOwner (const lldb::BreakpointLocationSP &owner);
185 lldb::BreakpointLocationSP
286 const lldb::BreakpointLocationSP& owner,
/external/lldb/source/Breakpoint/
DBreakpointLocationList.cpp38 BreakpointLocationSP
44 BreakpointLocationSP bp_loc_sp (new BreakpointLocation (bp_loc_id, m_owner, addr)); in Create()
53 BreakpointLocationSP bp = FindByID (break_id); in ShouldStop()
69 BreakpointLocationSP bp_loc_sp = FindByAddress (addr); in FindIDByAddress()
77 BreakpointLocationSP
80 BreakpointLocationSP bp_loc_sp; in FindByID()
102 BreakpointLocationSP break_loc = (*pos); in FindInModule()
112 const BreakpointLocationSP
116 BreakpointLocationSP bp_loc_sp; in FindByAddress()
159 BreakpointLocationSP
[all …]
DBreakpointLocationCollection.cpp41 BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) in Add()
43BreakpointLocationSP old_bp_loc = FindByIDPair (bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add()
70 bool operator() (const BreakpointLocationSP &bp_loc) const in operator ()()
95 BreakpointLocationSP
98 BreakpointLocationSP stop_sp; in FindByIDPair()
106 const BreakpointLocationSP
109 BreakpointLocationSP stop_sp; in FindByIDPair()
117 BreakpointLocationSP
120 BreakpointLocationSP stop_sp; in GetByIndex()
127 const BreakpointLocationSP
[all …]
DBreakpointSite.cpp26 const BreakpointLocationSP& owner, in BreakpointSite()
42 BreakpointLocationSP bp_loc_sp; in ~BreakpointSite()
163 BreakpointSite::AddOwner (const BreakpointLocationSP &owner) in AddOwner()
181 BreakpointLocationSP
DBreakpoint.cpp86 BreakpointLocationSP
92 BreakpointLocationSP
104 BreakpointLocationSP
110 BreakpointLocationSP
385 BreakpointLocationSP break_loc = m_locations.GetByIndex(loc_idx); in ModulesChanged()
458 BreakpointLocationSP break_loc_sp (m_locations.GetByIndex(loc_idx)); in ModulesChanged()
782 lldb::BreakpointLocationSP
785 lldb::BreakpointLocationSP bp_loc_sp; in GetBreakpointLocationAtIndexFromEvent()
DBreakpointResolverAddress.cpp81 BreakpointLocationSP bp_loc_sp(m_breakpoint->AddLocation(m_addr)); in SearchCallback()
DBreakpointResolverFileRegex.cpp85 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(line_start)); in SearchCallback()
DBreakpointResolverFileLine.cpp198 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(line_start)); in SearchCallback()
DBreakpointResolverName.cpp305BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(break_addr, &new_location)); in SearchCallback()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h94 SBBreakpointLocation (const lldb::BreakpointLocationSP &break_loc_sp);
102 SetLocation (const lldb::BreakpointLocationSP &break_loc_sp);
104 lldb::BreakpointLocationSP m_opaque_sp;
/external/lldb/source/API/
DSBBreakpointLocation.cpp36 SBBreakpointLocation::SBBreakpointLocation (const lldb::BreakpointLocationSP &break_loc_sp) : in SBBreakpointLocation()
261 SBBreakpointLocation::SetLocation (const lldb::BreakpointLocationSP &break_loc_sp) in SetLocation()
DSBThread.cpp225 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
/external/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp564BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
733BreakpointLocationSP bp_loc_sp (bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
835BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
/external/lldb/source/Target/
DStopInfo.cpp149 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
382 … lldb::BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(j); in PerformAction()
413 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
DThreadPlanStepRange.cpp370 BreakpointLocationSP bp_loc = m_next_branch_bp_sp->GetLocationAtIndex(0); in SetNextBranchBreakpoint()
DProcess.cpp2052 Process::CreateBreakpointSite (const BreakpointLocationSP &owner, bool use_hardware) in CreateBreakpointSite()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreter.h90 const lldb::BreakpointLocationSP &bp_loc_sp);
/external/lldb/include/lldb/
Dlldb-forward.h270 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; typedef
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp401 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
/external/lldb/scripts/Python/
Dpython-wrapper.swig215 const lldb::BreakpointLocationSP& bp_loc_sp
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp74 const lldb::BreakpointLocationSP& sb_bp_loc);
2242 const BreakpointLocationSP bp_loc_sp (breakpoint_sp->FindLocationByID (break_loc_id)); in BreakpointCallbackFunction()
/external/lldb/include/lldb/Target/
DProcess.h3249 CreateBreakpointSite (const lldb::BreakpointLocationSP &owner,