[Lldb-commits] [PATCH] D128386: [lldb] Make thread safety the responsibility of the log handlers

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 22 15:24:09 PDT 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, clayborg, mib.
Herald added a project: All.
JDevlieghere requested review of this revision.

As per Pavel's suggestion in D127922 <https://reviews.llvm.org/D127922>, make thread safety the responsibility of the log handlers.


https://reviews.llvm.org/D128386

Files:
  lldb/include/lldb/Utility/Log.h
  lldb/source/Commands/CommandObjectLog.cpp
  lldb/source/Commands/Options.td
  lldb/source/Core/Debugger.cpp
  lldb/source/Utility/Log.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128386.439179.patch
Type: text/x-patch
Size: 5004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220622/a5101c29/attachment.bin>


More information about the lldb-commits mailing list