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.
33 lines
299 B
Plaintext
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
|