]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
include, libctf: API review: ctf_dict_set_flag, ctf_dict_get_flag
authorNick Alcock <nick.alcock@oracle.com>
Mon, 10 Nov 2025 16:04:35 +0000 (16:04 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 9 Dec 2025 13:02:31 +0000 (13:02 +0000)
commit557ce385cd24f6e54e677f69d86de8323eff8c73
treeeac60869a7bf4eef84eafc00b6fa30482b52311d
parent064bf4578547c6da4b83e7910f1c037dff0c19fb
include, libctf: API review: ctf_dict_set_flag, ctf_dict_get_flag

Turn the int this takes into an enum, and rename ctf_dict_get_flag to
ctf_dict_flag because querying functions in this library do not usually
use _get in their names.
include/ctf-api.h
libctf/ctf-api.c
libctf/libctf.ver
libctf/testsuite/libctf-lookup/enumerator-iteration.c