aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/FileSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata1-2/+2
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike1-0/+7
2024-01-12[lldb] Move MD5 Checksum from FileSpec to SupportFileJonas Devlieghere1-6/+3
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-11-08[lldb] Add Checksum to FileSpec (#71457)Jonas Devlieghere1-3/+6
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-05-30[lldb] Introduce FileSpec::GetComponentsAlex Langford1-0/+20
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford1-6/+0
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-6/+5
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-16/+0
2022-07-28Cache the value for absolute path in FileSpec.Greg Clayton1-12/+21
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-11/+23
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-43/+22
2022-07-22Cache the value for absolute path in FileSpec.Greg Clayton1-12/+21
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-11/+23
2022-06-04Use static_cast from SmallString to std::string (NFC)Kazu Hirata1-1/+1
2022-03-26[lldb] Fix interpreting absolute Windows paths with forward slashesMartin Storsjö1-1/+2
2021-12-07[lldb] Fix windows path guessing for root pathsJaroslav Sevcik1-1/+1
2021-11-05[lldb] Use is_style_posix() for path style checksMartin Storsjö1-3/+1
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-5/+5
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-4/+4
2020-03-12[lldb/Utility] Add YAML traits for ConstString and FileSpec.Jonas Devlieghere1-0/+16
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann1-9/+7
2019-12-04[lldb] Remove FileSpec(FileSpec*) constructorPavel Labath1-9/+0
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-0/+8
2019-11-28[lldb] refactor FileSpec::EqualPavel Labath1-13/+3
2019-11-11lldb: Fix some -Wdeprecated-copy warningsPavel Labath1-10/+0
2019-08-15Fix variable mismatch between signature and bodyJonas Devlieghere1-3/+3
2019-08-15[NFC] Fix documentation for some utility classes.Jonas Devlieghere1-1/+1
2019-05-22Delete unnecessary copy ctorsFangrui Song1-5/+0
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-48/+0
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl1-6/+6
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-2/+2
2019-02-11Breakpad: auto-detect path style of file entriesPavel Labath1-0/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16DWARF: Add some support for non-native directory separatorsPavel Labath1-0/+5
2018-12-13[NFC] Small code cleanups in utility.Jonas Devlieghere1-1/+1
2018-11-11Remove comments after header includes.Jonas Devlieghere1-8/+8
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-96/+15
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-5/+0
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere1-36/+0
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere1-13/+0
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere1-7/+0
2018-11-01[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere1-33/+0
2018-08-28[lldb] Fix lldb build on muslRaphael Isemann1-0/+1