summaryrefslogtreecommitdiff
path: root/lldb/tools/driver/Driver.cpp
AgeCommit message (Expand)Author
2025-11-19[lldb][windows] add color to the Python.dll not found error (#168718)Charles Zablit
2025-11-03[lldb][windows] print an error if python.dll is not in the DLL search path (#...Charles Zablit
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-09[lldb][windows] fix undeclared identifier error (#162705)Charles Zablit
2025-10-09[lldb][windows] add support for out of PATH python.dll resolution (#162509)Charles Zablit
2025-06-03[lldb] Emit an error when using --wait-for without a name or pid (#142424)Jonas Devlieghere
2025-04-10[lldb] Handle signals in a separate thread in the driver (#134956)Jonas Devlieghere
2024-12-16[lldb] Unify window resizing logic in command line driverJonas Devlieghere
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-05-07[lldb] Request crash report when prompting for a bug report on Darwin (#91371)Jonas Devlieghere
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere
2024-02-28[lldb] Remove -d(ebug) mode from the lldb driver (#83330)Jonas Devlieghere
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu
2023-08-25[lldb] Qualify `auto` in the lldb driver (NFC)Jonas Devlieghere
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-07-05[lldb] Deprecate SBHostOS threading functionalityAlex Langford
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24Fix lldb option handling since e953ae5bbc313fd0cc980ce021d487e5b5199ea4serge-sans-paille
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille
2022-10-31[lldb] Add diagnosticsJonas Devlieghere
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-03-26[lldb] Fix building for mingw after changes to sigtstp_handlerMartin Storsjö
2022-03-09[lldb/driver] Fix SIGTSTP handlingPavel Labath
2022-03-03[lldb] Remove reproducer_handler from the driverJonas Devlieghere
2022-02-28[Support] Allow the ability to change WithColor's auto detection functionJonas Devlieghere
2022-02-28Revert "[Support] Allow the ability to change WithColor's auto detection func...Jonas Devlieghere
2022-02-28[Support] Allow the ability to change WithColor's auto detection functionJonas Devlieghere
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere
2021-12-17[lldb] Remove --reproducer-finalize and associated functionalityJonas Devlieghere
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-11-02[lldb] fix --source-quietlyLawrence D'Anna
2021-07-13[lldb] Fix editline unicode on LinuxJan Kratochvil
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann