| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
gdb plugin: Temporarily skip the mock test The mock test will cause the NuttX system to fail, waiting for repair Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
nxgdb: stack check error to wanring when inconsistant For intstack & psp case, maybe sp in msp can not match Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nxgdb/fs: simplify inode print and add more options Use Inode.__repr__ for print and use single line for all information. Add 'verbose' and 'nodetype' option to show more details and only print specifiy node type like PIPE. Add / to name for pseudodir. Catch memory error when accessing node element. E.g. (gdb) foreach inode --nodetype pipe ├── run/ 0x41a27a50 PSEUDODIR │ ├── bt:bluetoothCS1fd26 0x4530c510 PIPE │ ├── bt:bluetoothCS20 0x42daae40 PIPE │ ├── socketpair0x457fd2e0SC20540 0x44ea27b0 PIPE │ └── tmp/ 0x42dd7cf0 PSEUDODIR │ │ └── usock/ 0x42dd6c10 PSEUDODIR │ │ └── speech.usockHD 0x42dc8270 PIPE │ ├── central_lite.socketCS5e 0x42e1e7b0 PIPE │ ├── central_service_lite.socketSC86 0x432ee6d0 PIPE │ │ └── usock/ 0x43d6ed60 PSEUDODIR │ │ └── speech.usockHD 0x43da2ba0 PIPE │ ├── uv-feature-sockSC8d 0x43540430 PIPE │ ├── uv-miot-sockCS54 0x42e272e0 PIPE │ └── uv-miot-sockSC54 0x42e270b0 PIPE Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nxgdb/test: test profile adapt to higher version gdb profile modification The higher version of gdb does not have the printing.py file Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
tools: rename tools/gdb/nuttxgdb to tools/pynuttx/nxgdb Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
nxgdb/test: fix for gdb modify register while testing nxgdb In an SMP configuration like qemu-smartspeaker, nxgdb test cases do not fully account for issues that may arise from this situation. For example, if CPU1 is currently stopped to execute a test, and the g_running_tasks[0].task_state is not Running, the recovery environment logic used by the test case will cause the register of CPU1 to be overwrite by the registers of g_running_tasks[0].xcp.regs, causing various problems. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |