summaryrefslogtreecommitdiff
path: root/lldb/source/Host/posix
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-07-03Use the root directory as the SDK root on POSIX platformsCodingCarpincho
2025-07-03[lldb] Remove PRIuFT macro and use LLDB_LOG instead (#146867)David Spickett
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison
2025-07-01[lldb] Fix warningsKazu Hirata
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-05-06[lldb/Host] Enable inheriting "non-inheritable" FDs (#126935)Pavel Labath
2025-04-29[lldb][AIX] get host info for AIX (#134354)Hemang Gadhavi
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay
2025-03-27[lldb] Respect LaunchInfo::SetExecutable in ProcessLauncherPosixFork (#133093)Pavel Labath
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2025-01-29[lldb] Remove PATH workaround for Android (#124682)Brad Smith
2025-01-24[lldb] Check Android API for existence of getgrgid_r() introduced in 24 (#124...Brad Smith
2025-01-24[lldb] Remove more workrounds for Android that have been fixed upstream (#124...Brad Smith
2025-01-23[lldb] Remove support and workarounds for Android 4 and older (#124047)Brad Smith
2025-01-09[lldb][AIX] Some base #if _AIX changes of a minimal lldb build (#120979)Dhruv Srivastava
2025-01-07[lldb][NetBSD] Remove unused include in FileSystemPosix.cpp (#121920)David Spickett
2025-01-07[lldb][Posix] Remove unused includes in file system (#121913)David Spickett
2025-01-06[lldb][POSIX] Replace bzero with memset in domain socket code (#121747)Dhruv Srivastava
2024-12-27[lldb] clang-format changes for some basic #if _AIX changes (#120978)Dhruv Srivastava
2024-12-27[lldb] AIX Changes for MainLoop polling (#120378)Dhruv Srivastava
2024-12-20[lldb][Linux] Moving generic APIs from HostInfoLinux to HostInfoPosix (#119694)Dhruv Srivastava
2024-12-20[lldb][AIX] Adding AIX version of ptrace64 (#120390)Dhruv Srivastava
2024-12-19[lldb][AIX] clang-format changes for ProcessLauncherPosixFork.cpp (#120459)Dhruv Srivastava
2024-12-18[lldb][NFC] clang-format MainLoopPosix.cppDavid Spickett
2024-12-03[lldb] For a host socket, add a method to print the listening address. (#118330)John Harrison
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath
2024-11-19[lldb] Add timed callbacks to the MainLoop class (#112895)Pavel Labath
2024-11-18[lldb] Fix a warningKazu Hirata
2024-11-18[lldb] Unify/improve MainLoop signal handling (#115197)Pavel Labath
2024-11-13[lldb] Remove ConnectionFileDescriptor::child_process_inherit (#115861)Pavel Labath
2024-10-17[lldb] Don't exit the main loop when in runs out of things to listen on (#112...Pavel Labath
2024-09-13[lldb] Add a MainLoop version of DomainSocket::Accept (#108188)Pavel Labath
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-05[lldb] Fixed PipeWindows bugs; added Pipe::WriteWithTimeout() (#101383)Dmitry Vasilyev
2024-04-30Fix lock guads in PipePosix.cpp (#90572)Danial Klimkin
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2023-12-01[lldb] Simplify pipe2(2) handling on FreeBSD (#74019)Brad Smith
2023-11-30[lldb] pipe2(2) is also supported by OpenBSD (#74012)Brad Smith
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-08-15[lldb] Fix warningsKazu Hirata
2023-08-15[lldb] Fix data race in PipePosixAugusto Noronha
2023-08-07Revert "[lldb] Fix data race in ConnectionFileDescriptor"Jonas Devlieghere