llvm-project/lldb/source
James Henderson 7116e431c0 [DebugInfo] Make most debug line prologue errors non-fatal to parsing
Many of the debug line prologue errors are not inherently fatal. In most
cases, we can make reasonable assumptions and carry on. This patch does
exactly that. In the case of length problems, the approach of "assume
stated length is correct" is taken which means the offset might need
adjusting.

This is a relanding of b94191fe, fixing an LLD test and the LLDB build.

Reviewed by: dblaikie, labath

Differential Revision: https://reviews.llvm.org/D72158
2020-01-29 10:23:41 +00:00
..
API [lldb/API] Fix bogus copy assignment operator 2020-01-28 17:11:12 -08:00
Breakpoint Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Commands Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Core [lldb] Remove unused header from ValueObject.cpp 2020-01-28 16:13:21 -08:00
DataFormatters Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Expression [lldb] Use CompletionRequest in REPL::CompleteCode and remove translation code to old API 2020-01-29 08:56:32 +01:00
Host [lldb] More windows StringRef fixes 2020-01-29 11:15:20 +01:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Plugins [DebugInfo] Make most debug line prologue errors non-fatal to parsing 2020-01-29 10:23:41 +00:00
Symbol [lldb] Don't create duplicate declarations when completing a forward declaration with a definition from another source 2020-01-29 09:20:47 +01:00
Target Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Utility Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01: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][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00