summaryrefslogtreecommitdiff
path: root/lldb/source/Target/RemoteAwarePlatform.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2024-07-12[LLDB] Fix remote executables load and caching (#98623)Vladislav Dzhidzhoev
2024-06-22[lldb] Resolve executables more aggressively on the hostJonas Devlieghere
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha
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] Move host platform implementations into the base classPavel Labath
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2021-11-24[lldb] Move GetSupportedArchitectureAtIndex to PlatformDarwinPavel Labath
2021-11-16[lldb] Refactor Platform::ResolveExecutablePavel Labath
2021-10-27Modernize Platform::GetOSKernelDescriptionPavel Labath
2021-10-25[lldb] Modernize Platform::GetOSBuildStringPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-03-14[lldb] Move PlatformPOSIX::ConnectToWaitingProcesses to RemoteAwarePlatformPavel Labath
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-05-14Moving executable module symbols parsing to target creation method.Levon Ter-Grigoryan
2020-05-13[lldb] Merge PlatformXXX::ResolveExecutablePavel Labath
2020-04-20[lldb] Prefer executable files from sysroot over files from local filesystemYuri Per
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-03-04Refactor user/group name resolving codePavel Labath
2019-02-14[lldb-server] Add remote platform capabilities for WindowsAaron Smith
2019-02-12Extract common PlatformPOSIX/Windows code into a separate classPavel Labath