diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-24 11:22:03 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:08:26 +0100 |
commit | c499eb6896cd803d26da8c719bfac9c03e596c08 (patch) | |
tree | f36ab930a9817d7e78c17ec720983b1bb64f5374 /libctf/ChangeLog | |
parent | b437bfe0f4cf06559ca4c508a2869383196ddc6b (diff) | |
download | gdb-c499eb6896cd803d26da8c719bfac9c03e596c08.zip gdb-c499eb6896cd803d26da8c719bfac9c03e596c08.tar.gz gdb-c499eb6896cd803d26da8c719bfac9c03e596c08.tar.bz2 |
libctf: type copying
ctf_add_type() allows you to copy types, and all the types they depend
on, from one container to another (writable) container. This lets a
program maintaining multiple distinct containers (not in a parent-child
relationship) introduce types that depend on types in one container in
another writable one, by copying the necessary types.
libctf/
* ctf-create.c (enumcmp): New.
(enumadd): Likewise.
(membcmp): Likewise.
(membadd): Likewise.
(ctf_add_type): Likewise.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r-- | libctf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 93209d0..c0c98d2 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,13 @@ 2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-create.c (enumcmp): New. + (enumadd): Likewise. + (membcmp): Likewise. + (membadd): Likewise. + (ctf_add_type): Likewise. + +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-lookup.c (isqualifier): New. (ctf_lookup_by_name): Likewise. (struct ctf_lookup_var_key): Likewise. |