This is an automated email from the ASF dual-hosted git repository.
acassis 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 2dae11461d0 nxgdb: change the symbol g_statenames to
nxsched_get_stateinfo::g_statenames
2dae11461d0 is described below
commit 2dae11461d0c03de1bac20fb653daaee84d3a99d
Author: guoshengyuan1 <[email protected]>
AuthorDate: Tue Aug 19 20:32:52 2025 +0800
nxgdb: change the symbol g_statenames to nxsched_get_stateinfo::g_statenames
I0680e48d8ff8847c8712e1a54efe32d320e7c84d changes the scope of the symbol
definition.
So nxgdb needs to synchronize this modification.
Signed-off-by: guoshengyuan1 <[email protected]>
---
tools/pynuttx/nxgdb/thread.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pynuttx/nxgdb/thread.py b/tools/pynuttx/nxgdb/thread.py
index 1e45a307acf..d7ca0a8221b 100644
--- a/tools/pynuttx/nxgdb/thread.py
+++ b/tools/pynuttx/nxgdb/thread.py
@@ -216,7 +216,7 @@ class Nxinfothreads(gdb.Command):
def invoke(self, args, from_tty):
npidhash = gdb.parse_and_eval("g_npidhash")
pidhash = gdb.parse_and_eval("g_pidhash")
- statenames = gdb.parse_and_eval("g_statenames")
+ statenames = gdb.parse_and_eval("nxsched_get_stateinfo::g_statenames")
if utils.is_target_smp():
gdb.write(