Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | libctf: add ctf_ref | Nick Alcock | 5 | -0/+22 |
2020-07-22 | libctf: add ctf_forwardable_kind | Nick Alcock | 3 | -1/+12 |
2020-07-22 | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 3 | -8/+14 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 4 | -11/+203 |
2020-07-22 | libctf, hash: save per-item space when no key/item freeing function | Nick Alcock | 2 | -21/+62 |
2020-07-22 | libctf, hash: improve insertion of existing keys into dynhashes | Nick Alcock | 2 | -2/+7 |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 4 | -0/+122 |
2020-07-22 | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf: add ctf_archive_count | Nick Alcock | 5 | -0/+21 |
2020-07-22 | libctf: add ctf_member_count | Nick Alcock | 5 | -0/+35 |
2020-07-22 | libctf: add ctf_type_kind_forwarded | Nick Alcock | 5 | -0/+30 |
2020-07-22 | libctf: add ctf_type_name_raw | Nick Alcock | 5 | -6/+28 |
2020-07-22 | libctf: having debugging enabled is unlikely | Nick Alcock | 2 | -1/+5 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 4 | -12/+40 |
2020-07-22 | libctf, types: ints, floats and typedefs with no name are invalid | Nick Alcock | 2 | -1/+15 |
2020-07-22 | libctf, types: support slices of anything terminating in an int | Nick Alcock | 3 | -3/+22 |
2020-07-22 | libctf, create: empty dicts are dirty to start with | Nick Alcock | 2 | -0/+5 |
2020-07-22 | libctf, create: fix addition of anonymous struct/union members | Nick Alcock | 2 | -0/+9 |
2020-07-22 | libctf, create: member names of "" and NULL should be the same | Nick Alcock | 2 | -0/+8 |
2020-07-22 | libctf, open: drop unnecessary historical wart around forwards | Nick Alcock | 2 | -9/+8 |
2020-07-22 | libctf, types: allow ctf_type_reference of dynamic slices | Nick Alcock | 2 | -3/+16 |
2020-07-22 | libctf, create: add explicit casts for variables' and slices' types | Nick Alcock | 2 | -2/+7 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 4 | -14/+27 |
2020-07-22 | libctf, create: support addition of references to the unimplemented type | Nick Alcock | 2 | -8/+44 |
2020-07-22 | libctf: restructure error handling to reduce relocations | Nick Alcock | 8 | -114/+159 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 4 | -4/+12 |
2020-07-22 | Correct an error in the remote protocol specification | Reuben Thomas | 2 | -4/+13 |
2020-07-22 | gdb/python: Use reference not pointer in py-registers.c | Andrew Burgess | 2 | -9/+16 |
2020-07-22 | Fix problems in CTF handling code exposed by the Coverity static analysis tool. | Nick Clifton | 4 | -14/+22 |
2020-07-22 | gdb/jit: skip jit symbol lookup if already detected the symbols don't exist | Simon Marchi | 3 | -2/+26 |
2020-07-22 | gdb/jit: apply minor cleanup and modernization | Simon Marchi | 2 | -26/+40 |
2020-07-22 | gdb/jit: remove jiter_objfile_data -> objfile back-link | Simon Marchi | 3 | -8/+7 |
2020-07-22 | gdb/jit: enable tracking multiple JITer objfiles | Tankut Baris Aktemur | 4 | -109/+126 |
2020-07-22 | gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_data | Simon Marchi | 3 | -24/+34 |
2020-07-22 | gdb/jit: apply some simplifications and assertions | Simon Marchi | 2 | -17/+23 |
2020-07-22 | gdb/jit: split jit_objfile_data in two | Simon Marchi | 4 | -31/+57 |
2020-07-22 | gdb/jit: link to jit_objfile_data directly from the objfile struct | Simon Marchi | 4 | -61/+72 |
2020-07-22 | gdb/jit: pass the jiter objfile as an argument to jit_event_handler | Tankut Baris Aktemur | 4 | -15/+34 |
2020-07-22 | MIPS/GAS/testsuite: Fix JALR relocation tests for IRIX targets | Maciej W. Rozycki | 26 | -12/+1857 |
2020-07-22 | MIPS/GAS/testsuite: Use a helper variable for IRIX/non-IRIX test selection | Maciej W. Rozycki | 2 | -5/+7 |
2020-07-22 | gdbserver: handle running threads in qXfer:threads:read | Pedro Alves | 5 | -13/+68 |
2020-07-22 | ld: Properly override the IR definition | H.J. Lu | 13 | -6/+167 |
2020-07-22 | bfd: xtensa: pr26246: fix removed_literal_compare | Max Filippov | 2 | -4/+11 |
2020-07-21 | Retire the now-unused gdbarch handle_segmentation_fault hook. | John Baldwin | 5 | -66/+9 |
2020-07-21 | Migrate the sparc64 ADI handle_segmentation_fault hook to report_signal_info. | John Baldwin | 2 | -6/+14 |
2020-07-21 | Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info. | John Baldwin | 4 | -10/+21 |
2020-07-21 | Report architecture-specific signal information for core files. | John Baldwin | 2 | -1/+9 |
2020-07-21 | Add a new gdbarch hook to report additional signal information. | John Baldwin | 5 | -0/+60 |
2020-07-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-07-21 | gdb/python: Reuse gdb.RegisterGroup objects where possible | Andrew Burgess | 4 | -11/+61 |