Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp32 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()
55 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()
78 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled()
89 bool BreakpointLocation::IsAutoContinue() const { in IsAutoContinue()
[all …]
H A DBreakpointIDList.cpp176 BreakpointLocation *bp_loc = in FindAndReplaceIDRanges()
263 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
275 BreakpointLocation *bp_loc = breakpoint->GetLocationAtIndex(k).get(); in FindAndReplaceIDRanges()
H A DCMakeLists.txt6 BreakpointLocation.cpp
H A DBreakpointLocationList.cpp34 new BreakpointLocation(bp_loc_id, m_owner, addr, LLDB_INVALID_THREAD_ID, in Create()
272 BreakpointLocation *bp_loc = m_locations[idx].get(); in RemoveInvalidLocations()
H A DBreakpoint.cpp948 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h37 class BreakpointLocation
38 : public std::enable_shared_from_this<BreakpointLocation> {
40 ~BreakpointLocation();
280 bool EquivalentToLocation(BreakpointLocation &location);
335 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
369 BreakpointLocation(const BreakpointLocation &) = delete;
370 const BreakpointLocation &operator=(const BreakpointLocation &) = delete;
H A DBreakpointSite.h198 friend class BreakpointLocation; variable
H A DBreakpointOptions.h28 friend class BreakpointLocation; variable
H A DBreakpoint.h632 friend class BreakpointLocation; // To call the following two when determining variable
/openbsd-src/gnu/usr.bin/clang/liblldbBreakpoint/
H A DMakefile13 BreakpointLocation.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn19 "BreakpointLocation.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h35 class BreakpointLocation; variable
305 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
306 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp860 BreakpointLocation *location = in DoExecute()
951 BreakpointLocation *location = in DoExecute()
1065 BreakpointLocation *location = in DoExecute()
1531 BreakpointLocation *location = in DoExecute()