1 /* magic.h - Interface to the General Magic debugger extras */
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);