8sa1-binutils-gdb/gdb/mi
Tom Tromey 33eca68072 Use field_string in more places
This replaces uses of field_fmt with a "%s" format string to use
field_string instead.  Also, one use of "%9lx" is replaced with a call
to phex_nz; the '9' is dropped as it is implicit in the field width.

2019-07-15  Tom Tromey  <tromey@adacore.com>

	* mi/mi-main.c (list_available_thread_groups): Use field_string.
	* mi/mi-interp.c (mi_memory_changed): Use field_string.
	* target.c (flash_erase_command): Use field_string.
	* infrun.c (print_signal_received_reason): Use field_string.
	* i386-tdep.c (i386_mpx_print_bounds): Use field_string.
	* breakpoint.c (maybe_print_thread_hit_breakpoint): Use
	field_string.
	* ada-tasks.c (print_ada_task_info): Use field_string.
2019-07-15 09:31:18 -06:00
..
ChangeLog-1999-2003
mi-cmd-break.c
mi-cmd-break.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmd-catch.c gdb/mi: New commands to catch C++ exceptions 2019-06-15 23:22:22 +01:00
mi-cmd-disas.c
mi-cmd-env.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmd-target.c
mi-cmd-var.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-cmds.c gdb/mi: New commands to catch C++ exceptions 2019-06-15 23:22:22 +01:00
mi-cmds.h gdb/mi: New commands to catch C++ exceptions 2019-06-15 23:22:22 +01:00
mi-common.c
mi-common.h Add debug redirect option 2019-05-17 14:21:47 +01:00
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c Use field_string in more places 2019-07-15 09:31:18 -06:00
mi-interp.h
mi-main.c Use field_string in more places 2019-07-15 09:31:18 -06:00
mi-main.h Fix GDB build when using --disable-gdbmi 2019-05-10 17:22:09 -04:00
mi-out.c Fix GDB build when using --disable-gdbmi 2019-05-10 17:22:09 -04:00
mi-out.h
mi-parse.c
mi-parse.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mi-symbol-cmds.c