Home
last modified time | relevance | path

Searched refs:BreakpointLocation (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp31 BreakpointLocation::BreakpointLocation(break_id_t loc_id, Breakpoint &owner, in BreakpointLocation() function in BreakpointLocation
49 BreakpointLocation::~BreakpointLocation() { ClearBreakpointSite(); } in ~BreakpointLocation()
51 lldb::addr_t BreakpointLocation::GetLoadAddress() const { in GetLoadAddress()
56 BreakpointLocation::GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) in GetOptionsSpecifyingKind()
64 Address &BreakpointLocation::GetAddress() { return m_address; } in GetAddress()
66 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint()
68 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget()
70 bool BreakpointLocation::IsEnabled() const { in IsEnabled()
79 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled()
90 bool BreakpointLocation::IsAutoContinue() const { in IsAutoContinue()
[all …]
DBreakpointIDList.cpp178 BreakpointLocation *bp_loc = in FindAndReplaceIDRanges()
269 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
281 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
DCMakeLists.txt6 BreakpointLocation.cpp
DBreakpointLocationList.cpp35 new BreakpointLocation(bp_loc_id, m_owner, addr, LLDB_INVALID_THREAD_ID, in Create()
267 BreakpointLocation *bp_loc = m_locations[idx].get(); in RemoveInvalidLocations()
DBreakpoint.cpp962 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h37 class BreakpointLocation
38 : public std::enable_shared_from_this<BreakpointLocation> {
40 ~BreakpointLocation();
271 bool EquivalentToLocation(BreakpointLocation &location);
322 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
356 BreakpointLocation(const BreakpointLocation &) = delete;
357 const BreakpointLocation &operator=(const BreakpointLocation &) = delete;
DBreakpointSite.h198 friend class BreakpointLocation; variable
DBreakpointOptions.h28 friend class BreakpointLocation; variable
DBreakpoint.h615 friend class BreakpointLocation; // To call the following two when determining variable
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h35 class BreakpointLocation; variable
293 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
294 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp870 BreakpointLocation *location = in DoExecute()
962 BreakpointLocation *location = in DoExecute()
1077 BreakpointLocation *location = in DoExecute()
1545 BreakpointLocation *location = in DoExecute()