Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_WATCHPOINTS (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in NumSupportedHardwareWatchpoints()
222 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint()
315 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearHardwareWatchpoint()
387 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointSize()
405 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in WatchpointIsEnabled()
416 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointHitIndex()
447 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointAddress()
460 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in GetWatchpointHitAddress()
H A DNativeRegisterContextDBReg_x86.cpp245 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in SetHardwareWatchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h20 #define LIBLLDB_LOG_WATCHPOINTS (1u << 6) macro
49 LIBLLDB_LOG_BREAKPOINTS | LIBLLDB_LOG_WATCHPOINTS | LIBLLDB_LOG_STEP | \
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp49 {{"watch"}, {"log watchpoint related activities"}, LIBLLDB_LOG_WATCHPOINTS},
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp796 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in CreateWatchpoint()
1151 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in RemoveAllWatchpoints()
1180 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in DisableAllWatchpoints()
1207 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in EnableAllWatchpoints()
1233 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearAllWatchpointHitCounts()
1247 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in ClearAllWatchpointHistoricValues()
1262 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in IgnoreAllWatchpoints()
1279 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in DisableWatchpointByID()
1298 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in EnableWatchpointByID()
1317 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in RemoveWatchpointByID()
[all …]
H A DStopInfo.cpp722 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_WATCHPOINTS); in PerformAction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp44 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_WATCHPOINTS), in Watchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2680 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in Handle_Z()
2767 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_WATCHPOINTS)); in Handle_z()