Age | Commit message (Expand) | Author | Files | Lines |
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 |