We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f733b69 commit ce951b9Copy full SHA for ce951b9
test.sh
@@ -35,7 +35,7 @@ $RUSTC example/example.rs --crate-type lib
35
36
echo "[AOT] mini_core_hello_world"
37
$RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin -g
38
-(echo "break set -n main"; echo "run"; sleep 1; echo "si -c 21"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
+(echo "break set -n main"; echo "run"; sleep 1; echo "si -c 35"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world
39
40
exit 1
41
0 commit comments