aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/driver/Driver.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-03[lldb] Emit an error when using --wait-for without a name or pid (#142424)Jonas Devlieghere1-0/+6
2025-04-10[lldb] Handle signals in a separate thread in the driver (#134956)Jonas Devlieghere1-34/+59
2024-12-16[lldb] Unify window resizing logic in command line driverJonas Devlieghere1-17/+14
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere1-2/+5
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+8
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-0/+1
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-1/+0
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-0/+1
2024-05-07[lldb] Request crash report when prompting for a bug report on Darwin (#91371)Jonas Devlieghere1-0/+6
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere1-1/+14
2024-02-28[lldb] Remove -d(ebug) mode from the lldb driver (#83330)Jonas Devlieghere1-15/+0
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu1-0/+3
2023-08-25[lldb] Qualify `auto` in the lldb driver (NFC)Jonas Devlieghere1-10/+10
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+2
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
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 Devlieghere1-38/+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-05[lldb] Create a property to store the REPL languageJonas Devlieghere1-0/+1
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere1-12/+0
2021-12-17[lldb] Remove --reproducer-finalize and associated functionalityJonas Devlieghere1-37/+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'Anna1-0/+20
2021-11-02[lldb] fix --source-quietlyLawrence D'Anna1-0/+1
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 Isemann1-4/+4
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