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 1397 of file index-write.c.
|
inline |
Definition at line 1399 of file index-write.c.
References filename, filename_temp, index_wip_file(), O_BINARY, out_file, and unlink_file.
Referenced by index_wip_file().
|
inline |
Definition at line 1420 of file index-write.c.
References filename, filename_temp, and unlink_file.
Referenced by write_dwarf_index().
std::string index_wip_file::filename |
Definition at line 1431 of file index-write.c.
Referenced by finalize(), and index_wip_file().
gdb::char_vector index_wip_file::filename_temp |
Definition at line 1432 of file index-write.c.
Referenced by finalize(), and index_wip_file().
gdb_file_up index_wip_file::out_file |
Definition at line 1440 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 1438 of file index-write.c.
Referenced by finalize(), and index_wip_file().