diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-24 10:48:55 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-24 10:48:55 +0000 |
commit | 020706804bcb9cc69cdafb2f959a4fd5ee557899 (patch) | |
tree | d379b7483ce51facb786c4d7e77536207f710b4c /gdb | |
parent | 63ac7ef33f50cf37462497b457e947bce1b2abbf (diff) | |
download | gdb-020706804bcb9cc69cdafb2f959a4fd5ee557899.zip gdb-020706804bcb9cc69cdafb2f959a4fd5ee557899.tar.gz gdb-020706804bcb9cc69cdafb2f959a4fd5ee557899.tar.bz2 |
Add machine dependent support routines for SVR4 /proc interface.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01c9d942..9849e0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com) + * infrun.c: When using SVR4 /proc interface instead of ptrace(), + call proc_set_exec_trap() to setup child to stop at first instruction. + + * inftarg.c: When using SVR4 /proc interface, call proc_wait() + rather than wait(). + + * m68k-tdep.c: Add new routines supply_gregset(), fill_gregset(), + supply_fpregset(), and fill_fpregset(), which are machine + dependent support routines for SVR4 /proc interface. + * utils.c: Add warning_setup() and warning(). Warning() behaves the same as error() except that it returns normally rather than jumping back to command level. Modules that don't want to call |