| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_arm64.cpp | 210 Log *log = GetLog(LLDBLog::Watchpoints); in NumSupportedHardwareWatchpoints() 223 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint() 316 Log *log = GetLog(LLDBLog::Watchpoints); in ClearHardwareWatchpoint() 388 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointSize() 406 Log *log = GetLog(LLDBLog::Watchpoints); in WatchpointIsEnabled() 417 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointHitIndex() 448 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointAddress() 461 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointHitAddress()
|
| H A D | NativeRegisterContextDBReg_x86.cpp | 245 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.h | 28 Watchpoints = Log::ChannelFlag<10>, enumerator 29 LLVM_MARK_AS_BITMASK_ENUM(Watchpoints)
|
| H A D | ProcessKDPLog.cpp | 29 {{"watch"}, {"log watchpoint related activities"}, KDPLog::Watchpoints},
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.h | 29 Watchpoints = Log::ChannelFlag<10>, enumerator 30 LLVM_MARK_AS_BITMASK_ENUM(Watchpoints)
|
| H A D | ProcessGDBRemoteLog.cpp | 33 {{"watch"}, {"log watchpoint related activities"}, GDBRLog::Watchpoints},
|
| H A D | ProcessGDBRemote.cpp | 1774 Log *log(GetLog(GDBRLog::Watchpoints)); in SetThreadStopInfo() 3074 Log *log(GetLog(GDBRLog::Watchpoints)); in EnableWatchpoint() 3110 Log *log(GetLog(GDBRLog::Watchpoints)); in DisableWatchpoint()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2914 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_Z() 3001 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_z()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 62 {{"watch"}, {"log watchpoint related activities"}, LLDBLog::Watchpoints}, 72 LLDBLog::Watchpoints | LLDBLog::Step |
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_arm.cpp | 451 Log *log = GetLog(POSIXLog::Watchpoints); in NumSupportedHardwareWatchpoints() 465 Log *log = GetLog(POSIXLog::Watchpoints); in SetHardwareWatchpoint() 570 Log *log = GetLog(POSIXLog::Watchpoints); in ClearHardwareWatchpoint() 639 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointSize() 656 Log *log = GetLog(POSIXLog::Watchpoints); in WatchpointIsEnabled() 668 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointHitIndex() 691 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointAddress() 705 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointHitAddress()
|
| H A D | NativeRegisterContextLinux_ppc64le.cpp | 508 Log *log = GetLog(POSIXLog::Watchpoints); in NumSupportedHardwareWatchpoints() 522 Log *log = GetLog(POSIXLog::Watchpoints); in SetHardwareWatchpoint() 609 Log *log = GetLog(POSIXLog::Watchpoints); in ClearHardwareWatchpoint() 649 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointSize() 662 Log *log = GetLog(POSIXLog::Watchpoints); in WatchpointIsEnabled() 670 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointHitIndex() 693 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointAddress() 707 Log *log = GetLog(POSIXLog::Watchpoints); in GetWatchpointHitAddress()
|
| H A D | NativeProcessLinux.cpp | 729 Log *log = GetLog(LLDBLog::Process | LLDBLog::Watchpoints); in MonitorWatchpoint()
|
| /openbsd-src/gnu/llvm/lldb/ |
| H A D | CODE_OWNERS.txt | 14 D: DynamicLoader, ObjectFile, IOHandler, EditLine, Core/Value*, Watchpoints, debugserver 20 D: Watchpoints, Trampolines, Target, Command Interpreter, C++ / Objective-C Language runtime
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ |
| H A D | ProcessPOSIXLog.cpp | 22 {{"watch"}, {"log watchpoint related activities"}, POSIXLog::Watchpoints},
|
| H A D | ProcessPOSIXLog.h | 25 Watchpoints = Log::ChannelFlag<6>, enumerator
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 49 Watchpoints = Log::ChannelFlag<30>, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 43 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint() 50 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointList.h | 193 WatchpointIterable Watchpoints() const { in Watchpoints() function
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 816 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint() 1175 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints() 1188 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() 1204 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints() 1217 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() 1231 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints() 1244 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() 1257 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts() 1260 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() 1271 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues() [all …]
|
| H A D | StopInfo.cpp | 876 Log *log = GetLog(LLDBLog::Watchpoints); in PerformAction()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 195 DNBBreakpointList &Watchpoints() { return m_watchpoints; } in Watchpoints() function 196 const DNBBreakpointList &Watchpoints() const { return m_watchpoints; } in Watchpoints() function
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | refcard.tex | 310 \sec Breakpoints and Watchpoints;
|
| H A D | ChangeLog | 934 (Set Watchpoints): Add cross reference to "set remote 2008 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new 2009 subsection "x86 Watchpoints". 2469 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | tutorial.rst | 376 Setting Watchpoints
|