summaryrefslogtreecommitdiff
path: root/gdb/rs6000-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-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-07-27Wean gdb and sim off private libbfd.h headerAlan Modra
2016-04-21Fix AIX gdb build with C++ compilerPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-10AIX: Remove exec_one_dummy_insn hackUlrich Weigand
2014-08-07Move errno.h to common-defs.hGary Benson
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-14Use target_xfer_partial_ftype for rs6000_xfer_shared_librariesYao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-08-29thread support broken on ppc-aix.Joel Brobecker
2013-08-23 ARI fix: Push # directives to start of line.Pierre Muller
2013-08-072013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>Ulrich Weigand
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves
2013-05-15ppc-aix core file relocation.Joel Brobecker
2013-05-07rs6000-nat.c:rs6000_core_ldinfo: Remove \n at end of error message.Joel Brobecker
2013-05-07AIX: Change XML to use library-list-aix instead of library-list.Joel Brobecker
2013-05-07Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIXJoel Brobecker
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker
2013-03-26Delete rs6000-nat.c:fixup_breakpoints extern declaration.Joel Brobecker
2013-01-01ppc-aix: .bss relocation problem when overlapping with the .data sectionJoel Brobecker
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-10-02gdb_bfd_unref failed assertion on AIX.Joel Brobecker
2012-09-26 * procfs.c: Add gdb_bfd header.Pierre Muller
2012-08-22 * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey
2012-07-23 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix referenceTom Tromey
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-03-12Add missing prototypes for build in ppx-aix.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-06-07gdb/Jan Kratochvil
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder