summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-16/+39
* Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...Greg Clayton2014-04-231-0/+1
* Use the default TID format in curses UIEd Maste2014-04-091-3/+7
* Fixed a case where we could spin indefinitely if we got an error from fgets t...Greg Clayton2014-04-071-0/+6
* Don’t exit the command interpreter if we get interrupted by an EINTR when c...Greg Clayton2014-04-041-1/+4
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-46/+41
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-30/+32
* Change the backtrace view into a process tree view where you can expand the p...Greg Clayton2014-03-191-87/+219
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-3/+2
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-0/+23
* remove useless declarations found thanks to scan-buildSylvestre Ledru2014-02-271-3/+1
* Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...Greg Clayton2014-02-241-0/+11
* Fixed an issue where "command source" would not do the right thing:Greg Clayton2014-02-051-26/+26
* LLDB exits the command interpreter and thus LLDB when using a pty or file as ...Greg Clayton2014-02-041-0/+5
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-2/+15
* Show help dialog the first time the "gui" is run to help users find their way.Greg Clayton2014-01-281-6/+61
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+5221
OpenPOWER on IntegriCloud