mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
89f3ef4480
Refer to https://sourceware.org/gdb/current/onlinedocs/gdb.html/Overview.html w/o compression, nxgcore command took 41seconds. w compression, 28second. If we enable `set trust-readonly-sections on` to read from elf whenever possible, it furture reduces to 14.9seconds. Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>