[all-commits] [llvm/llvm-project] be265d: [lldb] Add support for specifying a log handler
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jun 24 18:24:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be265d25ca5e300a3af45a5f85fc6e4b107148e5
https://github.com/llvm/llvm-project/commit/be265d25ca5e300a3af45a5f85fc6e4b107148e5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/include/lldb/lldb-enumerations.h
M lldb/include/lldb/lldb-private-enumerations.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Commands/CommandObjectLog.cpp
M lldb/source/Commands/Options.td
M lldb/source/Core/Debugger.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/tools/lldb-test/lldb-test.cpp
Log Message:
-----------
[lldb] Add support for specifying a log handler
This patch adds a new flag to `log enable`, allowing the user to specify
a custom log handler. In addition to the default (stream) handler, this
allows using the circular log handler (which logs to a fixed size,
in-memory circular buffer) as well as the system log handler (which logs
to the operating system log).
Differential revision: https://reviews.llvm.org/D128323
More information about the All-commits
mailing list