summaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-6/+6
* Constify some target_so_ops instancesTom Tromey2022-09-201-14/+12
* Rewrite registry.hTom Tromey2022-07-281-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: return early if no execution in darwin_solib_create_inferior_hookSimon Marchi2021-07-041-0/+4
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-32/+32
* Remove symfile_objfile macroTom Tromey2020-10-291-2/+3
* Remove the exec_bfd macroTom Tromey2020-10-291-5/+7
* Change target_read_string APITom Tromey2020-06-151-5/+3
* PR25993, read of freed memoryAlan Modra2020-05-201-1/+1
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger2019-09-201-9/+0
* Introduce bfd_set_filenameTom Tromey2019-09-111-2/+1
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Change solib-darwin.c to use type-safe registryTom Tromey2019-07-101-19/+5
* Remove null_block_symbolTom Tromey2019-03-241-1/+1
* Fix BFD leak in solib-darwin.cTom Tromey2019-02-251-4/+1
* 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