summaryrefslogtreecommitdiff
path: root/gdb/solib-target.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Constify some target_so_ops instancesTom Tromey2022-09-201-18/+11
* Remove current_target_so_opsTom Tromey2022-09-201-5/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-5/+5
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-5/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-9/+7
* solib_target_free_so memory leakHannes Domani2020-01-031-5/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* bfd_section_* macrosAlan Modra2019-09-191-4/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove cleanups from solib-target.cTom Tromey2019-01-171-46/+22
* Fix leak in solib-target.c:library_list_start_libraryPedro Alves2019-01-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-3/+3
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-8/+12
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-12/+3
* Eliminate catch_errorsPedro Alves2017-10-101-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* solib-target: Remove local variablesSimon Marchi2017-05-021-13/+9
* Use std::vector in lm_info_targetSimon Marchi2017-05-021-29/+16
* Class-ify lm_info_targetSimon Marchi2017-04-281-19/+20
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-42/+43
* Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves2017-03-271-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-8/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix cast of xml_find_attribute's return valueSimon Marchi2015-09-261-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-251-9/+12
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+3
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-2/+0
* Validate symbol file using build-idJan Kratochvil2015-07-151-0/+2
* Code cleanup: Use explicit NULL comparisonJan Kratochvil2015-06-101-1/+1
* Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil2015-06-101-6/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * target.h (struct target_section): Delete member bfd.Doug Evans2013-07-161-2/+3
* * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki2013-06-241-1/+1
* * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections insteadDoug Evans2013-05-041-1/+1