Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp32 BreakpointLocation::BreakpointLocation(break_id_t loc_id, Breakpoint &owner, in BreakpointLocation() function in BreakpointLocation
48 BreakpointLocation::~BreakpointLocation() { in ~BreakpointLocation()
52 lldb::addr_t BreakpointLocation::GetLoadAddress() const { in GetLoadAddress()
56 const BreakpointOptions &BreakpointLocation::GetOptionsSpecifyingKind( in GetOptionsSpecifyingKind()
63 Address &BreakpointLocation::GetAddress() { return m_address; } in GetAddress()
65 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint()
67 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget()
69 bool BreakpointLocation::IsEnabled() const { in IsEnabled()
77 llvm::Error BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled()
85 bool BreakpointLocation::IsAutoContinue() const { in IsAutoContinue()
[all …]
H A DBreakpointIDList.cpp130 BreakpointLocation *bp_loc = in FindAndReplaceIDRanges()
216 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
228 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
H A DBreakpointLocationList.cpp36 new BreakpointLocation(bp_loc_id, m_owner, addr, LLDB_INVALID_THREAD_ID, in Create()
280 BreakpointLocation *bp_loc = m_locations[idx].get(); in RemoveInvalidLocations()
H A DBreakpoint.cpp985 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h39 class BreakpointLocation
40 : public std::enable_shared_from_this<BreakpointLocation> {
42 ~BreakpointLocation();
270 bool EquivalentToLocation(BreakpointLocation &location);
362 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
400 BreakpointLocation(const BreakpointLocation &) = delete;
401 const BreakpointLocation &operator=(const BreakpointLocation &) = delete;
H A DBreakpointSite.h208 friend class BreakpointLocation; variable
H A DBreakpointOptions.h29 friend class BreakpointLocation; variable
H A DBreakpoint.h630 friend class BreakpointLocation; // To call the following two when determining variable
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h35 class BreakpointLocation; variable
326 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
327 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp889 BreakpointLocation *location = in DoExecute()
972 BreakpointLocation *location = in DoExecute()
1081 BreakpointLocation *location = in DoExecute()
1528 BreakpointLocation *location = in DoExecute()
/freebsd/lib/clang/liblldb/
H A DMakefile118 SRCS+= Breakpoint/BreakpointLocation.cpp