[Lldb-commits] [PATCH] D70668: [lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 25 05:35:49 PST 2019
teemperor created this revision.
teemperor added a reviewer: labath.
Herald added a reviewer: jdoerfert.
Herald added subscribers: lldb-commits, JDevlieghere.
Herald added a project: LLDB.
Adds support for doing range-based for-loops on LLDB's VariableList and
modernises all the index-based for-loops in LLDB where possible.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D70668
Files:
lldb/include/lldb/Symbol/VariableList.h
lldb/source/API/SBFrame.cpp
lldb/source/API/SBModule.cpp
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Core/Address.cpp
lldb/source/Core/IOHandler.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
lldb/source/Symbol/Block.cpp
lldb/source/Symbol/Variable.cpp
lldb/source/Target/StackFrame.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70668.230881.patch
Type: text/x-patch
Size: 13324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191125/dde025a5/attachment.bin>
More information about the lldb-commits
mailing list