| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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 | 1815 Log *log(GetLog(GDBRLog::Watchpoints)); in SetThreadStopInfo() 3141 Log *log(GetLog(GDBRLog::Watchpoints)); in EnableWatchpoint() 3246 Log *log(GetLog(GDBRLog::Watchpoints)); in DisableWatchpoint()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2913 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_Z() 3000 Log *log = GetLog(LLDBLog::Watchpoints); in Handle_z()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointResourceList.cpp | 23 Log *log = GetLog(LLDBLog::Watchpoints); in Add() 34 Log *log = GetLog(LLDBLog::Watchpoints); in Remove() 50 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveByAddress()
|
| H A D | Watchpoint.cpp | 45 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint() 52 LLDB_LOG_ERROR(GetLog(LLDBLog::Watchpoints), std::move(err), in Watchpoint() 137 Log *log = GetLog(LLDBLog::Watchpoints); in VariableWatchpointDisabler()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 62 {{"watch"}, {"log watchpoint related activities"}, LLDBLog::Watchpoints}, 73 LLDBLog::Watchpoints | LLDBLog::Step |
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 49 Watchpoints = Log::ChannelFlag<30>, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointList.h | 193 WatchpointIterable Watchpoints() const { in Watchpoints() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 857 Log *log = GetLog(LLDBLog::Watchpoints); in CreateWatchpoint() 1224 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveAllWatchpoints() 1253 Log *log = GetLog(LLDBLog::Watchpoints); in DisableAllWatchpoints() 1280 Log *log = GetLog(LLDBLog::Watchpoints); in EnableAllWatchpoints() 1306 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHitCounts() 1320 Log *log = GetLog(LLDBLog::Watchpoints); in ClearAllWatchpointHistoricValues() 1335 Log *log = GetLog(LLDBLog::Watchpoints); in IgnoreAllWatchpoints() 1352 Log *log = GetLog(LLDBLog::Watchpoints); in DisableWatchpointByID() 1371 Log *log = GetLog(LLDBLog::Watchpoints); in EnableWatchpointByID() 1390 Log *log = GetLog(LLDBLog::Watchpoints); in RemoveWatchpointByID() [all …]
|
| H A D | StopInfo.cpp | 875 Log *log = GetLog(LLDBLog::Watchpoints); in PerformAction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 793 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
|