nuttx/tools/pynuttx/nxgdb
Old-Ding 1c2af2a0f0 tools: avoid returning from finally blocks
Python warns about return statements inside finally blocks because they
can suppress pending exceptions. Move the returns after the try/finally
and try/except bodies so normal return values stay the same while
unexpected exceptions are no longer swallowed.

Signed-off-by: Old-Ding <ai.neo.ae86@gmail.com>
2026-08-21 20:07:53 +08:00
..
protocols sched/pthread: move pthread mutex from syscall to user-space 2026-01-22 12:40:49 -03:00
__init__.py
circbuf.py
debug.py
diagnose.py
dmesg.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs.py nxgdb/fs: fix exception when failed to parse symbol 2025-06-13 20:37:04 +08:00
gcore.py
irq.py nxgdb/irq: add irqinfo command 2025-02-18 11:16:17 -03:00
lists.py
macros.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
memcheck.py
memdump.py nxgdb/mm: fix regular expression to parse log 2025-02-07 08:18:14 +08:00
memleak.py pynuttx: optimize memory leak check by skipping previously checked pointers 2025-02-05 09:15:27 -03:00
mm.py pynuttx: update 2026-03-02 10:25:21 +08:00
net.py tools: avoid returning from finally blocks 2026-08-21 20:07:53 +08:00
prefix.py
profile.py
rpmsg.py
stack.py refactor: fix spelling in private field names 2025-05-24 09:44:22 -03:00
thread.py nxgdb: change the symbol g_statenames to nxsched_get_stateinfo::g_statenames 2026-03-02 08:06:18 -03:00
uorb.py
utils.py pynuttx:remove pthread_tcb_s cast 2025-12-22 17:55:45 +08:00
wdog.py
wqueue.py