[0/2] More use of ui-out tables

Message ID 20241006-more-use-of-ui-table-v1-0-baf53ee69161@tromey.com
Headers
Series More use of ui-out tables |

Message

Tom Tromey Oct. 6, 2024, 7:02 p.m. UTC
  This series changes a couple of spots to use ui-out tables rather than
printf.  ui-out tables are better because they make styling simpler,
and they are more easily converted to MI (or Python) commands if
desired.

---
Tom Tromey (2):
      Use ui-out tables for info proc mappings
      Use ui-out tables in "maint print user-regs"

 gdb/corelow.c                                      |  55 ++++------
 gdb/linux-tdep.c                                   | 122 +++++++++------------
 gdb/testsuite/gdb.base/completion.exp              |   2 +-
 .../gdb.debuginfod/corefile-mapped-file.exp        |   2 +-
 gdb/user-regs.c                                    |  14 ++-
 5 files changed, 89 insertions(+), 106 deletions(-)
---
base-commit: 23ca0175c66b1add6fe51efc160628c824f6d32f
change-id: 20241006-more-use-of-ui-table-c783a601fb8c

Best regards,