[Lldb-commits] [PATCH] D127922: [lldb] Introduce the concept of a	log handler (NFC)
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Jun 16 11:16:20 PDT 2022
    
    
  
JDevlieghere updated this revision to Diff 437618.
JDevlieghere marked 2 inline comments as done.
JDevlieghere added a comment.
- Make Emit take a StringRef
- Move mutex in the log handler
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127922/new/
https://reviews.llvm.org/D127922
Files:
  lldb/include/lldb/Core/Debugger.h
  lldb/include/lldb/Utility/Log.h
  lldb/include/lldb/Utility/StreamCallback.h
  lldb/source/Core/Debugger.cpp
  lldb/source/Utility/CMakeLists.txt
  lldb/source/Utility/Log.cpp
  lldb/source/Utility/StreamCallback.cpp
  lldb/tools/lldb-server/LLDBServerUtilities.cpp
  lldb/unittests/Core/CMakeLists.txt
  lldb/unittests/Core/StreamCallbackTest.cpp
  lldb/unittests/Utility/LogTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127922.437618.patch
Type: text/x-patch
Size: 24841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220616/c9640d06/attachment-0001.bin>
    
    
More information about the lldb-commits
mailing list