aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Remove make_cleanup_free_soTom Tromey1-18/+6
2017-04-28Class-ify lm_info_svr4Simon Marchi1-6/+8
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-58/+53
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-3/+3
2017-01-10Use class to manage BFD reference countsTom Tromey1-16/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-1/+5
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-9/+0
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi1-2/+2
2015-09-26Fix cast of xml_find_attribute's return valueSimon Marchi1-3/+3
2015-09-25Add some more casts (2/2)Simon Marchi1-16/+28
2015-09-25Add casts to memory allocation related callsSimon Marchi1-10/+10
2015-09-02Initialize yet another variable to silence GCC warning from last-but-one commitSergio Durigan Junior1-1/+1
2015-09-02Initialize variable and silence GCC warning from last commitSergio Durigan Junior1-1/+1
2015-09-02Catching errors on probes-based dynamic linker interfaceSergio Durigan Junior1-3/+40
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+4
2015-08-14Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-16/+47
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-103/+0
2015-07-15Validate symbol file using build-idJan Kratochvil1-0/+103
2015-04-17solib-svr4.c (svr4_exec_displacement): Rename outer "displacement".Doug Evans1-6/+6
2015-03-31Catch exception on solib_svr4_r_ldsomapSergio Durigan Junior1-6/+15
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+13
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-1/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-43/+43
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-1/+1
2014-10-10PR symtab/14466: Work around PR libc/13097 "linux-vdso.so.1"Pedro Alves1-2/+79
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-29Fix library-list.dtd -> library-list-svr4.dtdJan Kratochvil1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-08-06Rename variable with confusing nameSimon Marchi1-17/+17
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-03change probes to be program-space-independentTom Tromey1-10/+17
2014-02-27Prevent compiler warning.Mark Kettenis1-1/+1
2014-02-27Additional PR 8882 fix.Jan Kratochvil1-4/+3
2014-02-26start change to progspace independenceTom Tromey1-5/+5
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-8/+10
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-13replace XZALLOC with XCNEWTom Tromey1-6/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior1-3/+5
2013-11-07PR 11786Doug Evans1-0/+44
2013-10-29Simplify REGISTRY cleanup usagesYao Qi1-5/+1
2013-09-25ChangeLog:Ulrich Weigand1-2/+10
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+14
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans1-4/+4
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki1-1/+1