Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Remove cleanups from solib-target.c | Tom Tromey | 1 | -46/+22 |
2019-01-10 | Fix leak in solib-target.c:library_list_start_library | Pedro Alves | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -3/+3 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -8/+12 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -12/+3 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-05-02 | solib-target: Remove local variables | Simon Marchi | 1 | -13/+9 |
2017-05-02 | Use std::vector in lm_info_target | Simon Marchi | 1 | -29/+16 |
2017-04-28 | Class-ify lm_info_target | Simon Marchi | 1 | -19/+20 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -42/+43 |
2017-03-27 | Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Delete target_so_ops->special_symbol_handling hook | Philipp Rudo | 1 | -8/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-26 | Fix cast of xml_find_attribute's return value | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -9/+12 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+3 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -2/+0 |
2015-07-15 | Validate symbol file using build-id | Jan Kratochvil | 1 | -0/+2 |
2015-06-10 | Code cleanup: Use explicit NULL comparison | Jan Kratochvil | 1 | -1/+1 |
2015-06-10 | Fix gdbserver <library-list> and its #FIXED version="1.0" | Jan Kratochvil | 1 | -6/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-16 | * target.h (struct target_section): Delete member bfd. | Doug Evans | 1 | -2/+3 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -1/+1 |
2013-05-04 | * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead | Doug Evans | 1 | -1/+1 |
2013-04-08 | * coffread.c (cs_to_section): Use gdb_bfd_section_index. | Tom Tromey | 1 | -1/+2 |
2013-01-31 | * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo. | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-14 | * solib-target.c (solib_target_current_sos): Remove 'const' | Pierre Muller | 1 | -1/+9 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -2/+0 |
2011-08-05 | 2011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -7/+7 |
2011-07-29 | * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O. | Tom Tromey | 1 | -3/+3 |
2011-02-02 | * xml-support.c (xml_find_attribute): New. | Pedro Alves | 1 | -4/+4 |
2011-01-25 | Simplify XML parsing a bit. | Pedro Alves | 1 | -14/+10 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-06-15 | * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. | Pedro Alves | 1 | -0/+5 |
2010-05-16 | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+4 |