summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup virtual methods and mark them as "override" and remove "virtual".Greg Clayton2015-04-101-90/+95
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-9/+19
* Disable Editline on Windows.Zachary Turner2014-11-171-7/+4
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-45/+138
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-3/+45
* Multi-line expressions in Xcode now have a space between the line number and ...Greg Clayton2014-06-111-1/+1
* Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...Colin Riley2014-06-031-1/+2
* "process kill" and "process detach" were causing double prompts or prompts th...Greg Clayton2014-05-081-2/+4
* Revert bad checkin that use incorrect member field.Greg Clayton2014-05-081-1/+0
* Set the current line to invalid when done getting multiple lines.Greg Clayton2014-05-081-0/+1
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+6
OpenPOWER on IntegriCloud