Searched refs:symfile_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c1320 gdb::unique_xmalloc_ptr<char> symfile_path; member in class:gdb
1324 &symfile_path));
1329 gdb_bfd_ref_ptr debug_bfd (symfile_bfd_open (symfile_path.get ()));
1336 symbol_file_add_separate (debug_bfd.get (), symfile_path.get (),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c1237 gdb::unique_xmalloc_ptr<char> symfile_path; member in class:gdb
1241 &symfile_path));
1246 gdb_bfd_ref_ptr debug_bfd (symfile_bfd_open (symfile_path.get ()));
1254 symbol_file_add_separate (debug_bfd, symfile_path.get (),

Completed in 212 milliseconds