summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/TTYState.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Abtract terminal stuff into a new lldb_private::Terminal classGreg Clayton2011-02-071-209/+0
| | | | | | | | where the implementation is hidden in the host layer. This avoids a slew of "#if LLDB_CONFIG_TERMIOS_SUPPORTED" statements in the code and keeps things cleaner. llvm-svn: 125057
* More termios fixes from Kirk Beitz.Greg Clayton2011-02-071-1/+7
| | | | llvm-svn: 125024
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+203
llvm-svn: 105619
OpenPOWER on IntegriCloud