[all-commits] [llvm/llvm-project] 68cc1e: [LLDB] Fix NativePDB/local-variables.cpp for AArch...
Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue Jul 12 04:29:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68cc1eeb1d7fbcaf307fbf199a7c61debf1dd1c1
https://github.com/llvm/llvm-project/commit/68cc1eeb1d7fbcaf307fbf199a7c61debf1dd1c1
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
M lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
Log Message:
-----------
[LLDB] Fix NativePDB/local-variables.cpp for AArch64/Windows
This patch fixes NativePDB/local-variables.cpp test for AArch64 Windows.
There are two changes:
1) Replace function breakpoint with line breakpoint required due to pr56288
2) Adjust "target modules dump ast" test as the output was slightly different
on AArch64/Windows.
More information about the All-commits
mailing list