summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Editline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-2/+2
* Improve LLDB prompt handlingPavel Labath2015-05-271-38/+67
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-4/+4
* Cast EOF to get a proper comparison.Justin Hibbits2015-02-121-1/+1
* Workaround for what looks like an OS X-specific libedit issueKate Stone2015-01-231-0/+21
* Disable Editline on Windows.Zachary Turner2014-11-171-0/+4
* Small tweaks to make the editline sources match the lldb Jason Molenda2014-11-171-36/+72
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-610/+1097
* "process kill" and "process detach" were causing double prompts or prompts th...Greg Clayton2014-05-081-46/+35
* control-D on empty line to quit lldb stopped working in Release builds on Mac...Greg Clayton2014-05-061-1/+2
* EOF is outside the value range of char on architectures with unsignedJoerg Sonnenberger2014-05-021-1/+1
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-27/+65
* Since one or more Editline instances of the same kind (lldb commands, express...Greg Clayton2014-04-251-57/+157
* Change the default key bindings for multi-line mode:Greg Clayton2014-04-231-2/+3
* Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...Greg Clayton2014-04-231-6/+18
* Add the "lldb_complete" .editrc command back in case veteran users of LLDB ha...Greg Clayton2014-03-261-1/+2
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-0/+1
* Check call to fgetc for EINTR.Jim Ingham2014-02-271-20/+31
* Fix the LLDB prompt for older Editline versions, specifically running on Ubun...Deepak Panickal2014-02-171-0/+5
* Host: unconstify editline paramtersSaleem Abdulrasool2014-02-101-4/+8
* Only set EL_PROMPT_ESC when existing - fix typoSylvestre Ledru2014-02-081-1/+1
* Only set EL_PROMPT_ESC when existingSylvestre Ledru2014-02-081-0/+2
* Pressing ^D in a non-empty input terminates LLDB. This was due to the fact th...Greg Clayton2014-01-301-1/+15
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+671
OpenPOWER on IntegriCloud