llvm-project/lldb/source
Jorge Gorbe Moya 979ca1c05f Defer the decision whether to use the CU or TU index until after reading the unit header.
In DWARF v4 compile units go in .debug_info and type units go in
.debug_types. However, in v5 both kinds of units are in .debug_info.
Therefore we can't decide whether to use the CU or TU index just by
looking at which section we're reading from. We have to wait until we
have read the unit type from the header.

Differential Revision: https://reviews.llvm.org/D96194
2021-02-23 13:26:11 -08:00
..
API [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Breakpoint Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one" 2021-02-08 15:09:09 +03:00
Commands [lldb/Commands] Fix help text typo for 'breakpoint set' -a|--address. 2021-02-19 14:33:42 +01:00
Core [lldb][NFC] Remove unused ValueObject::LogValueObject functions 2021-02-23 12:10:40 +01:00
DataFormatters [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values 2021-02-23 11:15:31 +01:00
Expression [lldb] Lower GetRealStopInfo into ThreadPlanCallFunction (NFC) 2021-02-15 17:59:24 -08:00
Host [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Initialization [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Interpreter [lldb] Fix 'r' and 'run' aliases on Apple Silicon 2021-02-11 20:23:53 -08:00
Plugins Defer the decision whether to use the CU or TU index until after reading the unit header. 2021-02-23 13:26:11 -08:00
Symbol [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values 2021-02-23 11:15:31 +01:00
Target [lldb] Refine ThreadPlan::ShouldAutoContinue 2021-02-20 17:25:31 -08:00
Utility [lldb] Check that files exists before handing them off to FileCollector 2021-02-18 16:16:15 -08:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00