OSDN Git Service

2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@specifix.com>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
committerMichael Snyder <msnyder@specifix.com>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
commit1da3931bd56ecb1d42a457d7f8f7524cd693c6e9
tree51b521ced516d1095ed3c92beea1ab46122cbc2c
parent83d8e3083d36ff649aac4d3d26006ddf8a24562b
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