summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
Commit message (Expand)AuthorAgeFilesLines
* Handle 64-bit Solaris/x86 ld.so.1Rainer Orth2018-09-191-1/+5
* Make read_program_headers_from_bfd return a gdb::byte_vectorSimon Marchi2018-08-221-37/+21
* Make read_program_header return a gdb::byte_vectorSimon Marchi2018-08-221-71/+60
* Fix formatting in solib-svr4.cSimon Marchi2018-08-191-4/+4
* Fix debugging of stripped PIE executables with padded PT_TLSMichael Spang2018-08-191-2/+6
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-181-58/+59
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-11/+12
* Convert struct target_ops to C++Pedro Alves2018-05-031-9/+9
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-3/+3
* Remove some cleanups from solib-svr4.cTom Tromey2018-03-301-46/+16
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-6/+4
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-8/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-18/+18
* Get rid of VEC(probe_p)Simon Marchi2017-10-271-20/+9
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-12/+4
* Eliminate catch_errorsPedro Alves2017-10-101-8/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove make_cleanup_free_soTom Tromey2017-08-031-18/+6
* Class-ify lm_info_svr4Simon Marchi2017-04-281-6/+8
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-58/+53
* Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle2017-03-201-3/+3
* Use class to manage BFD reference countsTom Tromey2017-01-101-16/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-1/+5
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-9/+0
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi2015-10-131-2/+2
* Fix cast of xml_find_attribute's return valueSimon Marchi2015-09-261-3/+3
* Add some more casts (2/2)Simon Marchi2015-09-251-16/+28
* Add casts to memory allocation related callsSimon Marchi2015-09-251-10/+10
* Initialize yet another variable to silence GCC warning from last-but-one commitSergio Durigan Junior2015-09-021-1/+1
* Initialize variable and silence GCC warning from last commitSergio Durigan Junior2015-09-021-1/+1
* Catching errors on probes-based dynamic linker interfaceSergio Durigan Junior2015-09-021-3/+40
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+4
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-08-141-16/+47
* 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-103/+0
* Validate symbol file using build-idJan Kratochvil2015-07-151-0/+103
* solib-svr4.c (svr4_exec_displacement): Rename outer "displacement".Doug Evans2015-04-171-6/+6
* Catch exception on solib_svr4_r_ldsomapSergio Durigan Junior2015-03-311-6/+15
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+13
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-1/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-43/+43
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove const from many struct objfile *Jan Kratochvil2014-12-051-1/+1
* PR symtab/14466: Work around PR libc/13097 "linux-vdso.so.1"Pedro Alves2014-10-101-2/+79
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0