[Lldb-commits] [PATCH] D64365: [lldb] Let table gen create command option initializers.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 10 21:00:34 PDT 2019
teemperor updated this revision to Diff 209119.
teemperor added a comment.
- Better formatting and comments for generated Options.inc
- Added support and example for arguments that have enum values.
- Fixed some typos in the Options.td definitions that caused some tests to fail.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64365/new/
https://reviews.llvm.org/D64365
Files:
lldb/CMakeLists.txt
lldb/cmake/modules/AddLLDB.cmake
lldb/source/Commands/CMakeLists.txt
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/CommandObjectHelp.cpp
lldb/source/Commands/CommandObjectSettings.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Commands/Options.td
lldb/source/Commands/OptionsBase.td
lldb/utils/TableGen/CMakeLists.txt
lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
lldb/utils/TableGen/LLDBTableGen.cpp
lldb/utils/TableGen/LLDBTableGenBackends.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64365.209119.patch
Type: text/x-patch
Size: 21959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190711/071a0a86/attachment-0001.bin>
More information about the lldb-commits
mailing list