Files
clang-p2996/lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
Muhammad Omair Javaid 68cc1eeb1d [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.
2022-07-12 16:26:47 +05:00

33 lines
299 B
Plaintext

break set -f local-variables.cpp -l 17
run a b c d e f g
p argc
step
p SomeLocal
step
p Param1
p Param2
step
p Param1
p Param2
p Local1
step
p Param1
p Param2
p Local1
p Local2
step
p Param1
p Param2
p Local1
p Local2
step
p Param1
p Param2
p Local1
p Local2
continue
target modules dump ast
quit