diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2020-06-02 21:09:49 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2020-07-22 17:57:37 +0100 |
commit | 9b15cbb7891f6b8b185fed41e5e6ecea0a6a6c36 (patch) | |
tree | f63eea374097ed96af2fb1e2df12648438688265 /libctf/libctf.ver | |
parent | 01d9317436cd824306b9856861408a40bf8da36a (diff) | |
download | gdb-9b15cbb7891f6b8b185fed41e5e6ecea0a6a6c36.zip gdb-9b15cbb7891f6b8b185fed41e5e6ecea0a6a6c36.tar.gz gdb-9b15cbb7891f6b8b185fed41e5e6ecea0a6a6c36.tar.bz2 |
libctf: add ctf_type_kind_forwarded
This is just like ctf_type_kind, except that forwards get the
type of the thing being pointed to rather than CTF_K_FORWARD.
include/
* ctf-api.h (ctf_type_kind_forwarded): New.
libctf/
* ctf-types.c (ctf_type_kind_forwarded): New.
Diffstat (limited to 'libctf/libctf.ver')
-rw-r--r-- | libctf/libctf.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/libctf.ver b/libctf/libctf.ver index 30a0b08..b8c5133 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -63,6 +63,7 @@ LIBCTF_1.0 { ctf_type_size; ctf_type_align; ctf_type_kind; + ctf_type_kind_forwarded; ctf_type_reference; ctf_type_pointer; ctf_type_encoding; |