zephyr/arch/x86/core
Benjamin Walsh 43592b1127 x86/debug: GDB server needs to handle some exceptions
GDB server needs ownership of some exceptions to display information when
taking a fatal exception (DIVIDE_ERROR, PAGE_FAULT).

Introduce a Kconfig option that can work for any debugger.

Change-Id: I39aef22a820543a7fe9ac333b487592946abc0f3
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-04-16 05:29:22 +00:00
..
debug debug: add target GDB server 2016-04-16 05:29:22 +00:00
i386_sysV_abi debug/x86: add runtime info needed by target debuggers 2016-04-16 05:29:22 +00:00
iamcu_abi power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
offsets debug/x86: add runtime info needed by target debuggers 2016-04-16 05:29:22 +00:00
Kconfig x86: add debug function to dump IDT 2016-02-10 16:02:17 +00:00
Makefile debug: add target GDB server 2016-04-16 05:29:22 +00:00
atomic.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
cache.c x86: Fix cache flush code dependencies 2016-03-07 20:25:22 +00:00
cache_s.S x86: Fix cache flush code dependencies 2016-03-07 20:25:22 +00:00
cpuhalt.c tickless idle x86: Tickless idle support on nanokernel for x86 2016-02-11 19:10:24 +00:00
crt0.S power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
dynamic.c x86: irq: fix _get_dynamic_stub() calculation 2016-03-30 22:24:16 +00:00
errno.S kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
excconnect.c iamcu: fix dynamic exceptions 2016-02-08 21:45:07 -05:00
excstub.S x86/debug: GDB server needs to handle some exceptions 2016-04-16 05:29:22 +00:00
fatal.c x86: add debug hook in _NanoFatalErrorHandler() 2016-04-16 05:29:21 +00:00
float.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
gdt.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
intconnect.c irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
irq_offload.c x86: irq_offload: don't use the last vector 2016-02-05 20:25:04 -05:00
msr.c x86: use GCC inline asm for MSR read/write 2016-02-05 20:24:42 -05:00
reboot_rst_cnt.c x86: move reboot via RST_CNT from galileo to generic x86 2016-02-25 16:52:27 +00:00
strtask.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
sys_fatal_error_handler.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00