This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] Ooopsie in mi/mi-main.c


The following change broke the build:

        * mi-main.c (mi_cmd_exec_return): Don't use
        return_command_wrapper, use return_command instead.
        (mi_cmd_exec_interrupt): Don't use
        interrupt_target_command_wrapper, use interrupt_target_command
        instead.

I am quite busy at the moment, so did not spend too much time investigating
how this should be fixed. I suggest the following fix.

2002-10-02  Joel Brobecker  <brobecker@gnat.com>

        * infcmd.c (interrupt_target_command): Make non-static, as it
        is now needed by mi-main.c.
        * stack.c (return_command): Likewise.

Ok to apply?

Thanks,
-- 
Joel

Attachment: static.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]