[PATCHv2,0/7] Cleanup and changes for file name completion

Message ID cover.1709720449.git.aburgess@redhat.com
Headers
Series Cleanup and changes for file name completion |

Message

Andrew Burgess March 6, 2024, 10:23 a.m. UTC
  In v2:

  + Rebased onto current upstream/master and retested,

  + Added two additional clean up patches #6 and #7.

---

Andrew Burgess (7):
  gdb: remove skip_quoted and skip_quoted_chars
  gdb: fix bug where quote characters would become nullptr
  gdb: allow double quotes for quoting filenames
  gdb: remove some dead code from completer.c
  gdb: remove special case completion word handling for filenames
  gdb/completion: make completion_find_completion_word static
  gdb: move more completion setup into completer.c

 gdb/completer.c                               | 168 +++++++-----------
 gdb/completer.h                               |  29 ---
 gdb/p-exp.y                                   |  26 ++-
 .../gdb.base/filename-completion.exp          |  66 ++++---
 gdb/top.c                                     |   4 -
 5 files changed, 131 insertions(+), 162 deletions(-)


base-commit: f08311ceb1ba4e19eab7070e676416337455a074
  

Comments

Andrew Burgess March 25, 2024, 6:30 p.m. UTC | #1
Andrew Burgess <aburgess@redhat.com> writes:

> In v2:
>
>   + Rebased onto current upstream/master and retested,
>
>   + Added two additional clean up patches #6 and #7.

I've taken the liberty of pushing this series.  If there is any
post-commit feedback then please just let me know, happy to address any
concerns.

Thanks,
Andrew