commit | 7ab2607f97e5deaeae91018edf3ef5b4255a842c | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Wed Apr 13 17:31:02 2022 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Mon Apr 18 15:48:03 2022 -0400 |
tree | f1fea75412b59b147691af35019eb6d940f062b0 | |
parent | e0c34637019b0a070780b57b50d9026c0aca16f4 [diff] |
gdbsupport: make gdb_abspath return an std::string I'm trying to switch these functions to use std::string instead of char arrays, as much as possible. Some callers benefit from it (can avoid doing a copy of the result), while others suffer (have to make one more copy). Change-Id: Iced49b8ee2f189744c5072a3b217aab5af17a993