Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | Adjust coredump-filter.exp to account for NT_FILE note handling | Kevin Buettner | 3 | -1/+35 |
2020-07-22 | gcore command: Place all file-backed mappings in NT_FILE note | Kevin Buettner | 1 | -4/+37 |
2020-07-22 | Add test for accessing read-only mmapped data in a core file | Kevin Buettner | 3 | -3/+36 |
2020-07-22 | Use NT_FILE note section for reading core target memory | Kevin Buettner | 3 | -71/+286 |
2020-07-22 | Add new gdbarch method, read_core_file_mappings | Kevin Buettner | 6 | -0/+67 |
2020-07-22 | Update binary_get_section_contents to seek using section's file position | Kevin Buettner | 2 | -6/+11 |
2020-07-22 | Test ability to access unwritten-to mmap data in core file | Kevin Buettner | 3 | -1/+29 |
2020-07-22 | Provide access to non SEC_HAS_CONTENTS core file sections | Kevin Buettner | 3 | -8/+57 |
2020-07-22 | section_table_xfer_memory: Replace section name with callback predicate | Kevin Buettner | 6 | -14/+33 |
2020-07-22 | Adjust corefile.exp test to show regression after bfd hack removal | Kevin Buettner | 2 | -0/+10 |
2020-07-22 | Remove hack for GDB which sets the section size to 0 | Kevin Buettner | 2 | -8/+4 |
2020-07-22 | Fix crash in -stack-list-arguments | Tom Tromey | 7 | -3/+148 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 4 | -8/+21 |
2020-07-22 | libctf: fix isspace casts | Nick Alcock | 2 | -3/+7 |
2020-07-22 | libctf, binutils: fix big-endian libctf archive opening | Nick Alcock | 2 | -1/+6 |
2020-07-22 | ld, testsuite: do not run CTF tests at all on non-ELF for now | Nick Alcock | 2 | -0/+9 |
2020-07-22 | ld: do not produce one empty output .ctf section for every input .ctf | Nick Alcock | 2 | -1/+9 |
2020-07-22 | ld, testsuite: only run CTF tests when ld and GCC support CTF | Nick Alcock | 7 | -6/+91 |
2020-07-22 | ld: new CTF testsuite | Egeyar Bagcioglu | 74 | -0/+1833 |
2020-07-22 | binutils, testsuite: allow compilation before doing run_dump_test | Nick Alcock | 2 | -5/+58 |
2020-07-22 | ld: new options --ctf-variables and --ctf-share-types | Nick Alcock | 7 | -1/+107 |
2020-07-22 | ld: Reformat CTF errors into warnings. | Egeyar Bagcioglu | 2 | -10/+19 |
2020-07-22 | binutils: objdump: ctf: drop incorrect linefeeds | Nick Alcock | 2 | -4/+9 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 6 | -2/+701 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 4 | -1/+14 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 14 | -24/+3401 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 7 | -2/+65 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 6 | -12/+139 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 7 | -1/+48 |
2020-07-22 | libctf, link: fix spurious conflicts of variables in the variable section | Nick Alcock | 2 | -1/+6 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 7 | -32/+135 |
2020-07-22 | libctf, link: fix ctf_link_write fd leak | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 9 | -133/+611 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 4 | -8/+9 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 5 | -8/+67 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 4 | -28/+50 |
2020-07-22 | libctf: check for vasprintf | Nick Alcock | 4 | -12/+32 |
2020-07-22 | libctf, archive: fix bad error message | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 4 | -26/+70 |
2020-07-22 | libctf, dump: fix slice dumping | Nick Alcock | 2 | -35/+65 |
2020-07-22 | libctf, dump: migrate towards dumping errors rather than truncation | Nick Alcock | 2 | -10/+19 |
2020-07-22 | libctf, decl: avoid leaks of the formatted string on error | Nick Alcock | 2 | -1/+9 |
2020-07-22 | libctf, types: enhance ctf_type_aname to print function arg types | Nick Alcock | 3 | -50/+89 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 14 | -3/+235 |
2020-07-22 | libctf, types: ensure the emission of ECTF_NOPARENT | Egeyar Bagcioglu | 2 | -1/+5 |
2020-07-22 | libctf: error out on corrupt CTF with invalid header flags | Nick Alcock | 5 | -3/+18 |
2020-07-22 | libctf: pass the thunk down properly when wrapping qsort_r | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 5 | -1/+305 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 9 | -10/+606 |
2020-07-22 | libctf: add ctf_ref | Nick Alcock | 5 | -0/+22 |