aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-08[lldb] print a notice when `source list` paging reaches the end of th… (#13...Zax1-4/+1
2025-02-06[lldb] s/GetAddressRange().GetBaseAddress()/GetAddress() (#125847)Pavel Labath1-3/+2
2024-10-29[lldb] Search main function with lldb::eFunctionNameTypeFull when getting def...Zequan Wu1-1/+1
2024-09-11[lldb] Print a warning on checksum mismatch (#107968)Jonas Devlieghere1-6/+18
2024-09-03[lldb] Avoid FileSpec indirection where we can use SupportFiles directlyJonas Devlieghere1-2/+1
2024-08-30[lldb] Include checksum in source cache dump (#106773)Jonas Devlieghere1-7/+20
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere1-44/+40
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere1-60/+79
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-1/+1
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-1/+1
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-1/+1
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere1-41/+121
2023-06-27[lldb] Avoid FileSystem::Resolve for cached files in the SourceManagerJonas Devlieghere1-25/+37
2023-06-26[lldb] Add `source cache dump` and `source cache clear` subcommandJonas Devlieghere1-0/+12
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-8/+2
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-2/+8
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-8/+2
2023-03-30[lldb] Replace sprintf with snprintf (NFC)Dave Lee1-1/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-05-26Check that a FileSpec has a Directory component before usingJason Molenda1-0/+1
2022-05-26Defer source path remap tilde expansion until source file useJason Molenda1-3/+14
2022-05-26Revert "Defer source path remap tilde expansion until source file use"Jason Molenda1-14/+3
2022-05-26Defer source path remap tilde expansion until source file useJason Molenda1-3/+14
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere1-2/+2
2022-04-01[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere1-1/+0
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere1-4/+7
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-29Change PathMappingList::FindFile to return an optional result (NFC)Adrian Prantl1-7/+11
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann1-4/+5
2020-04-20[lldb] Remove m_last_file_sp from SourceManagerEmre Kultursay1-25/+23
2020-04-20[lldb] Fix SourceManager::SourceFileCache insertionEmre Kultursay1-1/+1
2020-04-20[lldb] Add new LLDB setting: use-source-cacheEmre Kultursay1-2/+2
2020-02-24[lldb] Color the line markerJonas Devlieghere1-3/+20
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-5/+2
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-5/+6
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-4/+4
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-5/+5
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere1-2/+2
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano1-2/+2
2018-11-11Remove comments after header includes.Jonas Devlieghere1-12/+12
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere1-2/+2
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-2/+2
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-5/+5