This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 02/19] include: new header ctf-api.h


Hi Nick,

> This non-installed header is the means by which libctf consumers
> communicate with libctf.

By "non-installed" do you mean that it would not be placed into /usr/include ?
If so, then how do consumers know how to communicate with libctf, given that
they might be compiled without access to the ctf sources ?


> +/* Clients can open one or more CTF containers and obtain a pointer to an
> +   opaque ctf_file_t.  Types are identified by an opaque ctf_id_t token.
> +   They can also open or create read-only archives of CTF containers in a
> +   ctf_archive_t.

Are CTF archives just arbitrary collections of CTF containers or is there more
to them than that ?

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]