Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes and tests related to new boxed hint startup text
@ 2025-12-04 16:38 Andrew Burgess
  2025-12-04 16:38 ` [PATCH 1/4] gdb: remove some unnecessary code from print_gdb_hints Andrew Burgess
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Andrew Burgess @ 2025-12-04 16:38 UTC (permalink / raw)
  To: gdb-patches; +Cc: Guinevere Larsen, Andrew Burgess

Started out with a minor fix for the new boxed hint start up text.
Then I wrote some tests.  Which exposed some bugs.  Which required
some additional fixes.

First 2 patches are clean up.

Final 2 are actual fixes.

Thanks,
Andrew

---

Andrew Burgess (4):
  gdb: remove some unnecessary code from print_gdb_hints
  gdb: small white space fix in print_gdb_hints
  gdb: make get_chars_per_line return an unsigned value
  gdb: fix crashes and weird output from new boxed hint text

 gdb/cli-out.c                            |   4 +-
 gdb/main.c                               |   5 +-
 gdb/testsuite/gdb.base/startup-hints.exp | 144 +++++++++++++++++++++++
 gdb/top.c                                |  28 +++--
 gdb/utils.c                              |   3 +-
 gdb/utils.h                              |   5 +-
 6 files changed, 170 insertions(+), 19 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/startup-hints.exp


base-commit: a9304819899e9164c9550c601ed81d807df2c794
-- 
2.47.1


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

end of thread, other threads:[~2025-12-16 10:06 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-04 16:38 [PATCH 0/4] Fixes and tests related to new boxed hint startup text Andrew Burgess
2025-12-04 16:38 ` [PATCH 1/4] gdb: remove some unnecessary code from print_gdb_hints Andrew Burgess
2025-12-04 17:14   ` Patrick Monnerat
2025-12-04 16:38 ` [PATCH 2/4] gdb: small white space fix in print_gdb_hints Andrew Burgess
2025-12-04 16:38 ` [PATCH 3/4] gdb: make get_chars_per_line return an unsigned value Andrew Burgess
2025-12-04 16:38 ` [PATCH 4/4] gdb: fix crashes and weird output from new boxed hint text Andrew Burgess
2025-12-04 19:02 ` [PATCH 0/4] Fixes and tests related to new boxed hint startup text Guinevere Larsen
2025-12-04 19:32   ` Andrew Burgess
2025-12-04 19:47 ` [PATCH 0/2] " Andrew Burgess
2025-12-04 19:47   ` [PATCH 1/2] gdb: make get_chars_per_line return an unsigned value Andrew Burgess
2025-12-04 19:47   ` [PATCH 2/2] gdb: fix crashes and weird output from new boxed hint text Andrew Burgess
2025-12-05  7:06     ` Eli Zaretskii
2025-12-05 10:17       ` Andrew Burgess
2025-12-05 11:19         ` Eli Zaretskii
2025-12-05 19:53   ` [PATCHv3 0/3] Fixes and tests related to new boxed hint startup text Andrew Burgess
2025-12-05 19:53     ` [PATCHv3 1/3] gdb: make get_chars_per_line return an unsigned value Andrew Burgess
2025-12-10 16:48       ` Tom Tromey
2025-12-05 19:53     ` [PATCHv3 2/3] gdb: fix crashes and weird output from new boxed hint text Andrew Burgess
2025-12-10 16:51       ` Tom Tromey
2025-12-05 19:53     ` [PATCHv3 3/3] WIP: disable progress bars setting Andrew Burgess
2025-12-06  9:12       ` Eli Zaretskii
2025-12-09 17:32       ` Andrew Burgess
2025-12-10 16:55         ` Tom Tromey
2025-12-15 15:33           ` Andrew Burgess
2025-12-16  7:40       ` Tom de Vries
2025-12-16 10:05         ` Andrew Burgess

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