Searched refs:x86_debug_cpu_state (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/headers/os/arch/x86/
H A Darch_debugger.h43 struct x86_debug_cpu_state { struct
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.h44 CpuStateX86(const x86_debug_cpu_state& state);
H A DCpuStateX86.cpp20 CpuStateX86::CpuStateX86(const x86_debug_cpu_state& state)
H A DArchitectureX86.cpp256 if (size != sizeof(x86_debug_cpu_state))
260 *(const x86_debug_cpu_state*)cpuStateData);
/haiku-fatelf/src/bin/gdb/gdb/
H A Di386-haiku-nat.c31 #define REG_OFFSET(member) offsetof (struct x86_debug_cpu_state, member)
/haiku-fatelf/headers/os/kernel/
H A Ddebugger.h26 typedef struct x86_debug_cpu_state debug_cpu_state;

Completed in 111 milliseconds