Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-25 | Remove regcache_xmalloc | Tom Tromey | 1 | -1/+1 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -2/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-08-03 | Use unique_xmalloc_ptr in jit.c | Tom Tromey | 1 | -14/+5 |
2017-04-12 | Introduce gdb_dlhandle_up | Tom Tromey | 1 | -19/+23 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -15/+15 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-06 | Fix PR11094: JIT breakpoint is not properly recreated on reruns | Pedro Alves | 1 | -1/+5 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -4/+0 |
2016-07-13 | Fix PR cli/18053 | Tom Tromey | 1 | -6/+18 |
2016-07-01 | Extend JIT-reader test and fix GDB problems that exposes | Pedro Alves | 1 | -19/+32 |
2016-03-31 | Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach | Yichao Yu | 1 | -2/+11 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-29 | Add a cast in jit_target_read_impl | Simon Marchi | 1 | -1/+2 |
2015-10-29 | Cast gdb_dlsym return value | Simon Marchi | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -15/+22 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -10/+15 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+4 |
2015-04-14 | Zero supplied stat buffers in functions that pretend to stat | Gary Benson | 1 | -0/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+10 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -8/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -14/+13 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -3/+4 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-05 | Prepare gdb for 64-bit obstacks | Alan Modra | 1 | -4/+5 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -7/+8 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -5/+7 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+4 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -5/+5 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -7/+7 |