diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-07-13 20:40:52 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-10-03 17:04:55 +0100 |
commit | 5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8 (patch) | |
tree | 3d1ac035f2c596d2fe567637f99f7380faab4ca6 /opcodes/tic30-dis.c | |
parent | d851ecd373a3764581372b10be5b74c9ee98ae08 (diff) | |
download | gdb-5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8.zip gdb-5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8.tar.gz gdb-5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8.tar.bz2 |
libctf: write CTF files to memory, and CTF archives to fds
Before now, we've been able to write CTF files to gzFile descriptors or
fds, and CTF archives to named files only.
Make this a bit less irregular by allowing CTF archives to be written
to fds with the new function ctf_arc_write_fd: also allow CTF
files to be written to a new memory buffer via ctf_write_mem.
(It would be nice to complete things by adding a new function to write
CTF archives to memory, but this is too difficult to do given the short
time the linker is expected to be writing them out: we will transition
to a better format in format v4, though we will always support reading
CTF archives that are stored in .ctf sections.)
include/
* ctf-api.h (ctf_arc_write_fd): New.
(ctf_write_mem): Likewise.
(ctf_gzwrite): Spacing fix.
libctf/
* ctf-archive.c (ctf_arc_write): Split off, and reimplement in terms
of...
(ctf_arc_write_fd): ... this new function.
* ctf-create.c (ctf_write_mem): New.
Diffstat (limited to 'opcodes/tic30-dis.c')
0 files changed, 0 insertions, 0 deletions