llvm-project/lldb/test
Pavel Labath 0de1463373 [lldb] Fix Type::GetByteSize for pointer types
The function was returning an incorrect (empty) value on the first
invocation. Given that this only affected the first invocation, this
bug/typo went mostly unaffected. DW_AT_const_value were particularly
badly affected by this as the GetByteSize call is
SymbolFileDWARF::ParseVariableDIE is likely to be the first call of this
function, and its effects cannot be undone by retrying.

Depends on D86348.

Differential Revision: https://reviews.llvm.org/D86436
2020-08-27 15:37:49 +02:00
..
API [lldb] XFAIL TestMemoryHistory on Linux 2020-08-26 10:24:13 +02:00
Shell [lldb] Fix Type::GetByteSize for pointer types 2020-08-27 15:37:49 +02:00
Unit [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
CMakeLists.txt [lldb] [testsuite] Add split-file for check-lldb dependencies 2020-08-18 18:10:55 +02:00
lit.cfg.py [test] Cleanup top-level lit.cfg.py 2019-10-10 19:51:47 +00:00
lit.site.cfg.py.in [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00