summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Editline/EditlineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-5/+2
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-0/+2
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-4/+4
* EditlineTest: Improve error messagePavel Labath2019-06-141-7/+7
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-2/+2
* [EditLineTests] Call setenv() before editline is initialized.Davide Italiano2019-04-241-3/+5
* Revert "[EditLineTest] Not always TERM is available, e.g. on some bots."Davide Italiano2019-04-231-13/+3
* [EditLineTest] Not always TERM is available, e.g. on some bots.Davide Italiano2019-04-221-3/+13
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-0/+5
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+3
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-276/+217
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-111-3/+4
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
* Added real editline tests.Todd Fiala2015-10-301-2/+355
* Xcode: added lldb-gtest target to build and run the gtests in the unittests d...Todd Fiala2015-10-251-0/+15
OpenPOWER on IntegriCloud