llvm-project/lldb/source
Emre Kultursay 1f820fa4fe [lldb] Fix SourceManager::SourceFileCache insertion
Summary:
Lookup and subsequent insert was done using uninitialized
FileSpec object, which caused the cache to be a no-op.

Bug: llvm.org/PR45310

Depends on D76804.

Reviewers: labath, JDevlieghere

Reviewed By: labath

Subscribers: mgorny, jingham, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D76805
2020-04-20 16:25:54 +02:00
..
API [lldb] Add new LLDB setting: use-source-cache 2020-04-20 16:24:25 +02:00
Breakpoint [lldb][nfc] early exit/continue 2020-04-03 14:50:08 +02:00
Commands [lldb] Fixing the bug that the "log timer" has no tab completion 2020-04-09 08:58:52 +02:00
Core [lldb] Fix SourceManager::SourceFileCache insertion 2020-04-20 16:25:54 +02:00
DataFormatters [lldb] Fix gcc warnings in TypeCategory.cpp 2020-04-20 16:12:51 +02:00
Expression Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
Host Remap the target (Xcode) SDK directory to the host SDK directory. 2020-04-06 15:51:30 -07:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [source maps] Fix remove, insert-after and replace 2020-04-03 19:15:56 -07:00
Plugins Allow lldb-test to combine -find with -dump-clang-ast 2020-04-17 11:01:20 -07:00
Symbol Allow lldb-test to combine -find with -dump-clang-ast 2020-04-17 11:01:20 -07:00
Target [lldb] Prefer executable files from sysroot over files from local filesystem 2020-04-20 16:12:51 +02:00
Utility [lldb/Test] Rewrite ReproducerInstrumentationTest 2020-04-10 16:50:44 -07:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00