Files
binutils-gdb/include
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
..
2019-05-28 17:09:37 +01:00
2018-01-03 17:49:42 +10:30
2019-01-01 21:25:40 +10:30
2019-05-28 17:09:37 +01:00
2019-05-28 17:07:55 +01:00
2019-04-07 20:49:49 +09:30