[all-commits] [llvm/llvm-project] 20c77a: [lldb] Sink StreamBuffer into lldbUtility
Alex via All-commits
all-commits at lists.llvm.org
Wed Aug 9 17:11:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20c77a5789331956cd47d1804df7885a82094964
https://github.com/llvm/llvm-project/commit/20c77a5789331956cd47d1804df7885a82094964
Author: Alex Langford <alangford at apple.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
R lldb/include/lldb/Core/StreamBuffer.h
A lldb/include/lldb/Utility/StreamBuffer.h
M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
M lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
Log Message:
-----------
[lldb] Sink StreamBuffer into lldbUtility
lldbUtility seems like a more suitable place for StreamBuffer.
Differential Revision: https://reviews.llvm.org/D157463
More information about the All-commits
mailing list