Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-21 | Class detached_regcache | Yao Qi | 1 | -6/+5 |
2018-01-22 | Don't call gdbarch_pseudo_register_read_value in jit.c | Yao Qi | 1 | -11/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -2/+4 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+2 |
2017-11-02 | Construct readonly regcache without address space | Yao Qi | 1 | -3/+1 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -2/+2 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+1 |
2017-09-25 | Remove regcache_xfree | Tom Tromey | 1 | -1/+1 |