GDB (xrefs)
|
Public Member Functions | |
index_wip_file (const char *dir, const char *basename, const char *suffix) | |
void | finalize () |
Public Attributes | |
std::string | filename |
gdb::char_vector | filename_temp |
gdb::optional< gdb::unlinker > | unlink_file |
gdb_file_up | out_file |
Definition at line 1408 of file index-write.c.
|
inline |
Definition at line 1410 of file index-write.c.
References filename, filename_temp, O_BINARY, out_file, perror_with_name(), and unlink_file.
|
inline |
Definition at line 1431 of file index-write.c.
References filename, filename_temp, perror_with_name(), and unlink_file.
Referenced by write_dwarf_index().
std::string index_wip_file::filename |
Definition at line 1442 of file index-write.c.
Referenced by finalize(), and index_wip_file().
gdb::char_vector index_wip_file::filename_temp |
Definition at line 1443 of file index-write.c.
Referenced by finalize(), and index_wip_file().
gdb_file_up index_wip_file::out_file |
Definition at line 1451 of file index-write.c.
Referenced by index_wip_file(), and write_dwarf_index().
gdb::optional<gdb::unlinker> index_wip_file::unlink_file |
Definition at line 1449 of file index-write.c.
Referenced by finalize(), and index_wip_file().