Searched refs:Watchpoint (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 29 Watchpoint::Watchpoint(Target &target, lldb::addr_t addr, uint32_t size, in Watchpoint() function in Watchpoint 66 Watchpoint::~Watchpoint() = default; 176 void Watchpoint::ClearCallback() { in ClearCallback() 189 bool Watchpoint::IsHardware() const { in IsHardware() 265 void Watchpoint::Dump(Stream *s) const { in Dump() 336 void Watchpoint::DumpWithLevel(Stream *s, in DumpWithLevel() 379 void Watchpoint::TurnOffEphemeralMode() { in TurnOffEphemeralMode() 385 bool Watchpoint::IsDisabledDuringEphemeralMode() { in IsDisabledDuringEphemeralMode() 426 void Watchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount() 463 void Watchpoint::SendWatchpointChangedEvent( in SendWatchpointChangedEvent() [all …]
|
| H A D | WatchpointList.cpp | 27 auto data_sp = std::make_shared<Watchpoint::WatchpointEventData>( in Add() 177 auto data_sp = std::make_shared<Watchpoint::WatchpointEventData>( in Remove() 240 auto data_sp = std::make_shared<Watchpoint::WatchpointEventData>( in RemoveAll()
|
| H A D | WatchpointResource.cpp | 75 bool WatchpointResource::ConstituentsContains(const Watchpoint *wp) { in ConstituentsContains()
|
| H A D | WatchpointResourceList.cpp | 79 WatchpointResourceList::FindByWatchpoint(const Watchpoint *wp) { in FindByWatchpoint()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Watchpoint.h | 24 class Watchpoint : public std::enable_shared_from_this<Watchpoint>, 61 Watchpoint(Target &target, lldb::addr_t addr, uint32_t size, 64 ~Watchpoint() override; 238 Watchpoint(const Watchpoint &) = delete; 239 const Watchpoint &operator=(const Watchpoint &) = delete;
|
| H A D | WatchpointResourceList.h | 87 FindByWatchpoint(const lldb_private::Watchpoint *wp);
|
| H A D | WatchpointResource.h | 115 bool ConstituentsContains(const lldb_private::Watchpoint *wp);
|
| H A D | WatchpointList.h | 31 friend class Watchpoint; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 265 return Watchpoint::WatchpointEventData::GetEventDataFromEvent(event.get()) != in EventIsWatchpointEvent() 274 return Watchpoint::WatchpointEventData::GetWatchpointEventTypeFromEvent( in GetWatchpointEventTypeFromEvent() 285 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 505 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute() 572 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 34 static void AddWatchpointDescription(Stream &s, Watchpoint &wp, in AddWatchpointDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 104 std::weak_ptr<lldb_private::Watchpoint> m_opaque_wp;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 291 class Watchpoint; variable 476 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP;
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1427 Watchpoint was created watching a variable 1431 Watchpoint was created watching the result of an expression that was
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 114 SRCS+= Breakpoint/Watchpoint.cpp
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 928 wp_sp = std::make_shared<Watchpoint>(*this, addr, size, type); in CreateWatchpoint()
|