summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/FileSpec.cpp
AgeCommit message (Expand)Author
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike
2024-01-12[lldb] Move MD5 Checksum from FileSpec to SupportFileJonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-08[lldb] Add Checksum to FileSpec (#71457)Jonas Devlieghere
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich
2023-05-30[lldb] Introduce FileSpec::GetComponentsAlex Langford
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
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-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-07-28Cache the value for absolute path in FileSpec.Greg Clayton
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-22Cache the value for absolute path in FileSpec.Greg Clayton
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-04Use static_cast from SmallString to std::string (NFC)Kazu Hirata
2022-03-26[lldb] Fix interpreting absolute Windows paths with forward slashesMartin Storsjö
2021-12-07[lldb] Fix windows path guessing for root pathsJaroslav Sevcik
2021-11-05[lldb] Use is_style_posix() for path style checksMartin Storsjö
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-03-12[lldb/Utility] Add YAML traits for ConstString and FileSpec.Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann
2019-12-04[lldb] Remove FileSpec(FileSpec*) constructorPavel Labath
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-11-28[lldb] refactor FileSpec::EqualPavel Labath
2019-11-11lldb: Fix some -Wdeprecated-copy warningsPavel Labath
2019-08-15Fix variable mismatch between signature and bodyJonas Devlieghere
2019-08-15[NFC] Fix documentation for some utility classes.Jonas Devlieghere
2019-05-22Delete unnecessary copy ctorsFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-11Breakpad: auto-detect path style of file entriesPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16DWARF: Add some support for non-native directory separatorsPavel Labath
2018-12-13[NFC] Small code cleanups in utility.Jonas Devlieghere
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] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere
2018-08-28[lldb] Fix lldb build on muslRaphael Isemann