public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor expression cleanups
@ 2023-04-28 16:02 Tom Tromey
  2023-04-28 16:02 ` [PATCH 1/3] Remove op_name Tom Tromey
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tom Tromey @ 2023-04-28 16:02 UTC (permalink / raw)
  To: gdb-patches

While looking at some parser-related changes for DAP, I found a few
things that could be cleaned up independently.

Regression tested on x86-64 Fedora 36.

---
Tom Tromey (3):
      Remove op_name
      Remove evaluate_expression
      Remove evaluate_type

 gdb/ada-lang.c        |  4 ++--
 gdb/arc-tdep.c        |  2 +-
 gdb/breakpoint.c      |  2 +-
 gdb/cli/cli-script.c  |  4 ++--
 gdb/darwin-nat-info.c |  2 +-
 gdb/dtrace-probe.c    |  4 ++--
 gdb/eval.c            | 25 ++++---------------------
 gdb/expprint.c        | 41 +++++++++++++++++------------------------
 gdb/expression.h      | 12 +++++++-----
 gdb/gnu-v3-abi.c      |  2 +-
 gdb/linux-thread-db.c |  2 +-
 gdb/mi/mi-main.c      |  6 +++---
 gdb/objc-lang.c       |  4 +---
 gdb/printcmd.c        | 12 ++++++------
 gdb/stack.c           |  2 +-
 gdb/stap-probe.c      |  2 +-
 gdb/tracepoint.c      |  2 +-
 gdb/typeprint.c       |  4 ++--
 gdb/value.c           |  2 +-
 gdb/value.h           | 11 -----------
 gdb/varobj.c          | 14 +++++++-------
 21 files changed, 62 insertions(+), 97 deletions(-)
---
base-commit: 1f7f972f59470104734ec705c985ab319eb580db
change-id: 20230428-minor-expr-cleanuups-77d8f8d15594

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


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

end of thread, other threads:[~2023-05-01 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28 16:02 [PATCH 0/3] Minor expression cleanups Tom Tromey
2023-04-28 16:02 ` [PATCH 1/3] Remove op_name Tom Tromey
2023-04-28 16:02 ` [PATCH 2/3] Remove evaluate_expression Tom Tromey
2023-04-28 16:02 ` [PATCH 3/3] Remove evaluate_type Tom Tromey
2023-04-28 16:14 ` [PATCH 0/3] Minor expression cleanups Keith Seitz
2023-05-01 17:04   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).