2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)
commit57e687d9ad2a45b16a54b43edabcaa055a9244a6
tree62173e842781b54e28c4139b69926076a63021de
parent59233f88f1c34b39c2d61714fa144c8573583d55
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
This page took 0.025912 seconds and 4 git commands to generate.