aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22[PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho1-5/+5
2018-05-22[PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho1-91/+15
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho1-129/+24
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho1-6/+2
2018-05-22[PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho1-24/+6
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho1-40/+16
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-4/+5
2018-05-03target_ops: Use bool throughoutPedro Alves1-12/+12
2018-05-03Convert struct target_ops to C++Pedro Alves1-88/+107
2018-04-06Remove free_value_chainTom Tromey1-24/+9
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-20/+20
2017-10-16Remove cleanup from ppc-linux-nat.cTom Tromey1-8/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward1-2/+2
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-12/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-22Fix checks for VSX and Altivec availability on PowerEdjunior Barbosa Machado1-2/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+3
2015-08-02Unbreak PPC gdb buildsPedro Alves1-13/+13
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-01-14Detect 64-bit-ness in PowerPC Book III-EYao Qi1-1/+1
2015-01-14Move some ppc macros to nat/ppc-linux.hYao Qi1-51/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-1/+1
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-07-142014-07-14 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>Edjunior Barbosa Machado1-0/+5
2014-02-19Add target_ops argument to to_can_accel_watchpoint_conditionTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-2/+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-24/+24
2013-08-02fix PR symtab/15719Tom Tromey1-2/+2
2013-07-222013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>Ulrich Weigand1-4/+15
2013-07-152013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>Ulrich Weigand1-92/+94
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-1/+0
2013-05-172013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>Edjunior Barbosa Machado1-8/+11