Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Allow throw_* functions to style message
@ 2026-04-10 22:59 Tom Tromey
  2026-04-10 22:59 ` [PATCH 1/5] Allow styling when using throw_* functions Tom Tromey
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tom Tromey @ 2026-04-10 22:59 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

Like the earlier series to style error messages, this series adds
styling to various throw_* calls in gdb.  This required a small change
enable this in gdbsupport.

Regression tested on x86-64 Fedora 40

Signed-off-by: Tom Tromey <tom@tromey.com>
---
Tom Tromey (5):
      Allow styling when using throw_* functions
      Use file- and line-styling with throw_error
      Use command style with throw_error
      Use function style with throw_error
      Use address style with throw_error

 gdb/cli/cli-script.c           |  7 +++++--
 gdb/displaced-stepping.c       |  7 +++++--
 gdb/infcall.c                  |  1 +
 gdb/linespec.c                 | 38 +++++++++++++++++++++++++-------------
 gdb/utils.c                    | 10 ++++++++++
 gdb/valarith.c                 |  7 +++++--
 gdbserver/utils.cc             | 12 ++++++++++++
 gdbsupport/common-exceptions.h |  7 ++++++-
 8 files changed, 69 insertions(+), 20 deletions(-)
---
base-commit: b90e5339140ee1ff0ff454098c882bf7dcf9bbf9
change-id: 20260410-unify-exceptions-fab2c7f53b35

Best regards,
-- 
Tom Tromey <tom@tromey.com>


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

end of thread, other threads:[~2026-05-08 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 22:59 [PATCH 0/5] Allow throw_* functions to style message Tom Tromey
2026-04-10 22:59 ` [PATCH 1/5] Allow styling when using throw_* functions Tom Tromey
2026-04-10 22:59 ` [PATCH 2/5] Use file- and line-styling with throw_error Tom Tromey
2026-04-10 22:59 ` [PATCH 3/5] Use command style " Tom Tromey
2026-04-10 22:59 ` [PATCH 4/5] Use function " Tom Tromey
2026-04-10 22:59 ` [PATCH 5/5] Use address " Tom Tromey
2026-05-08 19:02 ` [PATCH 0/5] Allow throw_* functions to style message Tom Tromey

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