[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.
This commit is contained in:
Muhammad Omair Javaid
2022-07-13 16:28:25 +05:00
parent cd6e02eebc
commit 7610524af3

View File

@@ -1,3 +1,5 @@
CXX_SOURCES ?= main.cpp
DEBUG_INFO_FLAG := -g
include Makefile.rules