summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/PseudoTerminal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-311/+0
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-1/+1
* Fix crash in PseudoTerminal on Windows.Zachary Turner2016-11-021-6/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-184/+138
* Delete Host/windows/win32.hZachary Turner2016-08-091-14/+2
* Remove Android.hPavel Labath2016-08-081-1/+0
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+1
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-3/+3
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-3/+3
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-3/+3
* Dont' use O_CLOEXEC on Windows, since it doesn't exist.Zachary Turner2015-02-091-1/+5
* Fix descriptor leak in multi-target debuggingPavel Labath2015-02-091-2/+3
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+2
* Stub out 'close' call on m_master_fd for Windows.Hafiz Abid Qadeer2014-10-271-0/+4
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-0/+1
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-3/+3
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+15
* Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton2011-02-091-1/+3
* Move source/Utility/PseudoTerminal.h into include/lldb/Utility.Jason Molenda2010-06-091-1/+1
* Add a couple missing includes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+336
OpenPOWER on IntegriCloud