Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDNativeRegisterContextDBReg_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()
HDNativeRegisterContextDBReg_x86.cpp245 Log *log = GetLog(LLDBLog::Watchpoints); in SetHardwareWatchpoint()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemoteLog.h29 Watchpoints = Log::ChannelFlag<10>, enumerator
30 LLVM_MARK_AS_BITMASK_ENUM(Watchpoints)
HDProcessGDBRemoteLog.cpp33 {{"watch"}, {"log watchpoint related activities"}, GDBRLog::Watchpoints},
HDProcessGDBRemote.cpp1837 Log *log(GetLog(GDBRLog::Watchpoints)); in SetThreadStopInfo()
3162 Log *log(GetLog(GDBRLog::Watchpoints)); in EnableWatchpoint()
3257 Log *log(GetLog(GDBRLog::Watchpoints)); in DisableWatchpoint()
HDGDBRemoteCommunicationServerLLGS.cpp2913 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_Z()
3000 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_z()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDLLDBLog.cpp62 {{"watch"}, {"log watchpoint related activities"}, LLDBLog::Watchpoints},
73 LLDBLog::Watchpoints | LLDBLog::Step |
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointAlgorithms.cpp46 Log *log = GetLog(LLDBLog::Watchpoints); in AtomizeWatchpointRequest()
90 Log *log = GetLog(LLDBLog::Watchpoints); in PowerOf2Watchpoints()
HDWatchpoint.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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.cpp22 {{"watch"}, {"log watchpoint related activities"}, POSIXLog::Watchpoints},
HDProcessPOSIXLog.h25 Watchpoints = Log::ChannelFlag<6>, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDLLDBLog.h49 Watchpoints = Log::ChannelFlag<30>, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointList.h193 WatchpointIterable Watchpoints() const { in Watchpoints() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp858 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint()
1225 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints()
1238 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1254 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints()
1267 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1281 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints()
1294 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1307 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts()
1310 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1321 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues()
[all …]
HDStopInfo.cpp875 Log *log = GetLog(LLDBLog::Watchpoints); in PerformAction()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.cpp808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()