summaryrefslogtreecommitdiff
path: root/gdb/solib-darwin.c
AgeCommit message (Expand)Author
2022-07-28Rewrite registry.hTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-07-04gdb: return early if no execution in darwin_solib_create_inferior_hookSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-06-15Change target_read_string APITom Tromey
2020-05-20PR25993, read of freed memoryAlan Modra
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger
2019-09-11Introduce bfd_set_filenameTom Tromey
2019-09-06bfd_get_filenameAlan Modra
2019-07-10Change solib-darwin.c to use type-safe registryTom Tromey
2019-03-24Remove null_block_symbolTom Tromey
2019-02-25Fix BFD leak in solib-darwin.cTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-09-19Darwin: Handle unrelocated dyld.Xavier Roirand
2018-06-18Use unique_xmalloc_ptr in darwin_current_sosTom Tromey
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey
2018-02-14Constify target_so_ops::bfd_openTom Tromey
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-07-31darwin: handle recent version of dyldXavier Roirand
2017-04-28Class-ify lm_info_darwinSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-04-28Standardize darwin's lm_infoSimon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess
2015-11-23solib-darwin: support PIE for spawned processes.Tristan Gingold
2015-09-25Add some more casts (2/2)Simon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil
2015-07-15Validate symbol file using build-idJan Kratochvil
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-05Remove const from many struct objfile *Jan Kratochvil