Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp188 Log *log = GetLog(LLDBLog::Watchpoints); in NumSupportedHardwareWatchpoints()
201 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
277 Log *log = GetLog(LLDBLog::Watchpoints); in ClearHardwareWatchpoint()
350 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointHitIndex()
380 Log *log = GetLog(LLDBLog::Watchpoints); in WatchpointIsEnabled()
387 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointAddress()
400 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointHitAddress()
H A DNativeRegisterContextDBReg_loongarch.cpp19 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointSize()
H A DNativeRegisterContextDBReg_arm64.cpp19 Log *log = GetLog(LLDBLog::Watchpoints); in GetWatchpointSize()
H A DNativeRegisterContextDBReg_x86.cpp245 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
/freebsd/contrib/llvm-project/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.cpp1888 Log *log(GetLog(GDBRLog::Watchpoints)); in SetThreadStopInfo()
3277 Log *log(GetLog(GDBRLog::Watchpoints)); in EnableWatchpoint()
3373 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()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp62 {{"watch"}, {"log watchpoint related activities"}, LLDBLog::Watchpoints},
76 LLDBLog::Watchpoints | LLDBLog::Step |
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp46 Log *log = GetLog(LLDBLog::Watchpoints); in AtomizeWatchpointRequest()
80 Log *log = GetLog(LLDBLog::Watchpoints); in PowerOf2Watchpoints()
H A DWatchpoint.cpp44 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
57 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint()
141 Log *log = GetLog(LLDBLog::Watchpoints); in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h49 Watchpoints = Log::ChannelFlag<30>, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h192 WatchpointIterable Watchpoints() const { in Watchpoints() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp945 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint()
1315 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints()
1328 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1344 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints()
1357 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1371 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints()
1384 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1397 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts()
1400 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1411 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues()
[all …]
H A DStopInfo.cpp896 Log *log = GetLog(LLDBLog::Watchpoints); in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp817 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()