summaryrefslogtreecommitdiff
path: root/lldb/tools/driver
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-08-29[lldb] Fix typo in the description of the -X alias (#156119)Jonas Devlieghere
2025-08-29[lldb] Format tools/driver/Options.td (NFC) (#156111)Jonas Devlieghere
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
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-20[lldb][AIX] Introducing _ALL_SOURCE macro into driver CMakeLists (#120607)Dhruv Srivastava
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-25[lldb] Revise IDE folder structure (#89748)Michael Kruse
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-19[lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDBPavel Labath
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere