Age | Commit message (Expand) | Author | Files | Lines |
2022-04-28 | libctf: add a comment explaining how to use ctf_*open | Nick Alcock | 1 | -1/+7 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-05-06 | libctf, include: support an alternative encoding for nonrepresentable types | Nick Alcock | 1 | -0/+1 |
2021-03-02 | libctf, include: remove the nondeduplicating CTF linker | Nick Alcock | 1 | -1/+2 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 1 | -0/+4 |
2021-02-04 | libctf: prohibit nameless ints, floats, typedefs and forwards | Nick Alcock | 1 | -2/+3 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 1 | -0/+9 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 1 | -1/+6 |
2021-01-05 | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 1 | -2/+3 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 1 | -13/+17 |
2020-11-20 | libctf, include: add ctf_getsymsect and ctf_getstrsect | Nick Alcock | 1 | -0/+2 |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 1 | -0/+6 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -0/+5 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -7/+11 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -6/+12 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -119/+126 |
2020-10-21 | Remove libctf/mkerrors.sed | Tom Tromey | 1 | -58/+69 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -0/+3 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 1 | -0/+3 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -0/+6 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -1/+5 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -5/+4 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -1/+7 |
2020-07-22 | libctf: error out on corrupt CTF with invalid header flags | Nick Alcock | 1 | -2/+3 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -4/+29 |
2020-07-22 | libctf: add ctf_ref | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: add ctf_archive_count | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: add ctf_member_count | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: add ctf_type_kind_forwarded | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: add ctf_type_name_raw | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: restructure error handling to reduce relocations | Nick Alcock | 1 | -52/+54 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 1 | -3/+3 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 1 | -0/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 1 | -2/+2 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 1 | -1/+2 |
2019-10-03 | libctf: installable libctf as a shared library | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 1 | -1/+0 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 1 | -0/+10 |
2019-10-03 | libctf: add linking of the variable section | Nick Alcock | 1 | -1/+2 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 1 | -2/+37 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 1 | -1/+4 |
2019-10-03 | libctf: Add iteration over non-root types | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 1 | -0/+2 |
2019-07-18 | libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw | Nick Alcock | 1 | -1/+4 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -7/+5 |
2019-05-28 | libctf: debug dumping | Nick Alcock | 1 | -0/+7 |