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 0/2] Changes to cli-out.c for field alignment and formatting


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


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