Files
clang-p2996/lldb/source/Host/common/TCPSocket.cpp
Jonas Devlieghere 7cd1d4231a [lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)
LLDB's logging infrastructure supports prepending log messages with the
name of the file and function that generates the log (see help log
enable). Therefore it's unnecessary to include the current __FUNCTION__
in the log message itself. This patch removes __FUNCTION__ from log
messages in the Host library.

Differential revision: https://reviews.llvm.org/D151762
2023-06-06 13:02:43 -07:00

9.4 KiB