Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Changes to cli-out.c for field alignment and formatting
@ 2018-11-20 20:30 Andrew Burgess
  2018-11-20 20:30 ` [PATCH 2/2] gdb: Use string_printf to format int fields instead of a fixed size buffer Andrew Burgess
  2018-11-20 20:30 ` [PATCH 1/2] gdb: Respect field width and alignment for 'fmt' fields in CLI output Andrew Burgess
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Burgess @ 2018-11-20 20:30 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

A couple of changes in cli-out that change how fields are formatted.

--

Andrew Burgess (2):
  gdb: Respect field width and alignment for 'fmt' fields in CLI output
  gdb: Use string_printf to format int fields instead of a fixed size
    buffer

 gdb/ChangeLog                          | 13 ++++++++++++
 gdb/breakpoint.c                       |  3 ---
 gdb/cli-out.c                          | 14 ++++++-------
 gdb/testsuite/ChangeLog                |  5 +++++
 gdb/testsuite/gdb.opt/inline-break.exp | 36 ++++++++++++++++++++++++++++++++++
 5 files changed, 60 insertions(+), 11 deletions(-)

-- 
2.14.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-20 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20 20:30 [PATCH 0/2] Changes to cli-out.c for field alignment and formatting Andrew Burgess
2018-11-20 20:30 ` [PATCH 2/2] gdb: Use string_printf to format int fields instead of a fixed size buffer Andrew Burgess
2018-11-20 22:18   ` Tom Tromey
2018-11-20 20:30 ` [PATCH 1/2] gdb: Respect field width and alignment for 'fmt' fields in CLI output Andrew Burgess
2018-11-20 22:17   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox