aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-22/+42
2015-03-12Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson1-5/+5
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-23/+35
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-1/+21
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-1/+1
2014-11-06solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-11Delete "Loaded symbols for ..." message, it is redundant.Doug Evans1-7/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-24constify solib_addTom Tromey1-1/+1
2014-03-31New option "set print symbol-loading".Doug Evans1-1/+15
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-15Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker1-0/+10
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29New remove-symbol-file command.Nicolas Blanc1-0/+19
2013-09-27Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves1-2/+19
2013-09-24Keep objfile original filenameJan Kratochvil1-1/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+1
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-6/+8