aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/driver
AgeCommit message (Expand)AuthorFilesLines
2023-07-05[lldb] Deprecate SBHostOS threading functionalityAlex Langford1-2/+0
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24Fix lldb option handling since e953ae5bbc313fd0cc980ce021d487e5b5199ea4serge-sans-paille1-1/+4
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-1/+1
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-1/+1
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-10-31[lldb] Add diagnosticsJonas Devlieghere1-0/+4
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere2-46/+0
2022-03-26[lldb] Fix building for mingw after changes to sigtstp_handlerMartin Storsjö1-1/+1
2022-03-09[lldb/driver] Fix SIGTSTP handlingPavel Labath1-9/+15
2022-03-03[lldb] Remove reproducer_handler from the driverJonas Devlieghere1-8/+0
2022-02-28[Support] Allow the ability to change WithColor's auto detection functionJonas Devlieghere1-5/+8
2022-02-28Revert "[Support] Allow the ability to change WithColor's auto detection func...Jonas Devlieghere1-7/+5
2022-02-28[Support] Allow the ability to change WithColor's auto detection functionJonas Devlieghere1-5/+7
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath1-2/+7
2022-01-19[lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDBPavel Labath1-4/+0
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere1-0/+1
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere2-21/+0
2021-12-17[lldb] Remove --reproducer-finalize and associated functionalityJonas Devlieghere2-39/+0
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan1-80/+8
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna3-0/+25
2021-11-02[lldb] fix --source-quietlyLawrence D'Anna2-1/+2
2021-08-03[lldb] Get rid of HAVE_SYS_TYPES_HNico Weber1-5/+2
2021-07-13[lldb] Fix editline unicode on LinuxJan Kratochvil1-0/+5
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann3-9/+9
2021-05-05Fix typo, arvm7 -> armv7Brad Smith1-2/+2
2021-04-19[lldb] Fix one leak in reproducerFangrui Song1-4/+3
2020-12-27[lldb] Surpress "ingoring result" warning in reproducer_handlerPavel Labath1-1/+2
2020-11-09[lldb] Don't use ::exit but instead return from the driver loop (NFC)Jonas Devlieghere1-3/+3
2020-11-09[lldb] Destory the debugger in the Driver dtor (NFC)Jonas Devlieghere1-4/+5
2020-10-23[lldb] Move copying of files into reproducer out of processJonas Devlieghere2-24/+43
2020-09-02[lldb] Add reproducer verifierJonas Devlieghere2-2/+6
2020-09-02[lldb/interpreter] Improve REPL init file compatibilityMed Ismail Bennani1-1/+1
2020-09-01Revert "[lldb] Add reproducer verifier"Raphael Isemann2-6/+2
2020-08-31[lldb] Add reproducer verifierJonas Devlieghere2-2/+6
2020-08-20[lldb/interpreter] Add REPL-specific init fileMed Ismail Bennani1-1/+1
2020-07-31[lldb] report an error if a CLI option lacks an argumentLuboš Luňák1-3/+12
2020-07-09[LLDB/Reproducers] Add flag to avoid installing the signal handler.Jonas Devlieghere2-5/+11
2020-07-09[lldb/Reproducers] Rename developer-oriented reproducer flags.Jonas Devlieghere2-9/+9
2020-05-20[lldb/Driver] Print snippet before exiting with unknown argument.Jonas Devlieghere1-1/+4
2020-05-20[lldb/Driver] Error out when encountering unknown argumentsJonas Devlieghere1-3/+6
2020-05-18[lldb/Driver] Fix handling on positional argumentsJonas Devlieghere1-10/+10
2020-05-05[lldb/Driver] Exit with a non-zero exit code in case of error in batch mode.Jonas Devlieghere1-0/+13