Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 37b281fa54af555a9b34acc04803a33800e96473..9210165cd1419f7d0db3b8bdeb07bdd826a6d324 100644 (file)
@@ -150,8 +150,8 @@ struct type *cp_find_type_baseclass_by_name (struct type *parent_type,
 extern std::unique_ptr<demangle_parse_info> cp_demangled_name_to_comp
      (const char *demangled_name, const char **errmsg);
 
-extern char *cp_comp_to_string (struct demangle_component *result,
-                               int estimated_len);
+extern gdb::unique_xmalloc_ptr<char> cp_comp_to_string
+  (struct demangle_component *result, int estimated_len);
 
 extern void cp_merge_demangle_parse_infos (struct demangle_parse_info *,
                                           struct demangle_component *,
This page took 0.025401 seconds and 4 git commands to generate.