public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Continuing Changes to Language Classes
@ 2020-10-12 14:46 Andrew Burgess
  2020-10-12 14:46 ` [PATCH 1/9] gdb: Merge auto and unknown language implementations Andrew Burgess
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Andrew Burgess @ 2020-10-12 14:46 UTC (permalink / raw)
  To: gdb-patches

Patches #1, #2, and #9 are all about improving the C++ classes used to
represent languages in GDB.

Patches #3 -> #8 are other language related cleanups.

All feedback welcome.

Thanks,
Andrew


---

Andrew Burgess (9):
  gdb: Merge auto and unknown language implementations
  gdb: move Modula2 language class into a header file
  gdb: remove LA_PRINT_TYPEDEF macro
  gdb: remove LA_VALUE_PRINT macro
  gdb: remove LA_PRINT_ARRAY_INDEX macro
  gdb: remove LA_ITERATE_OVER_SYMBOLS macro
  gdb: Rename language_defn::demangle
  gdb: Improve documentation comment on language_defn::print_type
  gdb: move f_language class into a header file

 gdb/ChangeLog      | 133 +++++++++++++++
 gdb/ada-lang.c     |   4 +-
 gdb/c-lang.c       |   2 +-
 gdb/d-lang.c       |   2 +-
 gdb/f-exp.y        |   2 +-
 gdb/f-lang.c       | 320 +++++++-----------------------------
 gdb/f-lang.h       | 272 ++++++++++++++++++++++++++++--
 gdb/f-typeprint.c  |  82 +++------
 gdb/f-valprint.c   |   5 +-
 gdb/go-lang.c      |   2 +-
 gdb/language.c     | 221 +++++++------------------
 gdb/language.h     |  25 +--
 gdb/linespec.c     |   2 +-
 gdb/m2-exp.y       |   2 +-
 gdb/m2-lang.c      | 402 +++++++++++++++++----------------------------
 gdb/m2-lang.h      | 130 +++++++++++++--
 gdb/m2-typeprint.c |   4 +-
 gdb/m2-valprint.c  |  11 +-
 gdb/objc-lang.c    |   2 +-
 gdb/parse.c        |   1 -
 gdb/rust-lang.c    |   2 +-
 gdb/typeprint.c    |   2 +-
 gdb/valprint.c     |   6 +-
 23 files changed, 848 insertions(+), 786 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2020-10-20 20:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 14:46 [PATCH 0/9] Continuing Changes to Language Classes Andrew Burgess
2020-10-12 14:46 ` [PATCH 1/9] gdb: Merge auto and unknown language implementations Andrew Burgess
2020-10-12 14:46 ` [PATCH 2/9] gdb: move Modula2 language class into a header file Andrew Burgess
2020-10-13  9:58   ` Gaius Mulley
2020-10-12 14:46 ` [PATCH 3/9] gdb: remove LA_PRINT_TYPEDEF macro Andrew Burgess
2020-10-12 14:46 ` [PATCH 4/9] gdb: remove LA_VALUE_PRINT macro Andrew Burgess
2020-10-20 20:06   ` Tom Tromey
2020-10-12 14:46 ` [PATCH 5/9] gdb: remove LA_PRINT_ARRAY_INDEX macro Andrew Burgess
2020-10-12 14:46 ` [PATCH 6/9] gdb: remove LA_ITERATE_OVER_SYMBOLS macro Andrew Burgess
2020-10-12 14:46 ` [PATCH 7/9] gdb: Rename language_defn::demangle Andrew Burgess
2020-10-12 14:46 ` [PATCH 8/9] gdb: Improve documentation comment on language_defn::print_type Andrew Burgess
2020-10-12 14:46 ` [PATCH 9/9] gdb: move f_language class into a header file Andrew Burgess
2020-10-20 20:07 ` [PATCH 0/9] Continuing Changes to Language Classes 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).