binutils-gdb/gdb/mi
Andrew Cagney 9dc5e2a936 Replace:
if (interpreter_p && strncmp (interpreter_p, "mi", 2) == 0)
with:
  if (ui_out_is_mi_like_p (uiout))
2001-07-06 03:53:11 +00:00
..
ChangeLog Replace: 2001-07-06 03:53:11 +00:00
gdbmi.texinfo For MI>0, output full breakpoint table header information. Output the 2001-06-27 17:27:08 +00:00
mi-cmd-break.c
mi-cmd-disas.c Change mi/data-disassemble command output to a list ([]) instead of 2001-06-23 20:43:56 +00:00
mi-cmd-stack.c * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or 2001-06-26 18:50:51 +00:00
mi-cmd-var.c s/ui_out_list/ui_out_tupple/ 2001-05-12 04:08:24 +00:00
mi-cmds.c Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-cmds.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-console.c Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-console.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-getopt.c Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-getopt.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-main.c Update data-read-memory so that it outputs lists. 2001-06-25 21:05:11 +00:00
mi-out.c Replace: 2001-07-06 03:53:11 +00:00
mi-out.h Recognize -i=mi0, -i=mi1 and -i=mi. 2001-06-18 17:57:43 +00:00
mi-parse.c Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-parse.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00