summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Terminal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-9/+9
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add modules support for lldb headers in include/Raphael Isemann2018-06-131-0/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-197/+135
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+2
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-4/+2
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-2/+4
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-4/+2
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Cleanup/rearrange includes:Virgile Bello2013-08-281-1/+0
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+19
* Save and restore terminal state when lldb is suspended with SIGTSTP and resum...Jim Ingham2012-11-301-0/+9
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+3
* Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton2011-02-081-9/+9
* Abtract terminal stuff into a new lldb_private::Terminal classGreg Clayton2011-02-071-0/+299
OpenPOWER on IntegriCloud