Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -12/+12 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -2/+2 |
2022-02-11 | gdb: extend the information printed by 'maint info jit' | Jan Vrany | 1 | -6/+37 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -4/+3 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_DIRNAME macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_FILETABS macro | Simon Marchi | 1 | -4/+4 |
2022-02-04 | gdb: include jit_code_entry::symfile_addr value in names of objfiles created ... | Simon Marchi | 1 | -14/+27 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Send jit.c errors to gdb_stderr | Tom Tromey | 1 | -10/+13 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -2/+2 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -0/+28 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-05-27 | gdb: add breakpoint::locations method | Simon Marchi | 1 | -1/+1 |
2021-05-21 | [gdb/breakpoint] Fix assert in jit_event_handler | Tom de Vries | 1 | -1/+5 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -4/+4 |
2021-01-13 | gdb: convert jit to new-style debug macros | Simon Marchi | 1 | -40/+24 |
2021-01-11 | gdb: change jit_debug to a bool | Simon Marchi | 1 | -9/+9 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-10 | gdb: move bfd_open_from_target_memory to gdb_bfd | Mihails Strasuns | 1 | -83/+2 |
2020-12-04 | gdb: add inferior_execd observable | Simon Marchi | 1 | -2/+7 |
2020-10-25 | gdb: make jit.c use the inferior_created inferior parameter | Simon Marchi | 1 | -17/+10 |
2020-10-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-15 | Use arrays rather than pointers for global string constants | Tom Tromey | 1 | -3/+3 |
2020-07-22 | gdb/jit: skip jit symbol lookup if already detected the symbols don't exist | Simon Marchi | 1 | -2/+13 |
2020-07-22 | gdb/jit: apply minor cleanup and modernization | Simon Marchi | 1 | -26/+27 |
2020-07-22 | gdb/jit: remove jiter_objfile_data -> objfile back-link | Simon Marchi | 1 | -1/+1 |
2020-07-22 | gdb/jit: enable tracking multiple JITer objfiles | Tankut Baris Aktemur | 1 | -108/+63 |
2020-07-22 | gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_data | Simon Marchi | 1 | -24/+17 |
2020-07-22 | gdb/jit: apply some simplifications and assertions | Simon Marchi | 1 | -17/+16 |
2020-07-22 | gdb/jit: split jit_objfile_data in two | Simon Marchi | 1 | -18/+16 |
2020-07-22 | gdb/jit: link to jit_objfile_data directly from the objfile struct | Simon Marchi | 1 | -61/+22 |
2020-07-22 | gdb/jit: pass the jiter objfile as an argument to jit_event_handler | Tankut Baris Aktemur | 1 | -12/+15 |
2020-06-22 | gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptor | Tankut Baris Aktemur | 1 | -13/+13 |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -1/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -0/+1 |
2020-03-04 | Make "gnutarget" const | Tom Tromey | 1 | -1/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-27 | Make symbol_set_names a member function | Christian Biesinger | 1 | -2/+2 |
2019-12-16 | jit: make gdb_symtab::blocks an std::forward_list | Simon Marchi | 1 | -94/+43 |
2019-12-16 | jit: c++-ify gdb_block | Simon Marchi | 1 | -11/+14 |
2019-12-16 | jit: make gdb_object::symtabs an std::forward_list | Simon Marchi | 1 | -18/+16 |
2019-12-16 | jit: c++-ify gdb_symtab | Simon Marchi | 1 | -29/+33 |
2019-12-16 | Fix double-free when creating more than one block in JIT debug info reader | Simon Marchi | 1 | -0/+1 |