public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Some language cleanups
@ 2023-04-18 20:27 Simon Marchi
  2023-04-18 20:27 ` [PATCH 1/3] gdb: remove return value of set_language Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Marchi @ 2023-04-18 20:27 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

These are some cleanups I found possible while writing a bigger patch
series.  I a sending them on their own, because I think they make sense
on their own.

Simon Marchi (3):
  gdb: remove return value of set_language
  gdb: switch "set language" to getter/setter
  gdb: remove language_auto

 gdb/ada-lang.c    |   2 +-
 gdb/defs.h        |   1 -
 gdb/language.c    | 175 +++++++++++++++++-----------------------------
 gdb/language.h    |   5 +-
 gdb/mi/mi-parse.c |   3 +-
 gdb/minsyms.c     |   2 +-
 gdb/symmisc.c     |   3 +-
 gdb/symtab.c      |   7 +-
 8 files changed, 72 insertions(+), 126 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2023-04-21 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 20:27 [PATCH 0/3] Some language cleanups Simon Marchi
2023-04-18 20:27 ` [PATCH 1/3] gdb: remove return value of set_language Simon Marchi
2023-04-18 20:27 ` [PATCH 2/3] gdb: switch "set language" to getter/setter Simon Marchi
2023-04-18 20:27 ` [PATCH 3/3] gdb: remove language_auto Simon Marchi
2023-04-21 14:26 ` [PATCH 0/3] Some language cleanups Tom Tromey
2023-04-21 18:10   ` Simon Marchi

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).