mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
gdb/thread.py: fix typo
Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user