summaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-13Change objfile to use new/deleteTom Tromey
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-20gdb: Constify solib_findPedro Alves
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-28Revert: solib_global_lookup: Fetch arch from objfile.Ulrich Weigand
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil
2015-07-15Validate symbol file using build-idJan Kratochvil
2015-06-25Correctly notice empty sysroots in solib_find_1Gary Benson
2015-06-25Remove gdb_sysroot NULL checksGary Benson
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson
2015-04-17Introduce exec_file_findGary Benson
2015-04-02Strip "target:" prefix in solib_find if accessing local filesGary Benson
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson
2015-03-12Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-12-05Remove const from many struct objfile *Jan Kratochvil
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-11Delete "Loaded symbols for ..." message, it is redundant.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-24constify solib_addTom Tromey
2014-03-31New option "set print symbol-loading".Doug Evans