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