aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-1/+1
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-03-18Remove some cleanups from solib.cTom Tromey1-6/+4
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-7/+5
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-2/+1
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-1/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-32/+24
2018-02-14Move some declarations to source.hTom Tromey1-0/+1
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-29/+23
2018-02-08Remove cleanups from solib.cTom Tromey1-8/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+2
2017-10-13Change objfile to use new/deleteTom Tromey1-2/+2
2017-10-10Eliminate catch_errorsPedro Alves1-3/+13
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-17/+7
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-48/+45
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-4/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-5/+1
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-19/+2
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-18/+10
2017-01-10Use class to manage BFD reference countsTom Tromey1-27/+21
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-22/+17
2016-12-20gdb: Constify solib_findPedro Alves1-4/+4
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-23/+1
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-3/+3
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-8/+24
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-7/+11
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-6/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-10/+10
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi1-6/+8
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+5
2015-08-28Revert: solib_global_lookup: Fetch arch from objfile.Ulrich Weigand1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-63/+1
2015-07-15Validate symbol file using build-idJan Kratochvil1-1/+63
2015-06-25Correctly notice empty sysroots in solib_find_1Gary Benson1-9/+9
2015-06-25Remove gdb_sysroot NULL checksGary Benson1-17/+12
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker1-0/+1
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson1-8/+17
2015-04-17Introduce exec_file_findGary Benson1-47/+100
2015-04-02Strip "target:" prefix in solib_find if accessing local filesGary Benson1-16/+35