mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-27 14:27:48 +00:00
Update path of moved zeroize.c for GDB script
This commit updates the path of zeroize.c in the GDB script test_zeroize.gdb. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -38,7 +38,7 @@ file ./programs/test/zeroize
|
||||
search GDB_BREAK_HERE
|
||||
break $_
|
||||
|
||||
set args ./programs/test/zeroize.c
|
||||
set args ./framework/tests/programs/zeroize.c
|
||||
run
|
||||
|
||||
set $i = 0
|
||||
|
||||
Reference in New Issue
Block a user