aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-spu.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-547/+0
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-18Use bfd_set_filename moreAlan Modra1-2/+1
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-1/+2
2019-07-10Change solib-spu.c to use type-safe registryTom Tromey1-7/+5
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-24Remove null_block_symbolTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+3
2018-05-03Convert struct target_ops to C++Pedro Alves1-3/+3
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-10Use class to manage BFD reference countsTom Tromey1-19/+16
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-22solib-spu: Add gdb_byte* castSimon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
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-04-14Zero supplied stat buffers in functions that pretend to statGary Benson1-0/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-12/+12
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
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-26start change to progspace independenceTom Tromey1-3/+3
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-8/+8
2014-02-26change minsym representationTom Tromey1-3/+3
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-04-19-Wpointer-sign: gdb_byte -> char.Pedro Alves1-1/+1
2013-04-12gdb/Jan Kratochvil1-1/+3
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-3/+3
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-6/+4
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-4/+5