diff options
Diffstat (limited to 'gdb/m-hp9k320.h')
-rw-r--r-- | gdb/m-hp9k320.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/m-hp9k320.h b/gdb/m-hp9k320.h index 3725476..173d3d0 100644 --- a/gdb/m-hp9k320.h +++ b/gdb/m-hp9k320.h @@ -258,6 +258,10 @@ read_memory_integer (read_register (SP_REGNUM), 4) : (&u.u_pcb.pcb_mc68881[FMC68881_C + ((regno) - FPC_REGNUM)]))) \ - ((char *) (& u))) +/* Do implement the attach and detach commands. */ + +#define ATTACH_DETACH + /* Describe the pointer in each stack frame to the previous stack frame (its caller). */ |