aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Rewrite registry.hTom Tromey1-1/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-04gdb: return early if no execution in darwin_solib_create_inferior_hookSimon Marchi1-0/+4
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-32/+32
2020-10-29Remove symfile_objfile macroTom Tromey1-2/+3
2020-10-29Remove the exec_bfd macroTom Tromey1-5/+7
2020-06-15Change target_read_string APITom Tromey1-5/+3
2020-05-20PR25993, read of freed memoryAlan Modra1-1/+1
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-9/+0
2019-09-11Introduce bfd_set_filenameTom Tromey1-2/+1
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-07-10Change solib-darwin.c to use type-safe registryTom Tromey1-19/+5
2019-03-24Remove null_block_symbolTom Tromey1-1/+1
2019-02-25Fix BFD leak in solib-darwin.cTom Tromey1-4/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-19Darwin: Handle unrelocated dyld.Xavier Roirand1-11/+60
2018-06-18Use unique_xmalloc_ptr in darwin_current_sosTom Tromey1-9/+4
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-3/+2
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-1/+1
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-07-31darwin: handle recent version of dyldXavier Roirand1-1/+1
2017-04-28Class-ify lm_info_darwinSimon Marchi1-3/+5
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-5/+8
2017-04-28Standardize darwin's lm_infoSimon Marchi1-13/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-10Use class to manage BFD reference countsTom Tromey1-42/+23
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-9/+0
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess1-4/+4
2015-11-23solib-darwin: support PIE for spawned processes.Tristan Gingold1-27/+93
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
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-1/+0
2015-07-15Validate symbol file using build-idJan Kratochvil1-0/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-10/+10
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