Age | Commit message (Expand) | Author | Files | Lines |
2024-04-19 | libctf: improve handling of type dumping errors | Nick Alcock | 1 | -1/+2 |
2024-04-19 | libctf: fix tiny dumping error | Nick Alcock | 1 | -3/+2 |
2024-04-19 | libctf: rename ctf_dict.ctf_{symtab,strtab} | Nick Alcock | 1 | -1/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-10-25 | libctf: dump: do not stop dumping types on error | Nick Alcock | 1 | -4/+10 |
2021-03-25 | libctf, dump: do not emit size or alignment if it would error | Nick Alcock | 1 | -5/+7 |
2021-03-18 | libctf: support encodings for enums | Nick Alcock | 1 | -1/+4 |
2021-03-18 | libctf: fix GNU style for do {} while | Nick Alcock | 1 | -1/+2 |
2021-03-02 | libctf: fix signed/unsigned comparison confusion | Nick Alcock | 1 | -2/+2 |
2021-01-05 | libctf, ld: dump enums: generally improve dump formatting | Nick Alcock | 1 | -135/+173 |
2021-01-05 | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 1 | -3/+14 |
2021-01-05 | libctf, ld: more dumper improvements | Nick Alcock | 1 | -37/+33 |
2021-01-05 | libctf, ld: CTF dumper changes for consistency | Nick Alcock | 1 | -11/+39 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-25 | libctf: Pass format argument to asprintf | H.J. Lu | 1 | -1/+1 |
2020-11-20 | libctf: adjust dumper for symtypetab changes | Nick Alcock | 1 | -131/+79 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -11/+11 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -18/+9 |
2020-07-22 | libctf, dump: fix slice dumping | Nick Alcock | 1 | -35/+57 |
2020-07-22 | libctf, dump: migrate towards dumping errors rather than truncation | Nick Alcock | 1 | -10/+10 |
2020-07-22 | libctf, types: enhance ctf_type_aname to print function arg types | Nick Alcock | 1 | -49/+38 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: make ctf_dump not crash on OOM | Nick Alcock | 1 | -22/+31 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 1 | -4/+4 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 1 | -20/+70 |
2019-10-03 | libctf: dump: check the right error values when dumping functions | Nick Alcock | 1 | -1/+2 |
2019-10-03 | libctf: dump: support non-root type dumping | Nick Alcock | 1 | -12/+25 |
2019-10-03 | libctf, binutils: dump the CTF header | Nick Alcock | 1 | -2/+127 |
2019-07-01 | libctf: disambiguate hex output in dumps | Nick Alcock | 1 | -3/+3 |
2019-06-07 | libctf: explicitly cast more size_t types used in printf()s | Nick Alcock | 1 | -7/+9 |
2019-06-04 | libctf: fix use-after-free in function dumping | Nick Alcock | 1 | -1/+1 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -10/+10 |
2019-05-28 | libctf: debug dumping | Nick Alcock | 1 | -0/+595 |