summaryrefslogtreecommitdiff
path: root/lldb/source/Core/IOHandlerCursesGUI.cpp
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-03-13[lldb] Remove Function::GetAddressRange usage from the gui (#130991)Pavel Labath
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-14[lldb] Gardening in IOHandlerCurses (NFC)Jonas Devlieghere
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda
2023-08-16[lldb][gui] Update TreeItem children's m_parent on movePavel Kosov
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
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-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-08-11[LLDB][NFC] Reliability fixes for IOHandlerCursesGUISlava Gurevich
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-04-07[lldb][gui] remove the "expand" diamond for variables where expanding failsLuboš Luňák
2022-04-07[lldb][gui] handle Ctrl+C to stop a running processLuboš Luňák
2022-04-05[lldb][gui] make 'step out' step out of the selected frameLuboš Luňák
2022-04-05[lldb][gui] use just '#2' instead of 'frame #2' in the threads/frame viewLuboš Luňák
2022-04-05[lldb][gui] do not show the help window on first gui startupLuboš Luňák
2022-04-03[lldb][gui] underline the current tokenLuboš Luňák
2022-04-03[lldb][gui] use symbolic names rather than hardcoded valuesLuboš Luňák
2022-04-03[lldb][gui] fix background of syntax-highlighted non-selected PC lineLuboš Luňák
2022-04-03[lldb][gui] draw highlight for selected line even if emptyLuboš Luňák
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2022-01-02Remove unused "using" (NFC)Kazu Hirata
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-08-25[LLDB][GUI] Add initial searcher supportOmar Emara