summaryrefslogtreecommitdiff
path: root/gdb/solib.c
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Don't assume break/continue inside a TRY block worksPedro Alves2015-10-291-10/+10
* Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi2015-10-131-6/+8
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+5
* Revert: solib_global_lookup: Fetch arch from objfile.Ulrich Weigand2015-08-281-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-63/+1
* Validate symbol file using build-idJan Kratochvil2015-07-151-1/+63
* Correctly notice empty sysroots in solib_find_1Gary Benson2015-06-251-9/+9
* Remove gdb_sysroot NULL checksGary Benson2015-06-251-17/+12
* Make the "info dll" command available on all platform.Joel Brobecker2015-05-061-0/+1
* Allow passing fd == NULL to exec_file_find and solib_findGary Benson2015-04-291-8/+17
* Introduce exec_file_findGary Benson2015-04-171-47/+100
* Strip "target:" prefix in solib_find if accessing local filesGary Benson2015-04-021-16/+35
* Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson2015-04-021-22/+42
* Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson2015-03-121-5/+5
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-23/+35
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-1/+21
* Remove const from many struct objfile *Jan Kratochvil2014-12-051-1/+1
* solib_global_lookup: Fetch arch from objfile, not target_gdbarch.Doug Evans2014-11-061-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Delete "Loaded symbols for ..." message, it is redundant.Doug Evans2014-08-111-7/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify solib_addTom Tromey2014-07-241-1/+1
* New option "set print symbol-loading".Doug Evans2014-03-311-1/+15
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker2013-12-151-0/+10
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New remove-symbol-file command.Nicolas Blanc2013-10-291-0/+19
* Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves2013-09-271-2/+19
* Keep objfile original filenameJan Kratochvil2013-09-241-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil2013-09-041-6/+8
* 2013-07-22 Doug Evans <dje@google.com>Jan Kratochvil2013-07-221-4/+3
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-0/+31
* gdb/Yao Qi2013-06-041-1/+2
* gdb/Jan Kratochvil2013-05-211-16/+16
* * solist.h (struct target_so_ops): New member clear_so.Doug Evans2013-05-061-6/+13
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-4/+0
* PR gdb/7912:Tom Tromey2013-04-221-3/+4
* Do not overwrite so_list's so_name in solib_map_sectionsJoel Brobecker2013-04-111-6/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-14/+14
* 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>Edjunior Barbosa Machado2012-09-281-5/+0
* * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey2012-08-221-1/+1
* * exec.c (exec_close, exec_file_attach): Update.Tom Tromey2012-08-221-4/+4
* * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey2012-07-231-1/+0
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-3/+1