mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
29114efb41
When GDB opens a coredump file, it first selects a "current thread", and the bt command by default only performs backtracing on this current thread. When there is no dedicated "crash thread marker" for this current thread in NuttX's coredump.elf, it usually degenerates to "the first thread parsed in the core file". Signed-off-by: zhanxiaoqi <zhanxiaoqi@bytedance.com>