[lldb] Enable TestFrameFormatNameWithArgs in case of cross compilation
authorAyush Sahay <quic_asahay@quicinc.com>
Wed, 1 Feb 2023 14:40:22 +0000 (20:10 +0530)
committerAyush Sahay <quic_asahay@quicinc.com>
Wed, 1 Feb 2023 17:35:28 +0000 (23:05 +0530)
commit08032411301e8996879c4b558b8bb3808d5dfe6f
tree53b53efd90963908c5c0787a9018ce38359b3d72
parent7a6b4e93055ebd37b3f6641fa2a516a8aa1782d7
[lldb] Enable TestFrameFormatNameWithArgs in case of cross compilation

TestFrameFormatNameWithArgs.test is enabled only in case of native
compilation but is applicable in case of cross compilation too. So,
provision support for enabling it in case of both, native and cross
compilation.

Reviewed By: Michael137

Differential Revision: https://reviews.llvm.org/D140839
lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
lldb/test/Shell/helper/build.py