tcl: Replace 'gdb_' prefix with 'gdb' command group
Change-Id: I0490b4c112c1a922bf77a4b37df2a630a8f6cea1 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8337 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
44cfdef0a4
commit
b764fc2a4d
@@ -50,7 +50,7 @@ reset init
|
||||
|
||||
# setup to debug u-boot in flash
|
||||
proc uboot_debug {} {
|
||||
gdb_breakpoint_override hard
|
||||
gdb breakpoint_override hard
|
||||
xscale vector_catch 0xFF
|
||||
|
||||
xscale vector_table low 1 0xe59ff018
|
||||
|
||||
@@ -128,7 +128,7 @@ reset_config trst_and_srst
|
||||
# GDB Setup
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
gdb_breakpoint_override hard
|
||||
gdb breakpoint_override hard
|
||||
|
||||
#------------------------------------------------
|
||||
# ARM SPECIFIC
|
||||
|
||||
@@ -95,7 +95,7 @@ adapter srst delay 100
|
||||
jtag_ntrst_delay 100
|
||||
reset_config trst_and_srst
|
||||
|
||||
gdb_breakpoint_override hard
|
||||
gdb breakpoint_override hard
|
||||
|
||||
targets
|
||||
nand device $_CHIPNAME.flash s3c6400 $_CHIPNAME.cpu
|
||||
|
||||
@@ -22,7 +22,7 @@ poll_period 1
|
||||
adapter speed 3000
|
||||
|
||||
# Enable the target description feature
|
||||
gdb_target_description enable
|
||||
gdb target_description enable
|
||||
|
||||
# Add a new register in the cpu register list. This register will be
|
||||
# included in the generated target descriptor file.
|
||||
|
||||
Reference in New Issue
Block a user