Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
34 void WatchpointList::Dump(Stream *s) const { in Dump()
38 void WatchpointList::DumpWithLevel( in DumpWithLevel()
52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress()
70 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec()
97 WatchpointList::wp_collection::iterator
98 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
104 WatchpointList::wp_collection::const_iterator
[all …]
H A DCMakeLists.txt24 WatchpointList.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h27 class WatchpointList {
36 WatchpointList();
39 ~WatchpointList();
H A DWatchpoint.h159 friend class WatchpointList; variable
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/clang/liblldbBreakpoint/
H A DMakefile31 WatchpointList.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/
H A DBUILD.gn37 "WatchpointList.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h740 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList()
1519 WatchpointList m_watchpoint_list;
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h285 class WatchpointList; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5189 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3660 lldb/include/lldb/Breakpoint/WatchpointList.h
3933 lldb/source/Breakpoint/WatchpointList.cpp