nuttx/Documentation/quickstart
wangmingrong1 b5c5e4b850 gdb plugin: Encapsulate the gdb native command gcore as nxgcore
Modify elf with nxgcore and call gcore:
(gdb) nxgcore --help
usage: [-h] [-o OUTPUT] [-t OBJCOPY] [-r MEMRANGE]

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Gcore output file
  -t OBJCOPY, --objcopy OBJCOPY
                        Select the appropriate architecture for the objcopy
                        tool
  -r MEMRANGE, --memrange MEMRANGE

examples:
	(gdb) nxgcore -t arm-none-eabi-objcopy -r 0x40200000,0x48000000,0x07

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-09-20 22:07:29 +08:00
..
compiling_cmake.rst docs/cmake: add out-of-tree usage 2024-07-17 17:19:41 +08:00
compiling_make.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
configuring.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
debugging.rst gdb plugin: Encapsulate the gdb native command gcore as nxgcore 2024-09-20 22:07:29 +08:00
index.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
install.rst modify BUILD_LOADABLE to MODULES which backwards-compatible Kernel 2024-09-19 08:32:03 +08:00
organization.rst Documentation: correct CMakeList.txt to CMakeLists.txt 2024-03-01 20:15:10 +08:00
running.rst