commit | 640713c5a0831bb027684704c9304f999d452a43 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Nov 27 14:34:57 2023 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Tue Nov 28 10:23:18 2023 +0000 |
tree | 37a55d1815c220d991307ab6090883d1635c5906 | |
parent | 4793f551a5aa68522fd5fbbb7e8f621148f410cd [diff] |
gdb: option completion for 'save gdb-index' command Add proper support for option completion to the 'save gdb-index' command. Update save_gdb_index_command function to make use of the new option_def data structures for parsing the '-dwarf-5' option. Approved-By: Tom Tromey <tom@tromey.com>