diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-24 11:41:00 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:09:37 +0100 |
commit | a30b3e182aad25f94de6412efd5d78f7805fb4d3 (patch) | |
tree | 349e87e7cb16ccf37ad4bf6367211c8c423da2a8 /libctf/ChangeLog | |
parent | 6dbf2b734063522b4f3d7403ce7a2b436802b839 (diff) | |
download | gdb-a30b3e182aad25f94de6412efd5d78f7805fb4d3.zip gdb-a30b3e182aad25f94de6412efd5d78f7805fb4d3.tar.gz gdb-a30b3e182aad25f94de6412efd5d78f7805fb4d3.tar.bz2 |
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.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r-- | libctf/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index e4976c4..9478711 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,9 @@ 2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-dump.c: New. + +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-labels.c: New. 2019-05-28 Nick Alcock <nick.alcock@oracle.com> |