Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
69 bool BreakpointLocation::IsEnabled() const { in IsEnabled()
78 void BreakpointLocation::SetEnabled(bool enabled) { in SetEnabled()
89 bool BreakpointLocation::IsAutoContinue() const { in IsAutoContinue()
114 lldb::tid_t BreakpointLocation::GetThreadID() { in GetThreadID()
220 void BreakpointLocation::ClearCallback() { in ClearCallback()
417 void BreakpointLocation::BumpHitCount() { in BumpHitCount()
425 void BreakpointLocation::UndoBumpHitCount() { in UndoBumpHitCount()
433 bool BreakpointLocation::IsResolved() const { in IsResolved()
[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()
266 BreakpointLocation *bp_loc = m_locations[idx].get(); in RemoveInvalidLocations()
H A DBreakpoint.cpp943 BreakpointLocation *loc = GetLocationAtIndex(i).get(); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h37 class BreakpointLocation
38 : public std::enable_shared_from_this<BreakpointLocation> {
40 ~BreakpointLocation();
277 bool EquivalentToLocation(BreakpointLocation &location);
332 BreakpointLocation(lldb::break_id_t bid, Breakpoint &owner,
366 BreakpointLocation(const BreakpointLocation &) = delete;
367 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.h626 friend class BreakpointLocation; // To call the following two when determining variable
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn19 "BreakpointLocation.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h35 class BreakpointLocation; variable
301 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
302 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp859 BreakpointLocation *location = in DoExecute()
950 BreakpointLocation *location = in DoExecute()
1064 BreakpointLocation *location = in DoExecute()
1530 BreakpointLocation *location = in DoExecute()