summaryrefslogtreecommitdiff
path: root/lldb/utils/TableGen
AgeCommit message (Expand)Author
2025-09-19[lldb] install lldb-tblgen by default to ease cross-compilation (one-liner) (...Jonathan Thackray
2025-08-29[lldb] Add a simplified syntax for underlying command options (NFC) (#155694)Jonas Devlieghere
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2024-09-09[LLDB][TableGen] Migrate lldb-tblgen to use const RecordKeeper (#107536)Rahul Joshi
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse
2024-05-01[lldb] Use Python script to generate SBLanguages.h (#90753)Jonas Devlieghere
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2023-09-26[llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744)Shao-Ce SUN
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2020-03-20[lldb]/Tablegen] Use ElementType instead of DefaultValueUnsingedJonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-16[lldb] Respect previously set values of LLDB_TABLEGEN_EXEAlex Langford
2019-10-25[LLDB] Fix inline variable only used in assertion. (NFC)Jonas Devlieghere
2019-10-25[TableGen] Add asserts to make sure default values match property typeJonas Devlieghere
2019-07-31[TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere
2019-07-31[TableGen] Include vectorJonas Devlieghere
2019-07-30[TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-29[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-26[lldb] Don't dynamically allocate the posix option validator.Raphael Isemann
2019-07-25[Tablegen] Fix issues caused by incorrect escaping.Jonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-25[TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere
2019-07-23[lldb] Fix enum value descriptionJonas Devlieghere
2019-07-23[Utils] Add back utils directoryJonas Devlieghere
2019-07-23[Utils] Remove legacy scriptsJonas Devlieghere
2019-07-22[lldb][NFC] Tablegenify breakpointRaphael Isemann
2019-07-18[lldb] Don't double emit option groupsRaphael Isemann
2019-07-18Only build lldb-tblgen if it's not a current targetNathan Lanza
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann