-
CONFIG_ARC_GDB_ENABLE
¶
Allows the usage of GDB with the ARC processor.
Type: bool
Help¶
This option will stop the master processor from boot-strapping the ARC slave processor. This will allow GDB to halt and engage the ARC processor to proceed step by step execution.
Direct dependencies¶
ARC_INIT
&& X86
&& SOC_QUARK_SE_C1000
&& X86
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86/soc/intel_quark/quark_se/Kconfig:50
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config ARC_GDB_ENABLE bool prompt "Allows the usage of GDB with the ARC processor." ifARC_INIT
&&X86
&&SOC_QUARK_SE_C1000
&&X86
depends onARC_INIT
&&X86
&&SOC_QUARK_SE_C1000
&&X86
help This option will stop the master processor from boot-strapping the ARC slave processor. This will allow GDB to halt and engage the ARC processor to proceed step by step execution.
(Definitions include propagated dependencies, including from if’s and menus.)