nuttx
nuttx copied to clipboard
gdbstub:fix get thread rsp command crash
gdb/thread.c:1309: internal-error: void switch_to_thread(thread_info*): Assertion `thr != NULL' failed.
Summary
fix gdbustub send thread command crash
Impact
gdbstub
Testing
stm32f429zi with gdbstub
look like ci build break
@acassis please take a look.
@xiaoxiang781216 I think the issue is because on esp32s3 the _start is called __esp32s3_start ?
@tmedicci may I rename __esp32s3_start to _start?