summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/IOChannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-656/+0
* Patch enabling lldb command line driver to run on windows.Deepak Panickal2013-10-151-68/+39
* Fixed a race condition where the prompt would randomly go missing.Richard Mitton2013-09-251-1/+39
* <rdar://problem/13063912>Enrico Granata2013-05-061-5/+20
* Call el_resize when the window size changes.Jim Ingham2013-02-221-0/+6
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-1/+1
* <rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata2012-10-161-2/+2
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-1/+9
* Added an editline fix to make the delete key actSean Callanan2012-07-111-0/+1
* Add an API to determine whether there are any characters on the current input...Jim Ingham2012-06-011-0/+11
* Make ctrl-c terminate the current input line and start an empty line, instead...Johnny Chen2012-05-091-0/+7
* Move the el_source() call after the section of code which sets up the default...Johnny Chen2012-05-071-3/+3
* Jason Molenda convinced me that we should make ctrl-w on the command line bin...Johnny Chen2012-05-051-0/+1
* Fixes the occasional crash on exit when quitting lldb with control-D.Jason Molenda2011-08-121-0/+9
* Incremental fixes of issues found by Xcode static analyzer.Johnny Chen2011-08-101-2/+2
* Added "command history" command to dump the command history.Jim Ingham2011-07-121-0/+6
* Make sure writing asynchronous output only backs upCaroline Tice2011-05-091-1/+1
* Add ability to search backwards through commandCaroline Tice2011-05-041-2/+3
* Minor cleanup: When asynchronous output comes along,Caroline Tice2011-05-041-2/+5
* Make the driver listen for asynchronous output, rather thanCaroline Tice2011-05-031-19/+13
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-80/+80
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-3/+3
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-5/+5
* Fix various timing/threading problems in IOChannel & Driver thatCaroline Tice2010-09-291-2/+133
* o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen2010-08-271-2/+2
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-2/+2
* Misc warning fixes.Eli Friedman2010-07-091-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+6
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-8/+7
* Add a few more missing includes.Eli Friedman2010-06-091-0/+3
* Misc minor warning/error fixes.Eli Friedman2010-06-091-8/+8
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+449
OpenPOWER on IntegriCloud