summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Editline.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] - Fix crash when listing the history with the key up.George Rimar2019-01-161-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+6
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-10/+34
* [NFC] Use llvm_unreachable instead of lldb::assert David Bolvansky2018-09-031-1/+1
* [LLDB] Re-apply r303907 that's reverted by mistakeTim Shen2018-05-301-4/+4
* [LLDB] Revert r303907.Tim Shen2018-05-291-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+54
* Fix bug #28898Kamil Rytarowski2017-05-251-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Fix segfault resulting from empty print promptPavel Labath2017-05-051-1/+1
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-0/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix syntax error when building with editline support.Zachary Turner2017-03-191-1/+1
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-4/+2
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Consolidate file handle usage in Editline.cppPavel Labath2017-01-061-10/+37
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1264/+1128
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-5/+5
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Editing multi-line content in a terminal environment involves a lot ofKate Stone2016-07-141-37/+81
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* LLDB is leaking memory in Editline.cpp on MacOSX. Greg Clayton2016-06-071-43/+62
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-12/+11
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-3/+2
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-2/+3
* [Editline] Redesign automatic indentation fix command for robustnessKate Stone2015-12-141-20/+33
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-071-1/+1
* Fix editline unindentation code for more recent libedits.Todd Fiala2015-10-271-2/+5
* 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
OpenPOWER on IntegriCloud