Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix regression in 'list' command
@ 2025-11-18 10:28 Andrew Burgess
  2025-11-18 10:28 ` [PATCH 1/2] gdb: fix 'list' for multiple source file results Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrew Burgess @ 2025-11-18 10:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

The first patch fixes a regression in the 'list' command which has
been introduced since GDB 16, so should probably be fixed before GDB
17 is released.

The second patch is an improvement, it's not part of the regression
fix.

If approved then I plan to backport the first patch only to the GDB 17
branch.  Both patches would be applied to the master branch.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: fix 'list' for multiple source file results
  gdb: display a symbol more often in multi-file list output

 gdb/cli/cli-cmds.c                           |  8 ++
 gdb/linespec.c                               | 15 ++--
 gdb/testsuite/gdb.base/list-multi-source.c   | 60 +++++++++++++
 gdb/testsuite/gdb.base/list-multi-source.exp | 95 ++++++++++++++++++++
 4 files changed, 173 insertions(+), 5 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/list-multi-source.c
 create mode 100644 gdb/testsuite/gdb.base/list-multi-source.exp


base-commit: ccd56e22703c094e5b6d0025e28059277ed8d8c5
-- 
2.47.1


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

end of thread, other threads:[~2025-12-05 10:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-18 10:28 [PATCH 0/2] Fix regression in 'list' command Andrew Burgess
2025-11-18 10:28 ` [PATCH 1/2] gdb: fix 'list' for multiple source file results Andrew Burgess
2025-11-18 10:42   ` Andreas Schwab
2025-11-18 14:28     ` Andrew Burgess
2025-11-18 10:28 ` [PATCH 2/2] gdb: display a symbol more often in multi-file list output Andrew Burgess
2025-11-19 10:32 ` [PATCHv2 0/2] Fix regression in 'list' command Andrew Burgess
2025-11-19 10:32   ` [PATCHv2 1/2] gdb: fix 'list' for multiple source file results Andrew Burgess
2025-12-04 16:48     ` Tom Tromey
2025-12-05 10:50       ` Andrew Burgess
2025-12-04 20:18     ` Kevin Buettner
2025-12-05  7:14       ` Eli Zaretskii
2025-11-19 10:32   ` [PATCHv2 2/2] gdb: display a symbol more often in multi-file list output Andrew Burgess
2025-12-04 16:53     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox