Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp15 WatchpointList::WatchpointList() : m_watchpoints(), m_mutex() {} in WatchpointList() function in WatchpointList
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 …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h27 class WatchpointList {
36 WatchpointList();
39 ~WatchpointList();
H A DWatchpoint.h159 friend class WatchpointList; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
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()
499 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
627 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
754 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
510 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
578 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
H A DCommandCompletions.cpp776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h715 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()
1414 WatchpointList m_watchpoint_list;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h273 class WatchpointList; variable
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile110 SRCS+= Breakpoint/WatchpointList.cpp