[Lldb-commits] [PATCH] D128557: [lldb] Add a log dump command to dump the circular log buffer

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 24 13:45:20 PDT 2022


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

Add a log dump command to dump the circular log buffer. This also adds a test for the circular log handler.


https://reviews.llvm.org/D128557

Files:
  lldb/include/lldb/Host/Host.h
  lldb/include/lldb/Utility/Log.h
  lldb/source/Commands/CommandObjectLog.cpp
  lldb/source/Commands/Options.td
  lldb/source/Host/common/Host.cpp
  lldb/source/Utility/Log.cpp
  lldb/test/API/commands/log/basic/TestLogHandlers.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128557.439881.patch
Type: text/x-patch
Size: 12039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220624/efb944b0/attachment-0001.bin>


More information about the lldb-commits mailing list