aboutsummaryrefslogtreecommitdiff
path: root/gdb/magic.h
blob: 7ff366c75f02f96608eb028609d1b7ffef66897e (plain)
1
2
3
4
5
6
/* magic.h - Interface to the General Magic debugger extras */

extern void init_magic();
extern CORE_ADDR deal_with_dispatch(CORE_ADDR pc);
extern struct type *type_of_object(CORE_ADDR object);
extern CORE_ADDR baseptr_of_object(CORE_ADDR object);