aboutsummaryrefslogtreecommitdiff
path: root/lldb/utils/TableGen
AgeCommit message (Expand)AuthorFilesLines
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-3/+2
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-6/+2
2020-03-20[lldb]/Tablegen] Use ElementType instead of DefaultValueUnsingedJonas Devlieghere1-3/+12
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere2-4/+4
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2019-12-16[lldb] Respect previously set values of LLDB_TABLEGEN_EXEAlex Langford1-11/+13
2019-10-25[LLDB] Fix inline variable only used in assertion. (NFC)Jonas Devlieghere1-2/+1
2019-10-25[TableGen] Add asserts to make sure default values match property typeJonas Devlieghere1-0/+16
2019-07-31[TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere6-28/+62
2019-07-31[TableGen] Include vectorJonas Devlieghere1-0/+1
2019-07-30[TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere3-18/+14
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere1-0/+3
2019-07-29[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann1-42/+80
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+5
2019-07-26[lldb] Don't dynamically allocate the posix option validator.Raphael Isemann1-1/+7
2019-07-25[Tablegen] Fix issues caused by incorrect escaping.Jonas Devlieghere1-2/+2
2019-07-25Let tablegen generate property definitionsJonas Devlieghere4-8/+196
2019-07-25[TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere3-6/+7
2019-07-23[lldb] Fix enum value descriptionJonas Devlieghere1-1/+1
2019-07-23[Utils] Add back utils directoryJonas Devlieghere4-0/+272
2019-07-23[Utils] Remove legacy scriptsJonas Devlieghere4-272/+0
2019-07-22[lldb][NFC] Tablegenify breakpointRaphael Isemann1-3/+5
2019-07-18[lldb] Don't double emit option groupsRaphael Isemann1-1/+0
2019-07-18Only build lldb-tblgen if it's not a current targetNathan Lanza1-7/+13
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann4-0/+265