summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2024-03-06[lldb] Fix build failure in Debugger.cpp (NFC)Jie Fu
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-03-02Fix LLDB build after renaming the base class for ThreadPool to ThreadPoolInte...Mehdi Amini
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova
2024-02-22[lldb] Fix GetTerminalWidth after afd469023aadJonas Devlieghere
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir0102
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2023-09-13[lldb] Add a setting to customize the prompt color (#66218)Jonas Devlieghere
2023-09-13[lldb] Fix formatting and whitespace in Debugger.{h,cpp} (NFC)Jonas Devlieghere
2023-08-15[lldb] Remove {Get,Set}CloseInputOnEOF and deprecate SB equivalent (NFC)Jonas Devlieghere
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-08-02[lldb] Print hint if object description is requested but not implementedAugusto Noronha
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford
2023-07-10"settings set -g target.load-script-from-symbol-file" shouldn't crash.Jim Ingham
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere
2023-06-26[lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert...Alex Langford
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford
2023-06-13[lldb] Fix Debugger whitespace and formatting (NFC)Jonas Devlieghere
2023-06-13[lldb] Print lldbassert to debugger diagnosticsJonas Devlieghere
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-10When the Debugger runs HandleProcessEvent it should allowJim Ingham
2023-05-05[lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Assert on invalid index in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-03-07[lldb] Copy log files into diagnostic directoryJonas Devlieghere
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan
2023-02-12[lldb] Add the ability to provide a message to a progress event updateJonas Devlieghere
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-29[lldb] Introduce dwim-print commandDave Lee
2022-10-31[lldb] Emit diagnostic events in the diagnostic dumpJonas Devlieghere
2022-10-31[lldb] Add diagnosticsJonas Devlieghere
2022-10-24[lldb] Fix stale diagnostic event comments (NFC)Jonas Devlieghere
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-08-15[lldb] Fetching symbols in the background with dsymForUUIDJonas Devlieghere
2022-08-15[lldb] Flush the global thread pool in Debugger::TerminateJonas Devlieghere