summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectGUI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-0/+1
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-031-0/+1
* protect libedit and LLDB gui from receiving null FILE* streamsLawrence D'Anna2019-10-091-1/+3
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-3/+2
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-39/+26
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Typing "gui" will crash programs that don't give LLDB a real terminal. Greg Clayton2015-01-141-4/+16
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-0/+5
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+56
OpenPOWER on IntegriCloud