Make find_separate_debug_file* return std::string
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 7c3fd8240ac0b4b0f96cec0531a69f3dc339e1d7..8cd47d8811802431a4eb36565d3b7dd08345f3ba 100644 (file)
@@ -426,7 +426,7 @@ extern struct objfile *symbol_file_add_from_bfd (bfd *, const char *, symfile_ad
 extern void symbol_file_add_separate (bfd *, const char *, symfile_add_flags,
                                      struct objfile *);
 
-extern char *find_separate_debug_file_by_debuglink (struct objfile *);
+extern std::string find_separate_debug_file_by_debuglink (struct objfile *);
 
 /* Create a new section_addr_info, with room for NUM_SECTIONS.  */
 
This page took 0.055763 seconds and 4 git commands to generate.