haiku/headers/os/arch
Alex Smith 271b27d5a3 x86_64: Set vector in iframe/debug state to 99 for syscalls.
Although syscalls are done through SYSCALL and therefore don't actually
have an interrupt number, set it to 99 (the syscall vector on 32-bit)
in the iframe so that a syscall frame can be identified. Also added
vector/error_code to x86_64_debug_cpu_state for Debugger to use, not
sure why I didn't put them there in the first place.
2013-07-25 20:04:25 +01:00
..
arm Of course, using warnings as placeholders for code to write works fine until it's included when building an arch with -Werror... 2009-07-22 18:14:32 +00:00
m68k * Always include the public arch_debugger.h headers. The structures defined 2009-07-21 22:18:39 +00:00
mipsel * Always include the public arch_debugger.h headers. The structures defined 2009-07-21 22:18:39 +00:00
ppc * Always include the public arch_debugger.h headers. The structures defined 2009-07-21 22:18:39 +00:00
x86 * Always include the public arch_debugger.h headers. The structures defined 2009-07-21 22:18:39 +00:00
x86_64 x86_64: Set vector in iframe/debug state to 99 for syscalls. 2013-07-25 20:04:25 +01:00