summaryrefslogtreecommitdiff
path: root/lldb/source/Host/linux/Host.cpp
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-01-09[lldb] Move GetEnvironment function into common code (#122173)Brad Smith
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-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-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-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
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
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-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-05[lldb] Fix linux host build after r355342Alexander Kornienko
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Add missing includeJonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-29Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-07-18Clean up lldb-types.hPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath
2017-03-15Remove some ProcFileReader occurencesPavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone