[all-commits] [llvm/llvm-project] dd01d9: Fix TestCommandScript.py for Arm/Windows

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Jun 30 06:49:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd01d9aadb6107075c1c2254a2de0670a4d2f0ed
      https://github.com/llvm/llvm-project/commit/dd01d9aadb6107075c1c2254a2de0670a4d2f0ed
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M lldb/test/API/commands/command/script/Makefile
    M lldb/test/API/commands/command/script/TestCommandScript.py

  Log Message:
  -----------
  Fix TestCommandScript.py for Arm/Windows

TestCommandScript.py fails on Arm/Windows due following issues:
https://llvm.org/pr56288
https://llvm.org/pr56292

LLDB fails to skip prologue and also step over library function or
nodebug functions fails due to PDB/DWARF mismatch.

This patch replace function breakpoint with line breakpoint so that we
can expect LLDB to stop on desired line. Also replace dwarf with PDB
debug info for this test only.




More information about the All-commits mailing list