Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp15 WatchpointList::WatchpointList() = default;
17 WatchpointList::~WatchpointList() = default;
20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
36 void WatchpointList::Dump(Stream *s) const { in Dump()
40 void WatchpointList::DumpWithLevel( in DumpWithLevel()
54 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
72 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
99 WatchpointList::wp_collection::iterator
100 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
105 WatchpointList::wp_collection::const_iterator
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h27 class WatchpointList {
36 WatchpointList();
39 ~WatchpointList();
H A DWatchpoint.h193 friend class WatchpointList; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp361 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
456 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
511 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
H A DCommandObjectWatchpoint.cpp218 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
296 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
365 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
474 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
594 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
713 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
H A DCommandCompletions.cpp816 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h806 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()
1619 WatchpointList m_watchpoint_list;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h301 class WatchpointList; variable
/freebsd/lib/clang/liblldb/
H A DMakefile136 SRCS+= Breakpoint/WatchpointList.cpp