Home
last modified time | relevance | path

Searched refs:Watchpoints (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp210 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 DNativeRegisterContextDBReg_x86.cpp245 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h28 Watchpoints = Log::ChannelFlag<10>, enumerator
29 LLVM_MARK_AS_BITMASK_ENUM(Watchpoints)
H A DProcessKDPLog.cpp29 {{"watch"}, {"log watchpoint related activities"}, KDPLog::Watchpoints},
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h29 Watchpoints = Log::ChannelFlag<10>, enumerator
30 LLVM_MARK_AS_BITMASK_ENUM(Watchpoints)
H A DProcessGDBRemoteLog.cpp33 {{"watch"}, {"log watchpoint related activities"}, GDBRLog::Watchpoints},
H A DProcessGDBRemote.cpp1774 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 DGDBRemoteCommunicationServerLLGS.cpp2914 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 DLLDBLog.cpp62 {{"watch"}, {"log watchpoint related activities"}, LLDBLog::Watchpoints},
72 LLDBLog::Watchpoints | LLDBLog::Step |
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp451 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 DNativeRegisterContextLinux_ppc64le.cpp508 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 DNativeProcessLinux.cpp729 Log *log = GetLog(LLDBLog::Process | LLDBLog::Watchpoints); in MonitorWatchpoint()
/openbsd-src/gnu/llvm/lldb/
H A DCODE_OWNERS.txt14 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 DProcessPOSIXLog.cpp22 {{"watch"}, {"log watchpoint related activities"}, POSIXLog::Watchpoints},
H A DProcessPOSIXLog.h25 Watchpoints = Log::ChannelFlag<6>, enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h49 Watchpoints = Log::ChannelFlag<30>, enumerator
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp43 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 DWatchpointList.h193 WatchpointIterable Watchpoints() const { in Watchpoints() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp816 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 DStopInfo.cpp876 Log *log = GetLog(LLDBLog::Watchpoints); in PerformAction()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h195 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 DCommandCompletions.cpp779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Drefcard.tex310 \sec Breakpoints and Watchpoints;
H A DChangeLog934 (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 Dtutorial.rst376 Setting Watchpoints

12