nuttx-mirror/tools/gdb
xuxingliang 41c4eb08c0 gdb/mm: fix prev free judging and region search
1. The prev free flag should use field size instead of preceding to compare.
2. If not prev-free, then prevnode should be None.
3. Cast type to mm_freenode_s in order to access flink, blink when node is free.
4. Heap itself is also included in first region.

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2024-11-25 00:42:34 +08:00
..
nuttxgdb gdb/mm: fix prev free judging and region search 2024-11-25 00:42:34 +08:00
.gitignore tools/gdb: add pyproject.toml to build as a package 2024-11-23 13:09:16 +08:00
gdbinit.py tools/gdb: add pyproject.toml to build as a package 2024-11-23 13:09:16 +08:00
pyproject.toml tools/gdb: add pyproject.toml to build as a package 2024-11-23 13:09:16 +08:00
requirements.txt memleak:use global symbol to search all global variables 2024-11-21 23:08:55 +08:00