Searched refs:EnableWatchpoint (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.h | 116 lldb_private::Status EnableWatchpoint(lldb_private::Watchpoint *wp,
|
| H A D | ProcessFreeBSD.cpp | 700 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessFreeBSD
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 132 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 607 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable() 749 process_sp->EnableWatchpoint(wp, false); in PerformAction()
|
| H A D | Target.cpp | 856 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint() 1242 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints() 1335 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
|
| H A D | Process.cpp | 2674 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 178 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessGDBRemote.cpp | 3336 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 2372 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);
|