aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)Author
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
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-15Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-10-29New remove-symbol-file command.Nicolas Blanc
2013-09-27Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil
2013-07-222013-07-22 Doug Evans <dje@google.com>Jan Kratochvil
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson