summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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