This is the mail archive of the gdb-patches@sourceware.org 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]

[PATCH] MI formatting cleanup


I've been working on a couple MI patches, and the current state of the code was driving me crazy, so I'm committing this patch to fix it up some. Pretty much all formatting and comment fixup, with a couple bits of dead code removed. There are some more substantial cleanups to make, but held off since this was getting hefty. :-)

Stan

2012-03-06 Stan Shebs <stan@codesourcery.com>

    * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
    * mi/mi-cmd-disas.c: Ditto.
    * mi/mi-cmd-env.c: Ditto.
    * mi/mi-cmd-file.c: Ditto.
    * mi/mi-cmd-stack.c: Ditto.
    * mi/mi-cmd-target.c: Ditto.
    * mi/mi-cmd-var.c: Ditto.
    * mi/mi-cmds.c: Ditto.
    * mi/mi-cmds.h: Ditto.
    * mi/mi-console.c: Ditto.
    * mi/mi-getopt.c: Ditto.
    * mi/mi-getopt.h: Ditto.
    * mi/mi-interp.c: Ditto.
    * mi/mi-main.c: Ditto.
    * mi/mi-out.c: Ditto.
    * mi/mi-parse.c: Ditto.
    * mi/mi-parse.h: Ditto.
    * mi/mi-symbol-cmds.c: Ditto.

    * mi/mi-getopt.h: Move mi_opt struct up.
    * mi/mi-main.c (captured_mi_execute_command): Remove redundant
    return.
    * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.


Attachment: miclean-patch-1
Description: Text document


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