aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-target.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi1-5/+5
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi1-5/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-9/+7
2020-01-03solib_target_free_so memory leakHannes Domani1-5/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Remove cleanups from solib-target.cTom Tromey1-46/+22
2019-01-10Fix leak in solib-target.c:library_list_start_libraryPedro Alves1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-3/+3
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-8/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-12/+3
2017-10-10Eliminate catch_errorsPedro Alves1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-05-02solib-target: Remove local variablesSimon Marchi1-13/+9
2017-05-02Use std::vector in lm_info_targetSimon Marchi1-29/+16
2017-04-28Class-ify lm_info_targetSimon Marchi1-19/+20
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-42/+43
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-8/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-26Fix cast of xml_find_attribute's return valueSimon Marchi1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-9/+12
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+3
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-2/+0
2015-07-15Validate symbol file using build-idJan Kratochvil1-0/+2
2015-06-10Code cleanup: Use explicit NULL comparisonJan Kratochvil1-1/+1
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil1-6/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans1-2/+3
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki1-1/+1
2013-05-04 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections insteadDoug Evans1-1/+1
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey1-1/+2
2013-01-31 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.Aleksandar Ristovski1-1/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * solib-target.c (solib_target_current_sos): Remove 'const'Pierre Muller1-1/+9