[LLDB] Fix TestThreadAPI.py for AArch64/Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 13 Jul 2022 11:28:25 +0000 (16:28 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 13 Jul 2022 11:30:09 +0000 (16:30 +0500)
commit7610524af3c99e63ec6b3a452c45af51ffae57fa
tree4b00db3718f32b972e96f3220e5b50a7dc1a1f44
parentcd6e02eebcfbad13c6e075d620310ce2fb5b5ea9
[LLDB] Fix TestThreadAPI.py for AArch64/Windows

This patch fixes TestThreadAPI for AArch64 windows by switching over to
PDB debug info instead of DWARF. This is needed to step over library
functions like printf as there is debug info mismatch between DWARF and
PDB. PDB DWARF interworking is not fully supported by LLDB at the
moment.
lldb/test/API/python_api/thread/Makefile