public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* C++ template completion support v3
@ 2021-12-09 19:17 Keith Seitz
  2021-12-09 19:17 ` [PATCH v3 1/3] Move find_toplevel_char to cp-support.[ch] Keith Seitz
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Keith Seitz @ 2021-12-09 19:17 UTC (permalink / raw)
  To: gdb-patches

I would like to resurrect this patch series (after a very long hiatus).

There are minimal changes to the original series, last posted here:

https://sourceware.org/pipermail/gdb-patches/2020-April/167780.html

During that last series, Tom (Tromey) gave it the LGTM, but there was
a request to add unittests for strncmp_iw_with_mode. This new series
accommodates that request.

The second patch from the original submission ("Remove hard-coded
line number from templates.exp") is no longer necessary,
having been fixed by Andrew Burgess in November. 

I have tested this on x86_64 Fedora 34 w/system GCC using
{unix,native-gdbserver,native-extended-gdbserver}/-m{32,64}.

I apologize that it has taken so long to get back to this.

Keith
--
gdb/NEWS                                    |   6 +-
 gdb/cp-support.c                            |  82 +++-
 gdb/cp-support.h                            |   7 +
 gdb/doc/gdb.texinfo                         |  46 ++
 gdb/linespec.c                              |  77 ----
 gdb/linespec.h                              |   7 -
 gdb/testsuite/gdb.cp/templates.cc           |  47 ++
 gdb/testsuite/gdb.cp/templates.exp          |  67 +++
 gdb/testsuite/gdb.linespec/cpcompletion.exp | 437 ++++++++++++++++++-
 gdb/testsuite/gdb.linespec/cpls-ops.exp     |  53 +--
 gdb/testsuite/gdb.linespec/cpls.cc          | 110 ++++-
 gdb/utils.c                                 | 647 +++++++++++++++++++++++++++-
 gdb/utils.h                                 |   7 +-
 13 files changed, 1468 insertions(+), 125 deletions(-)



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

end of thread, other threads:[~2022-02-25  0:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 19:17 C++ template completion support v3 Keith Seitz
2021-12-09 19:17 ` [PATCH v3 1/3] Move find_toplevel_char to cp-support.[ch] Keith Seitz
2021-12-09 19:17 ` [PATCH v3 2/3] Unit tests for strncmp_iw_with_mode Keith Seitz
2021-12-09 19:17 ` [PATCH v3 3/3] Support template lookups in strncmp_iw_with_mode Keith Seitz
2021-12-09 19:40   ` Eli Zaretskii
2021-12-10 20:54     ` Keith Seitz
2022-02-18 20:34 ` C++ template completion support v3 Tom Tromey
2022-02-24 17:47   ` Keith Seitz
2022-02-24 21:33     ` Tom Tromey
2022-02-25  0:49       ` Keith Seitz

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