mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +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 <harry.ramsey@arm.com>
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