[all-commits] [llvm/llvm-project] 3d6073: Revert "[lldb] Expose a const iterator for SymbolC...
Alex via All-commits
all-commits at lists.llvm.org
Thu May 4 16:50:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d6073a9c33005abf8c6fc074e434c90b36dccb9
https://github.com/llvm/llvm-project/commit/3d6073a9c33005abf8c6fc074e434c90b36dccb9
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
M lldb/include/lldb/Symbol/SymbolContext.h
M lldb/include/lldb/Symbol/UnwindTable.h
M lldb/source/API/SBThread.cpp
M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
M lldb/source/Breakpoint/BreakpointResolverName.cpp
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Commands/CommandObjectSource.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Core/AddressResolverFileLine.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Symbol/Symbol.cpp
M lldb/source/Symbol/SymbolContext.cpp
M lldb/source/Symbol/UnwindTable.cpp
Log Message:
-----------
Revert "[lldb] Expose a const iterator for SymbolContextList"
This reverts commit 04aa943be8ed5c03092e2a90112ac638360ec253.
This broke the debian buildbot and I'm not sure why. Reverting so I can
investigate.
More information about the All-commits
mailing list