summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-20/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-5096/+4165
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* Fix for missing prompt on WindowsTed Woodward2016-03-241-0/+23
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-182/+153
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Fix typo in a commentKamil Rytarowski2015-12-041-1/+1
* Reuse native curses(8) library on NetBSDBruce Mitchener2015-11-061-1/+3
* Fix build break on OS X from cleanup check-in.Todd Fiala2015-10-281-0/+5
* Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko2015-10-261-111/+66
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Improve LLDB prompt handlingPavel Labath2015-05-271-48/+23
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-2/+5
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-2/+4
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-4/+2
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-2/+4
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* Remove unused functions that were causing warnings.Greg Clayton2015-04-141-15/+0
* Allow the variable view to get synthetic values if they are available in "gui...Greg Clayton2015-04-101-1/+13
OpenPOWER on IntegriCloud