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
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class Nxcontinue(gdb.Command):
# We can't use a user command to rename continue it will recursion # We can't use a user command to rename continue it will recursion
gdb.execute("define c\n nxcontinue \n end\n") 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() Nxsetregs()
Nxinfothreads() Nxinfothreads()