summaryrefslogtreecommitdiff
path: root/lldb/source/Host/linux
AgeCommit message (Expand)Author
2025-05-07[LLDB] Add IsCoreDumping to ProcessInstanceInfo (#138580)Jacob Lalonde
2025-04-29[lldb][AIX] get host info for AIX (#134354)Hemang Gadhavi
2025-04-25Fix connecting via abstract socket (#136466)Emre Kultursay
2025-01-09[lldb] Move GetEnvironment function into common code (#122173)Brad Smith
2024-12-20[lldb][Linux] Moving generic APIs from HostInfoLinux to HostInfoPosix (#119694)Dhruv Srivastava
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-25[lldb][Linux] Parse, but don't store "comm" from /proc/stat file (#100387)David Spickett
2024-06-14[lldb] Adds additional fields to ProcessInfo (#91544)Fred Grim
2024-04-18adds additional information to the ProcessInfo object for elf processes (#88995)Fred Grim
2023-12-22[lldb] Fix two deprecation warningsNico Weber
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-20[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-08-13Use llvm::erase_value (NFC)Kazu Hirata
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton
2022-04-05[lldb] Update reinterpret_cast in linux/Host.cppJonas Devlieghere
2022-04-01[lldb] Remove remaining calls to DataBufferLLVM::GetCharsJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-22Host::GetOSBuildStringPavel Labath
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-06-11[lldb] Fix leak in testVitaly Buka
2021-06-11[lldb] Move once_flags in HostInfoLinux so the internal state structRaphael Isemann
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for LinuxMichał Górny
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath
2021-04-08[lldb] [Process] Watch for fork/vfork notificationsMichał Górny
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2020-09-02[lldb/Host] Add missing proc statesJordan Rupprecht
2020-03-13[lldb/Reproducers] Intercept the FindProcesses APIJonas Devlieghere
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Delete empty file source/Host/linux/ProcessLauncherLinux.cppRaphael Isemann
2019-10-15[lldb-server/android] Show more processes by relaxing some checksWalter Erquinigo
2019-10-14Revert "fix"Walter Erquinigo
2019-10-14fixWalter Erquinigo
2019-10-08Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath
2019-10-04[lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-05[lldb] Fix linux host build after r355342Alexander Kornienko