OSDN Git Service

2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
authormsnyder <msnyder>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
committermsnyder <msnyder>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
commit4b72302a533c9d7426528de8d01d154cc4bca044
tree4337bc9a2368d3aa14ee6b24be68c5b46e5bfedd
parent6b80c1b4d0c8364603a519d0a557fc53962ede5e
2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * defs.h (struct continuation_arg): make 'data' a union, to avoid
        casting problems when int and pointer are not the  same size.
        * event-top.c (command_handler): use data as a union.
        (command_line_handler_continuation): ditto.
        * infcmd.c (step_1_continuation): use data as a union.  Re-indent.
        (step_once): ditto.  (finish_command_continuation): ditto.
        (finish_command): ditto.
        * breakpoint.c (until_break_command): use data as a union.
        (until_break_command_continuation): ditto.
        * utils.c (add_intermediate_continuation): fix typo in comment.
gdb/ChangeLog
gdb/breakpoint.c
gdb/defs.h
gdb/event-top.c
gdb/infcmd.c
gdb/utils.c