summaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
AgeCommit message (Expand)Author
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-10-31[lldb] Emit a progress event from the source manager (#165802)Jonas Devlieghere
2025-05-08[lldb] print a notice when `source list` paging reaches the end of th… (#13...Zax
2025-02-06[lldb] s/GetAddressRange().GetBaseAddress()/GetAddress() (#125847)Pavel Labath
2024-10-29[lldb] Search main function with lldb::eFunctionNameTypeFull when getting def...Zequan Wu
2024-09-11[lldb] Print a warning on checksum mismatch (#107968)Jonas Devlieghere
2024-09-03[lldb] Avoid FileSpec indirection where we can use SupportFiles directlyJonas Devlieghere
2024-08-30[lldb] Include checksum in source cache dump (#106773)Jonas Devlieghere
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere
2023-06-27[lldb] Avoid FileSystem::Resolve for cached files in the SourceManagerJonas Devlieghere
2023-06-26[lldb] Add `source cache dump` and `source cache clear` subcommandJonas Devlieghere
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-03-30[lldb] Replace sprintf with snprintf (NFC)Dave Lee
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-05-26Check that a FileSpec has a Directory component before usingJason Molenda
2022-05-26Defer source path remap tilde expansion until source file useJason Molenda
2022-05-26Revert "Defer source path remap tilde expansion until source file use"Jason Molenda
2022-05-26Defer source path remap tilde expansion until source file useJason Molenda
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-01[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)Jonas Devlieghere
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-29Change PathMappingList::FindFile to return an optional result (NFC)Adrian Prantl
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann
2020-04-20[lldb] Remove m_last_file_sp from SourceManagerEmre Kultursay
2020-04-20[lldb] Fix SourceManager::SourceFileCache insertionEmre Kultursay
2020-04-20[lldb] Add new LLDB setting: use-source-cacheEmre Kultursay
2020-02-24[lldb] Color the line markerJonas Devlieghere
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere