summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/PseudoTerminal.cpp
AgeCommit message (Expand)Author
2025-01-24[lldb] Remove unused posix_openpt function definition for Android (#124257)Brad Smith
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-06-15[lldb][Android] Use a lambda for calls to ::open in RetryAfterSignalKazuki Sakamoto
2022-05-25[lldb] Fix an unused function warningKazu Hirata
2022-05-19[lldb] Fix 'ptsname_r' is only available on macOS 10.13.4 or newerJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-11-01[NFC][lldb] Silence unused variable warningNathan James
2020-10-26[lldb] Modernize PseudoTerminal::ForkPavel Labath
2020-10-16[lldb] Modernize PseudoTerminal::OpenSecondaryPavel Labath
2020-10-14[lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimaryPavel Labath
2020-10-07[lldb] Check for and use ptsname_r if availablePavel Labath
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-03[PseudoTerminal][NFC] Use llvm errno helpersDavid Bolvansky
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-02-16Finish breaking the dependency from Utility.Zachary Turner