Skip to content

Commit

Permalink
Repair typos in GDB script
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 23, 2024
1 parent d69c97d commit ca75dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/build/test_examples_emulator.gdb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca75dc5

Please sign in to comment.