diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-18 19:15:36 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-18 19:15:36 +0000 |
commit | 84d598611e42de0248b0e7689e4ebe062e1699b6 (patch) | |
tree | 1c3a237117e6da4d05253598281ac94dab624a43 /gdb/ChangeLog | |
parent | fa79d853b89ca298ff6a6b256e610ccc917cd33b (diff) | |
download | binutils-84d598611e42de0248b0e7689e4ebe062e1699b6.zip binutils-84d598611e42de0248b0e7689e4ebe062e1699b6.tar.gz binutils-84d598611e42de0248b0e7689e4ebe062e1699b6.tar.bz2 |
* defs.h (make_cleanup): Change PTR to void * when inside PARAMS.
Some of the following is in #ifdef CALL_DUMMY_BREAKPOINT_OFFSET.
* breakpoint.h (enum bptype): Add bp_call_dummy.
(struct bpstat_what): Add call_dummy field.
* infrun.c (wait_for_inferior): Deal with it.
* breakpoint.c (bpstat_what): Deal with call dummy breakpoint.
* infcmd.c (run_stack_dummy): Set the call dummy breakpoint.
* config/sparc/tm-sparc.h: Define CALL_DUMMY_BREAKPOINT_OFFSET.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 615adae..2a174a5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,14 @@ -Fri Sep 17 10:10:05 1993 Jim Kingdon (kingdon@rtl.cygnus.com) +Sat Sep 18 10:13:18 1993 Jim Kingdon (kingdon@poseidon.cygnus.com) + + * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. + + Some of the following is in #ifdef CALL_DUMMY_BREAKPOINT_OFFSET. + * breakpoint.h (enum bptype): Add bp_call_dummy. + (struct bpstat_what): Add call_dummy field. + * infrun.c (wait_for_inferior): Deal with it. + * breakpoint.c (bpstat_what): Deal with call dummy breakpoint. + * infcmd.c (run_stack_dummy): Set the call dummy breakpoint. + * config/sparc/tm-sparc.h: Define CALL_DUMMY_BREAKPOINT_OFFSET. * remote-sim.h: New file. * remote-sim.c: Add remote debug feature. Rename stuff to distinguish |