summaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * utils.c (make_cleanup_bfd_unref): Rename fromTom Tromey2012-07-181-3/+3
* * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.Tom Tromey2012-07-181-6/+13
* * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey2012-07-181-9/+2
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-4/+5
* 2012-05-29 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-05-291-37/+79
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* gdb/Jan Kratochvil2012-03-021-1/+4
* 2012-02-17 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-02-171-2/+22