Files
clang-p2996/lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
2019-11-05 12:33:21 -08:00

11 lines
121 B
Plaintext

breakpoint set -f foo.cpp -l 11
run
p foo
next
p Foo(2, 3.33);
p $1
p foo = Foo(3, 4.44);
p foo
cont
reproducer generate