diff --git a/target/build/test_examples_emulator.gdb b/target/build/test_examples_emulator.gdb index 55418cc..8ce3b7e 100644 --- a/target/build/test_examples_emulator.gdb +++ b/target/build/test_examples_emulator.gdb @@ -13,13 +13,13 @@ monitor halt load # Set a breakpoint at the specified subroutine. -break app_benchmark_get_standalone_result +break example_get_standalone_result # Start or continue program execution. continue # Format and print the value of a variable. -printf "value 0x%X\n\n", example_get_standalone_result +printf "value 0x%X\n\n", example_standalone_result # Delete (all) breakpoint(s). delete