Revert "[lldb] Fix member access in GetExpressionPath"
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Oct 2022 22:20:50 +0000 (15:20 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 20 Oct 2022 22:21:59 +0000 (15:21 -0700)
commit8c7a1f87617067bc23c2e0733fe5e3202e1d6e81
treec6a4dbe9f7d276cd56b8838da40fae3cb7720b3d
parenta6ac968360183013affa8cb372bd5b80cba00ac9
Revert "[lldb] Fix member access in GetExpressionPath"

This reverts commit 0205aa4a02570dfeda5807f66756ebdbb102744b because it
breaks TestArray.py:

  a->c = <parent failed to evaluate: parent is NULL>

I decided to revert instead of disable the test because it looks like a
legitimate issue with the patch.
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/test/API/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
lldb/test/API/python_api/expression_path/Makefile [deleted file]
lldb/test/API/python_api/expression_path/TestExpressionPath.py [deleted file]
lldb/test/API/python_api/expression_path/main.cpp [deleted file]