[all-commits] [llvm/llvm-project] 761052: [LLDB] Fix TestThreadAPI.py for AArch64/Windows

Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Jul 13 04:30:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7610524af3c99e63ec6b3a452c45af51ffae57fa
      https://github.com/llvm/llvm-project/commit/7610524af3c99e63ec6b3a452c45af51ffae57fa
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-07-13 (Wed, 13 Jul 2022)

  Changed paths:
    M lldb/test/API/python_api/thread/Makefile

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list