boards: max10: fix function name in debug section
_Cstart was renamed, fix the docs to reflect that. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
dde1a2126f
commit
6148ac9549
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ You will see output similar to the following:
|
||||||
63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));
|
63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));
|
||||||
(gdb) b _PrepC
|
(gdb) b _PrepC
|
||||||
Breakpoint 1 at 0xdf0: file /projects/zephyr/arch/nios2/core/prep_c.c, line 36.
|
Breakpoint 1 at 0xdf0: file /projects/zephyr/arch/nios2/core/prep_c.c, line 36.
|
||||||
(gdb) b _Cstart
|
(gdb) b z_cstart
|
||||||
Breakpoint 2 at 0x1254: file /projects/zephyr/kernel/init.c, line 348.
|
Breakpoint 2 at 0x1254: file /projects/zephyr/kernel/init.c, line 348.
|
||||||
(gdb) c
|
(gdb) c
|
||||||
Continuing.
|
Continuing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue