]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* defs.h (make_cleanup): Change PTR to void * when inside PARAMS.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 18 Sep 1993 19:15:36 +0000 (19:15 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 18 Sep 1993 19:15:36 +0000 (19:15 +0000)
commit84d598611e42de0248b0e7689e4ebe062e1699b6
tree1c3a237117e6da4d05253598281ac94dab624a43
parentfa79d853b89ca298ff6a6b256e610ccc917cd33b
* 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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/config/sparc/tm-sparc.h
gdb/defs.h
gdb/infcmd.c
gdb/infrun.c