summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Editline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a -Wsign-compare error around wchar_t vs unsigned int.Eric Christopher2019-12-101-1/+1
* [lldb/Editline] Fix a -Wreturn-type warning with gccPavel Labath2019-12-041-0/+1
* [EditLine] Fix RecallHistory to make it go in the right direction.Jonas Devlieghere2019-12-031-25/+72
* [lldb][Editline] Support ctrl+left/right arrow word navigation.Jordan Rupprecht2019-11-141-0/+9
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+6
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-72/+83
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-3/+12
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-2/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+8
* Ack, added DWARFTypeUnit to the wrong target...Jim Ingham2019-05-231-1/+3
* [EditLine] Rewrite GetHistoryFilePathJonas Devlieghere2019-05-221-13/+18
* [EditLine] Check string pointers before dereferencing them.Davide Italiano2019-05-171-2/+3
* Editline: Fix an msan errorPavel Labath2019-04-291-3/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
OpenPOWER on IntegriCloud