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