aboutsummaryrefslogtreecommitdiff
path: root/gdb/spu-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-661/+0
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-18Use bfd_set_filename moreAlan Modra1-2/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-8/+8
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-3/+3
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-04[spu] Fix build breakUlrich Weigand1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-36/+42
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-03-20spu: Use ptid from regcache instead of inferior_ptidSimon Marchi1-0/+10
2017-01-10Use class to manage BFD reference countsTom Tromey1-22/+16
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-04[spu] Fix C++ build problemsUlrich Weigand1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-04-14Zero supplied stat buffers in functions that pretend to statGary Benson1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_post_attachTom Tromey1-1/+1
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi1-1/+3
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-19/+35
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-2/+2
2014-01-08Fix pointer assignment with different signednessYao Qi1-3/+3
2014-01-08Pass name to symbol_file_add_from_bfdYao Qi1-1/+2
2014-01-07Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi1-0/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-12/+13
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-1/+0
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-1/+1
2012-09-26 * procfs.c: Add gdb_bfd header.Pierre Muller1-0/+1
2012-07-23 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey1-2/+7
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-5/+4