This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 917764857a gdb/thread.py: fix typo
917764857a is described below
commit 917764857a0bd2ee11aa54777edc40c36a80105a
Author: chenxiaoyi <[email protected]>
AuthorDate: Wed Aug 23 16:33:44 2023 +0800
gdb/thread.py: fix typo
Signed-off-by: chenxiaoyi <[email protected]>
---
tools/gdb/thread.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/gdb/thread.py b/tools/gdb/thread.py
index bae698b92a..ebbc05f2f9 100644
--- a/tools/gdb/thread.py
+++ b/tools/gdb/thread.py
@@ -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()