summaryrefslogtreecommitdiff
path: root/gdb/solib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-17/+7
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-48/+45
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-4/+3
* Use ui_out_emit_tupleTom Tromey2017-04-221-5/+1
* Add -file-list-shared-libraries MI commandMarc-Andre Laperle2017-03-201-19/+2
* Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle2017-03-201-18/+10
* Use class to manage BFD reference countsTom Tromey2017-01-101-27/+21
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-22/+17
* gdb: Constify solib_findPedro Alves2016-12-201-4/+4
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-23/+1
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-3/+3
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-8/+24
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-7/+11
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-6/+0
* 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