summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Core] Add missing includeJonas Devlieghere2019-12-121-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-17/+17
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-031-4014/+0
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-4/+3
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-111-71/+100
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-091-8/+8
* protect libedit and LLDB gui from receiving null FILE* streamsLawrence D'Anna2019-10-091-1/+2
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-15/+15
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-2/+2
* Use _WIN32 instead of _MSC_VERHaibo Huang2019-09-221-1/+1
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-6/+3
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-42/+12
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-27/+27
* [Gardening] Remove more dead code from IOHandlerJonas Devlieghere2019-08-071-29/+6
* [Gardening] Remove dead code from IOHandler (NFC)Jonas Devlieghere2019-08-061-17/+0
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-12/+7
* [StringList] Change LongestCommonPrefix APIJonas Devlieghere2019-07-311-2/+1
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-301-1/+1
* check for interrupt from fgets on WindowsNathan Lanza2019-07-191-0/+3
* add a workaround in GetLine to account for ReadFile not reporintg errorNathan Lanza2019-07-161-0/+11
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-101-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-11/+20
* [gui] Simplify SourceFileWindowDelegate::WindowDelegateDrawPavel Labath2019-02-191-5/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-30/+30
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-111-16/+9
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-10/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-1/+1
* Remove dead code from IOHandlerAlex Langford2018-11-271-4/+0
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-18/+18
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-22/+18
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-0/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+2
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-12/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-84/+71
* include locale.h in IOHandler.cppPavel Labath2018-03-131-0/+1
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-141-1/+1
* Fix LLDB build.Zachary Turner2017-06-231-1/+1
* Fix incorrect Status -> Error rename in IOHandlerPavel Labath2017-05-221-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-10/+31
* Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton2016-12-281-22/+42
* Use Timeout<> in the Listener classPavel Labath2016-11-301-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-9/+9
* Change IOHandlerConfirm to use StringRefs.Zachary Turner2016-11-131-1/+1
* [lldb-mi] Fix prompt which can get inserted in the middle of program output i...Dawn Perchik2016-10-011-1/+3
OpenPOWER on IntegriCloud