summaryrefslogtreecommitdiff
path: root/gdb/spu-linux-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-03-20spu: Use ptid from regcache instead of inferior_ptidSimon Marchi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-04[spu] Fix C++ build problemsUlrich Weigand
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves
2015-04-14Zero supplied stat buffers in functions that pretend to statGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey
2014-02-19Add target_ops argument to to_post_attachTom Tromey
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-08Fix pointer assignment with different signednessYao Qi
2014-01-08Pass name to symbol_file_add_from_bfdYao Qi
2014-01-07Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves
2013-04-12gdb/Jan Kratochvil
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-09-26 * procfs.c: Add gdb_bfd header.Pierre Muller
2012-07-23 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'Tom Tromey
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey
2012-05-24gdb/Pedro Alves
2012-05-222012-05-22 Pedro Alves <palves@redhat.com>Pedro Alves
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-05-06 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULLUlrich Weigand
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-19ChangeLog:Ulrich Weigand
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand
2009-06-162009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves
2009-04-03 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memoryUlrich Weigand
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves