summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectGUI.cpp
AgeCommit message (Expand)Author
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-05-14Fix typo in error messageGabor Greif
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-12-12[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-12-03[lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann
2019-10-09protect libedit and LLDB gui from receiving null FILE* streamsLawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-01-14Typing "gui" will crash programs that don't give LLDB a real terminal. Greg Clayton
2014-01-31Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal
2014-01-27Merging the iohandler branch back into main. Greg Clayton