Rename mi/ChangeLog-mi -> mi/ChangeLog

This commit is contained in:
Andrew Cagney 2000-05-16 05:07:53 +00:00
parent e2f9c47491
commit 10adc9b50e
17 changed files with 0 additions and 69 deletions

View File

@ -235,14 +235,6 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00814.html
--
ChangeLog.mi vs ChangeLog-mi (Andrew Cagney)
Needs further debate.
Re: [PATCH] Add change-log variables to more MI files
http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00811.html
--
Re: Various C++ things
value_headof/value_from_vtable_info are worthless, and should be removed.

View File

@ -247,7 +247,3 @@ mi_cmd_break_watch (char *command, char **argv, int argc)
}
return MI_CMD_DONE;
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -492,7 +492,3 @@ mi_cmd_disassemble (char *command, char **argv, int argc)
return MI_CMD_DONE;
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -311,7 +311,3 @@ mi_cmd_stack_select_frame (char *command, char **argv, int argc)
#endif
return MI_CMD_DONE;
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -499,7 +499,3 @@ varobj_update_one (struct varobj *var)
}
return 1;
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -258,7 +258,3 @@ _initialize_mi_cmds ()
build_table (mi_cmds);
memset (&stats, 0, sizeof (stats));
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -123,7 +123,3 @@ extern int mi_debug_p;
extern struct ui_file *raw_stdout;
#endif
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -112,7 +112,3 @@ mi_console_file_flush (struct ui_file *file)
ui_file_put (mi_console->buffer, mi_console_raw_packet, mi_console);
ui_file_rewind (mi_console->buffer);
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -25,7 +25,3 @@
extern struct ui_file *mi_console_file_new (struct ui_file *raw, const char *prefix);
#endif
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -73,8 +73,3 @@ mi_getopt (const char *prefix,
}
error ("%s: Unknown option ``%s''", prefix, arg + 1);
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -58,7 +58,3 @@ struct mi_opt
struct mi_opt;
#endif
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -1508,7 +1508,3 @@ _initialize_mi_main ()
/* FIXME: Should we notify main that we are here as a possible
interpreter? */
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -395,7 +395,3 @@ _initialize_mi_out ()
{
/* nothing happens here */
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -33,7 +33,3 @@ extern void mi_out_rewind (struct ui_out *uiout);
extern void mi_out_buffered (struct ui_out *uiout, char *string);
#endif /* MI_OUT_H */
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -237,7 +237,3 @@ void
_initialize_mi_parse ()
{
}
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */

View File

@ -53,7 +53,3 @@ extern struct mi_parse *mi_parse (char *cmd);
extern void mi_parse_free (struct mi_parse *cmd);
#endif
/* Local variables: */
/* change-log-default-name: "ChangeLog-mi" */
/* End: */