summaryrefslogtreecommitdiff
path: root/gdb/solib.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-18/+25
* Remove null_block_symbolTom Tromey2019-03-241-1/+1
* Change minimal_symbol inheritanceTom Tromey2019-03-151-2/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-4/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Change program_space::added_solibs to a std::vectorTom Tromey2018-05-291-1/+1
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Convert observers to C++Tom Tromey2018-03-191-5/+5
* Remove some cleanups from solib.cTom Tromey2018-03-181-6/+4
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-7/+5
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-2/+1
* Constify target_so_ops::bfd_openTom Tromey2018-02-141-1/+1
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-32/+24
* Move some declarations to source.hTom Tromey2018-02-141-0/+1
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-141-29/+23
* Remove cleanups from solib.cTom Tromey2018-02-081-8/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-2/+2
* Change objfile to use new/deleteTom Tromey2017-10-131-2/+2
* Eliminate catch_errorsPedro Alves2017-10-101-3/+13
* 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