[all-commits] [llvm/llvm-project] 6ac608: [lldb] Add RotatingLogHandler
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jun 16 15:17:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ac608b3d897502c987e02667e87315c5fe0e90f
https://github.com/llvm/llvm-project/commit/6ac608b3d897502c987e02667e87315c5fe0e90f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M lldb/include/lldb/Utility/Log.h
M lldb/source/Utility/Log.cpp
M lldb/unittests/Utility/LogTest.cpp
Log Message:
-----------
[lldb] Add RotatingLogHandler
Add a log handler that maintains a circular buffer with a fixed size.
Differential revision: https://reviews.llvm.org/D127937
Commit: 663612dfd8f63e82936f32755fbba2aa219a7ae0
https://github.com/llvm/llvm-project/commit/663612dfd8f63e82936f32755fbba2aa219a7ae0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M lldb/docs/resources/build.rst
Log Message:
-----------
[lldb] Remove references to epydoc from the documentation
We no longer rely on epydoc but instead use a sphinx plugin to generate
the Python API reference.
Compare: https://github.com/llvm/llvm-project/compare/9d7b01dc9521...663612dfd8f6
More information about the All-commits
mailing list