| commit | 88aad97c21de7a39f8e63467674ef936b3e9a86d | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Wed Jun 19 11:12:28 2024 +0100 |
| committer | Andrew Burgess <aburgess@redhat.com> | Thu Jun 27 15:15:25 2024 +0100 |
| tree | 0e16dd7c4311ff0af6108ff717a182b4de618740 | |
| parent | 973563710c2f7c184fb6769e1b1d0fc5f3f181f5 [diff] |
gdb: add overloads of gdb_abspath Add two overloads of gdb_abspath, one which takes std::string and one which takes gdb::unique_xmalloc_ptr<char>, then make use of these overloads throughout GDB and gdbserver. There should be no user visible changes after this commit. Approved-By: Tom Tromey <tom@tromey.com>