Home
last modified time | relevance | path

Searched refs:coredump (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/tests/drivers/coredump/coredump_api/boards/
Dqemu_riscv32.overlay8 coredump_device0: coredump-device0 {
9 compatible = "zephyr,coredump";
10 coredump-type = "COREDUMP_TYPE_MEMCPY";
17 coredump_device1: coredump-device1 {
18 compatible = "zephyr,coredump";
19 coredump-type = "COREDUMP_TYPE_MEMCPY";
25 coredump_devicecb: coredump-device-cb {
26 compatible = "zephyr,coredump";
27 coredump-type = "COREDUMP_TYPE_CALLBACK";
/Zephyr-latest/tests/drivers/coredump/coredump_api/
Dapp.overlay8 coredump_device0: coredump-device0 {
9 compatible = "zephyr,coredump";
10 coredump-type = "COREDUMP_TYPE_MEMCPY";
14 coredump_devicecb: coredump-device-cb {
15 compatible = "zephyr,coredump";
16 coredump-type = "COREDUMP_TYPE_CALLBACK";
/Zephyr-latest/tests/subsys/debug/coredump_backends/
DKconfig8 bool "Expected backend has coredump storage."
10 Set if the test expects coredump backend with storage.
13 int "Expected backend's coredump storage size."
16 Test expects coredump backend storage with the size given.
/Zephyr-latest/subsys/debug/coredump/
DKconfig17 bool "Use Logging subsystem for coredump"
23 bool "Use flash partition for coredump"
29 "coredump-partition".
32 bool "Use memory window for coredump on Intel ADSP"
40 bool "Backend subsystem for coredump defined out of tree"
99 This shell provides access to coredump and its backends.
118 Say n to conserve space on coredump backend or if you will never
Dcoredump_backend_logging.c15 LOG_MODULE_REGISTER(coredump, CONFIG_KERNEL_LOG_LEVEL);
171 SHELL_CMD_REGISTER(coredump, &sub_coredump,
DCMakeLists.txt31 # @Intent: Set XTENSA_TOOLCHAIN_VARIANT macro required for Xtensa coredump
Dcoredump_core.c104 DEVICE_API_GET(coredump, dev)->dump(dev); in process_coredump_dev_memory()
167 void coredump(unsigned int reason, const struct arch_esf *esf, in coredump() function
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst41 config selected) through one or more :ref:`coredump devices <coredump_device_api>`
60 :zephyr_file:`scripts/coredump/coredump_serial_log_parser.py` can be used
64 :zephyr_file:`scripts/coredump/coredump_gdbserver.py` with the core dump
84 label = "coredump-partition";
96 in :file:`coredump.log`:
168 ./scripts/coredump/coredump_serial_log_parser.py coredump.log coredump.bin
174 ./scripts/coredump/coredump_gdbserver.py build/zephyr/zephyr.elf coredump.bin
247 …(gdb) target remote | ./scripts/coredump/coredump_gdbserver.py --pipe build/zephyr/zephyr.elf core…
396 :zephyr_file:`include/zephyr/debug/coredump.h`.
403 ``scripts/coredump/gdbstubs/``
[all …]
Dindex.rst11 coredump.rst
/Zephyr-latest/subsys/debug/
DCMakeLists.txt20 coredump
/Zephyr-latest/tests/subsys/debug/coredump_backends/boards/
Dqemu_x86.overlay17 label = "coredump-partition";
/Zephyr-latest/include/zephyr/debug/
Dcoredump.h250 void coredump(unsigned int reason, const struct arch_esf *esf,
260 static inline void coredump(unsigned int reason, const struct arch_esf *esf, in coredump() function
/Zephyr-latest/drivers/coredump/
DKconfig19 module-str = coredump device
/Zephyr-latest/arch/x86/core/
Dintel64.cmake22 zephyr_library_sources_ifdef(CONFIG_DEBUG_COREDUMP intel64/coredump.c)
/Zephyr-latest/dts/common/espressif/
Dpartitions_0x0_default_16M.dtsi49 label = "coredump";
Dpartitions_0x0_default_2M.dtsi49 label = "coredump";
Dpartitions_0x0_default_32M.dtsi49 label = "coredump";
Dpartitions_0x0_default_4M.dtsi49 label = "coredump";
Dpartitions_0x1000_default_4M.dtsi49 label = "coredump";
Dpartitions_0x0_default_8M.dtsi49 label = "coredump";
Dpartitions_0x1000_default_16M.dtsi49 label = "coredump";
Dpartitions_0x1000_default_2M.dtsi49 label = "coredump";
Dpartitions_0x1000_default_32M.dtsi49 label = "coredump";
Dpartitions_0x1000_default_8M.dtsi49 label = "coredump";
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt27 zephyr_library_sources_ifdef(CONFIG_DEBUG_COREDUMP coredump.c)

123