summaryrefslogtreecommitdiff
path: root/gdb/common/gdb_tilde_expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/gdb_tilde_expand.h')
-rw-r--r--gdb/common/gdb_tilde_expand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/common/gdb_tilde_expand.h b/gdb/common/gdb_tilde_expand.h
index d0dfb37857c..22860d3969e 100644
--- a/gdb/common/gdb_tilde_expand.h
+++ b/gdb/common/gdb_tilde_expand.h
@@ -24,4 +24,8 @@
the full path. */
extern std::string gdb_tilde_expand (const char *dir);
+/* Same as GDB_TILDE_EXPAND, but return the full path as a
+ gdb::unique_xmalloc_ptr<char>. */
+extern gdb::unique_xmalloc_ptr<char> gdb_tilde_expand_up (const char *dir);
+
#endif /* ! GDB_TILDE_EXPAND_H */