Lines Matching full:dump
3 Core Dump
6 The core dump module enables dumping the CPU registers and memory content
18 Here are the options to enable output backends for core dump:
20 * ``DEBUG_COREDUMP_BACKEND_LOGGING``: use log module for core dump output.
22 dump output.
23 * ``DEBUG_COREDUMP_BACKEND_NULL``: fallback core dump backend if other
26 Here are the choices regarding memory dump:
31 dump is desired.
40 Additional memory can be included in a dump (even with the "DEBUG_COREDUMP_MEMORY_DUMP_MIN"
46 When the core dump module is enabled, during a fatal error, CPU registers
48 are enabled. This core dump data can be fed into a custom-made GDB server as
54 1. Get the core dump log from the device depending on enabled backends.
58 2. Convert the core dump log into a binary format that can be parsed by
64 :zephyr_file:`scripts/coredump/coredump_gdbserver.py` with the core dump
75 5. When ``DEBUG_COREDUMP_BACKEND_FLASH_PARTITION`` is enabled the core dump
95 This is the core dump log from the serial console, and is stored
164 1. Run the core dump serial log converter:
253 The core dump binary file consists of one file header, one
263 .. list-table:: Core dump binary file header
401 to output the block to core dump backend.
402 #. Add a parser to the core dump GDB stub scripts under