8sa1-binutils-gdb/libctf
Nick Alcock a30b3e182a libctf: debug dumping
This introduces ctf_dump(), an iterator which returns a series of
strings, each representing a debugging dump of one item from a given
section in the CTF file.  The items may be multiline: a callback is
provided to allow the caller to decorate each line as they desire before
the line is returned.

libctf/
	* ctf-dump.c: New.

include/
	* ctf-api.h (ctf_dump_decorate_f): New.
	(ctf_dump_state_t): new.
	(ctf_dump): New.
2019-05-28 17:09:37 +01:00
..
ChangeLog libctf: debug dumping 2019-05-28 17:09:37 +01:00
ctf-archive.c libctf: mmappable archives 2019-05-28 17:07:55 +01:00
ctf-create.c libctf: type copying 2019-05-28 17:08:26 +01:00
ctf-decl.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-dump.c libctf: debug dumping 2019-05-28 17:09:37 +01:00
ctf-error.c libctf: error handling 2019-05-28 17:07:24 +01:00
ctf-hash.c libctf: hashing 2019-05-28 17:07:29 +01:00
ctf-impl.h libctf: library version enforcement 2019-05-28 17:08:29 +01:00
ctf-labels.c libctf: labels 2019-05-28 17:09:30 +01:00
ctf-lookup.c libctf: lookups by name and symbol 2019-05-28 17:08:19 +01:00
ctf-open-bfd.c libctf: ELF file opening via BFD 2019-05-28 17:08:08 +01:00
ctf-open.c libctf: ELF file opening via BFD 2019-05-28 17:08:08 +01:00
ctf-subr.c libctf: library version enforcement 2019-05-28 17:08:29 +01:00
ctf-types.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-util.c
elf.h
swap.h libctf: opening 2019-05-28 17:07:46 +01:00