* breakpoint.c (breakpoint_re_set): #ifdef GET_LONGJMP_TARGET
[binutils-gdb.git] / gdb / magic.h
1 /* magic.h - Interface to the General Magic debugger extras */
2
3 extern void init_magic();
4 extern CORE_ADDR deal_with_dispatch(CORE_ADDR pc);
5 extern struct type *type_of_object(CORE_ADDR object);
6 extern CORE_ADDR baseptr_of_object(CORE_ADDR object);