commit | 1217ae6726a867aac7faf8e52271a21788064996 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Wed Jun 19 11:13:46 2024 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Sat Sep 07 20:28:58 2024 +0100 |
tree | 01fb070ea97a429515e400421c6ea7db586541a6 | |
parent | 67b8e30af907d8c19f50343268d7c6db85347ee2 [diff] |
gdb: new extract_single_filename_arg helper function This commit is in preparation for the next few commits, this commit adds a new function extract_single_filename_arg. This new function will be used to convert GDB commands that expect a single filename argument to have these commands take a possibly quoted or escaped string. There's no use of the new function in this commit, for that see the following commits.