freebsd-dev/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h
David E. O'Brien bd064b9335 Fix problem where kgdb misses trap frames.
Reported by:	iedowse
2004-01-26 09:18:47 +00:00

15 lines
309 B
C

/* $FreeBSD$ */
#ifndef FBSD_KGDB_ALPHA_H
#define FBSD_KGDB_ALPHA_H
#include "alpha/tm-fbsd.h"
#include "fbsd-kgdb.h"
#undef FRAME_SAVED_PC
#define FRAME_SAVED_PC(FRAME) \
(kernel_debugging ? fbsd_kern_frame_saved_pc(FRAME) : \
alpha_saved_pc_after_call(FRAME))
#endif /* FBSD_KGDB_ALPHA_H */