forked from OSchip/llvm-project
7ced9fff95
Refactor the command option enum values and the command argument table to connect the two. This has two benefits: - We guarantee that two options that use the same argument type have the same accepted values. - We can print the enum values and their description in the help output. (D129707) Differential revision: https://reviews.llvm.org/D129703 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
LLDBOptionDefEmitter.cpp | ||
LLDBPropertyDefEmitter.cpp | ||
LLDBTableGen.cpp | ||
LLDBTableGenBackends.h | ||
LLDBTableGenUtils.cpp | ||
LLDBTableGenUtils.h |