summaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Darwin: Handle unrelocated dyld.Xavier Roirand2018-09-191-11/+60
* Use unique_xmalloc_ptr in darwin_current_sosTom Tromey2018-06-181-9/+4
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-3/+2
* Constify target_so_ops::bfd_openTom Tromey2018-02-141-1/+1
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-141-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Eliminate catch_errorsPedro Alves2017-10-101-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* darwin: handle recent version of dyldXavier Roirand2017-07-311-1/+1
* Class-ify lm_info_darwinSimon Marchi2017-04-281-3/+5
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-5/+8
* Standardize darwin's lm_infoSimon Marchi2017-04-281-13/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Use class to manage BFD reference countsTom Tromey2017-01-101-42/+23
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-9/+0
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use TYPE_LENGTH macroAndrew Burgess2015-12-141-4/+4
* solib-darwin: support PIE for spawned processes.Tristan Gingold2015-11-231-27/+93
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+2
* 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-1/+0
* Validate symbol file using build-idJan Kratochvil2015-07-151-0/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-10/+10
* 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
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-2/+0
* solib-darwin: simplify code.Tristan Gingold2014-04-181-18/+2
* darwin: handle recent version of dyldTristan Gingold2014-03-171-2/+5
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu2014-01-071-6/+2
* 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
* Simplify REGISTRY cleanup usagesYao Qi2013-10-291-4/+1
* -Wpointer-sign: gdb_byte -> char.Pedro Alves2013-04-191-3/+3
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+2
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-2/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* solib-darwin.c: handle PIE when attaching processes.Joel Brobecker2012-12-181-2/+80
* PR gdb/14290:Tom Tromey2012-11-281-5/+27
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-8/+8
* * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey2012-08-221-1/+1
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-1/+2
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-2/+1
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-2/+4