summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
blob: 8887c201d92e3ebf5f8c9c4cc0618b8bbba94046 (plain)
1
2
3
4
5
6
7
8
9
10
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
OpenPOWER on IntegriCloud