We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08217d1 commit c84ff85Copy full SHA for c84ff85
test.sh
@@ -37,7 +37,7 @@ 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
./target/out/mini_core_hello_world abc bcd
39
if lldb -v; then
40
-(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 abc bcd
41
fi
42
43
exit 1
0 commit comments