1
0
Fork 0
forked from nuttx/nuttx-update

gdb/thread.py: fix typo

Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
This commit is contained in:
chenxiaoyi 2023-08-23 16:33:44 +08:00 committed by Xiang Xiao
parent e0ec88e738
commit 917764857a

View file

@ -287,7 +287,7 @@ class Nxcontinue(gdb.Command):
# We can't use a user command to rename continue it will recursion
gdb.execute("define c\n nxcontinue \n end\n")
gdb.write("\nif use thread command, plase don't use 'continue', use 'c' inside !!!\n")
gdb.write("\nif use thread command, please don't use 'continue', use 'c' instead !!!\n")
Nxsetregs()
Nxinfothreads()