llvm-project/lldb
Jonas Devlieghere 7ced9fff95
[lldb] Refactor command option enum values (NFC)
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
2022-07-14 21:18:07 -07:00
..
bindings [trace] Add an option to save a compact trace bundle 2022-07-13 11:43:28 -07:00
cmake [lldb] Disable modules in Apple-lldb-base 2022-05-24 17:17:14 -07:00
docs [lldb] Delete more mydir references (NFC) 2022-07-10 18:56:06 -07:00
examples [lldb/crashlog] Show help when the command is called without any argument 2022-06-10 13:44:43 -07:00
include/lldb [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
packages/Python/lldbsuite [trace] Add an option to save a compact trace bundle 2022-07-13 11:43:28 -07:00
resources
scripts
source [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
test Revert "[lldb] Add support for using integral const static data members in the expression evaluator" 2022-07-14 10:47:01 -07:00
third_party/Python/module [lldb][NFC] Inclusive language: replace master/slave names for ptys 2021-11-12 10:54:18 -06:00
tools jGetLoadedDynamicLibrariesInfos can inspect machos not yet loaded 2022-07-14 00:56:14 -07:00
unittests Revert "[lldb] Add support for using integral const static data members in the expression evaluator" 2022-07-14 10:47:01 -07:00
utils [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py