Age | Commit message (Expand) | Author | Files | Lines |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-13 | Constify arguments of gdb_bfd_lookup_symbol and related functions | Simon Marchi | 1 | -2/+2 |
2015-09-26 | Fix cast of xml_find_attribute's return value | Simon Marchi | 1 | -3/+3 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -16/+28 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -10/+10 |
2015-09-02 | Initialize yet another variable to silence GCC warning from last-but-one commit | Sergio Durigan Junior | 1 | -1/+1 |
2015-09-02 | Initialize variable and silence GCC warning from last commit | Sergio Durigan Junior | 1 | -1/+1 |
2015-09-02 | Catching errors on probes-based dynamic linker interface | Sergio Durigan Junior | 1 | -3/+40 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+4 |
2015-08-14 | Add support for DT_MIPS_RLD_MAP_REL. | Matthew Fortune | 1 | -16/+47 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+2 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -103/+0 |
2015-07-15 | Validate symbol file using build-id | Jan Kratochvil | 1 | -0/+103 |
2015-04-17 | solib-svr4.c (svr4_exec_displacement): Rename outer "displacement". | Doug Evans | 1 | -6/+6 |
2015-03-31 | Catch exception on solib_svr4_r_ldsomap | Sergio Durigan Junior | 1 | -6/+15 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+13 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -1/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -43/+43 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-05 | Remove const from many struct objfile * | Jan Kratochvil | 1 | -1/+1 |
2014-10-10 | PR symtab/14466: Work around PR libc/13097 "linux-vdso.so.1" | Pedro Alves | 1 | -2/+79 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-29 | Fix library-list.dtd -> library-list-svr4.dtd | Jan Kratochvil | 1 | -1/+1 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-06 | Rename variable with confusing name | Simon Marchi | 1 | -17/+17 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -10/+17 |
2014-02-27 | Prevent compiler warning. | Mark Kettenis | 1 | -1/+1 |
2014-02-27 | Additional PR 8882 fix. | Jan Kratochvil | 1 | -4/+3 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -5/+5 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -8/+10 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -5/+5 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -6/+6 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Sanitize access to gdbarch on the SDT probe API (and fix ARM bug) | Sergio Durigan Junior | 1 | -3/+5 |
2013-11-07 | PR 11786 | Doug Evans | 1 | -0/+44 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 1 | -5/+1 |
2013-09-25 | ChangeLog: | Ulrich Weigand | 1 | -2/+10 |
2013-07-24 | 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+14 |
2013-07-16 | * target.h (struct target_section): Delete member bfd. | Doug Evans | 1 | -4/+4 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -1/+1 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -31/+657 |
2013-05-21 | 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+2 |
2013-05-06 | * solist.h (struct target_so_ops): New member clear_so. | Doug Evans | 1 | -0/+9 |
2013-04-19 | -Wpointer-sign: gdb_byte -> char. | Pedro Alves | 1 | -3/+3 |
2013-04-08 | Add const to lm_addr_check. | Aleksandar Ristovski | 1 | -1/+1 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-31 | * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo. | Aleksandar Ristovski | 1 | -3/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-13 | * solib-svr4.c (enable_break): Use SECT_OFF_TEXT. | Tom Tromey | 1 | -1/+1 |