]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: use the location_completer for the list command
authorGuinevere Larsen <guinevere@redhat.com>
Wed, 23 Jul 2025 12:06:22 +0000 (09:06 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Fri, 25 Jul 2025 16:32:43 +0000 (13:32 -0300)
commitc75f4b5c34e4aaec804c32cd44a4cfb0ce32fdfc
treefc956f9f7b94c9688be7ec23b6d4bde33b1f1291
parent9cdccc47441e64b8e67a99b0fff8a6bf5f9a72a0
gdb: use the location_completer for the list command

The "location_completer" function has been available for a long time,
but it was seemingly never used as the completer for the list function.
A quick check through git history shows that a similar completer was
available for the "edit" command but wasn't added to "list" with no
reasoning for it.

I think "list" should use the location_completer, as it is more aware of
the locspec grammar.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/cli/cli-cmds.c