Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-12-13 | Fix indentation in jit.c | Simon Marchi | 1 | -56/+56 |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 1 | -14/+2 |
2019-12-12 | Make the objfile constructor private | Tom Tromey | 1 | -2/+2 |
2019-12-12 | Replace xmalloc/xfree with vector in jit.c | Simon Marchi | 1 | -5/+4 |
2019-11-28 | jit: minor improvement to debug logging | Mihails Strasuns | 1 | -1/+4 |
2019-11-12 | Make struct symbol inherit from general_symbol_info | Christian Biesinger | 1 | -2/+2 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -3/+3 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -2/+2 |
2019-08-23 | Move gdb-dlfcn.[ch] to gdbsupport/ | Sergio Durigan Junior | 1 | -1/+1 |
2019-08-06 | Use obstack_strdup more | Tom Tromey | 1 | -4/+2 |
2019-07-10 | Change jit.c to use type-safe registry | Tom Tromey | 1 | -29/+10 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-15 | Remove minsym termination | Tom Tromey | 1 | -2/+0 |
2019-01-17 | Change all_objfiles_safe adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-10 | gdb/23712: Use new multidictionary API | Keith Seitz | 1 | -6/+4 |
2019-01-09 | Remove ALL_OBJFILES_SAFE | Tom Tromey | 1 | -4/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Fix a crash in jit.c | Tom Tromey | 1 | -1/+2 |
2018-05-29 | Removing lookup_minimal_symbol_and_objfile | Weimin Pan | 1 | -1/+1 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -2/+2 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -4/+4 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -13/+6 |