summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/HostInfoBase.cpp
AgeCommit message (Expand)Author
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2024-10-10[lldb] Introduce an always-on system log category/channel (#108495)Jonas Devlieghere
2023-06-06[lldb] Remove __FUNCTION__ from log messages in lldbHost (NFC)Jonas Devlieghere
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
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-11-04Reland "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSup...Tiezhu Yang
2022-11-04Revert "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSup...Weining Lu
2022-11-04[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport()Weining Lu
2022-08-11[LLDB][RISCV] Add riscv register definition and read/writeEmmmer
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-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-04-04Prevent GetAugmentedArchSpec() from attaching "unknown" environmentsAdrian Prantl
2022-04-01clang-format HostInfoBase.cppAdrian Prantl
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-06-22[lldb][NFC] Remove an outdated comment in HostInfoBaseRaphael 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
2020-01-07[lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil
2019-12-20[lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...Raphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-07[ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-06-20Remove dependency from Host to pythonPavel Labath
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-04Remove dependency from Host to clang.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-16[lldb][PPC64] Fixed vector and struct return valuePavel Labath
2018-01-15Fix HostInfoBase::ComputeSharedLibraryDirectory commentPavel Labath
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-11-13Remove last Host usage from ArchSpecPavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-03-21Delete some dead code in HostInfo.Zachary Turner
2017-03-19Remove FileSystem::MakeDirectory.Zachary Turner
2017-03-09Remove LLDB's recursive directory deletion function.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone