summaryrefslogtreecommitdiff
path: root/lldb/source/Host/linux/HostInfoLinux.cpp
AgeCommit message (Expand)Author
2024-12-20[lldb][Linux] Moving generic APIs from HostInfoLinux to HostInfoPosix (#119694)Dhruv Srivastava
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-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-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-29[Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on LinuxMichal Gorny
2017-07-18Clean up lldb-types.hPavel Labath
2017-03-21Delete some dead code in HostInfo.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-27Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-03-24ComputeSupportExeDirectory for LinuxChaoren Lin
2015-03-22Reverted r232883 due to failing tests.Vince Harron
2015-03-21Fix ComputeSupportExeDirectory for Linux (merge with Android).Chaoren Lin
2015-02-13Remove an unused variable found with a Clang warning.Chandler Carruth
2015-02-10Failsafe directory for shared objects and support executables.Chaoren Lin
2015-02-03Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton
2014-12-09Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov