Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpointList.cpp15 WatchpointList::WatchpointList() = default;
17 WatchpointList::~WatchpointList() = default;
34 void WatchpointList::Dump(Stream *s) const { in Dump()
38 void WatchpointList::DumpWithLevel( in DumpWithLevel()
97 WatchpointList::wp_collection::iterator
104 WatchpointList::wp_collection::const_iterator
137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
186 uint32_t WatchpointList::GetHitCount() const { in GetHitCount()
220 void WatchpointList::SetEnabledAll(bool enabled) { in SetEnabledAll()
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
[all …]
H A DCMakeLists.txt24 WatchpointList.cpp
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h27 class WatchpointList {
36 WatchpointList();
39 ~WatchpointList();
H A DWatchpoint.h159 friend class WatchpointList; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
480 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
548 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
H A DCommandObjectWatchpoint.cpp221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
498 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
625 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
751 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
H A DCommandCompletions.cpp778 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn37 "WatchpointList.cpp",
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h737 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()
1507 WatchpointList m_watchpoint_list;
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h281 class WatchpointList; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5219 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3665 lldb/include/lldb/Breakpoint/WatchpointList.h
3938 lldb/source/Breakpoint/WatchpointList.cpp