aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-07 gdb/Luis Machado1-1/+12
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-4/+4
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-07-06gdb/Jan Kratochvil1-6/+7
2012-05-31* ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptraceEdjunior Barbosa Machado1-10/+13
2012-05-30* ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fixEdjunior Barbosa Machado1-1/+1
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-1/+1
2012-03-02 Fix -Wmissing-prototypes build.Ulrich Weigand1-1/+2
2012-02-12gdb/Jan Kratochvil1-4/+8
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2011-12-21* ppc-linux-nat.c (create_watchpoint_request): Only use rangedAndreas Schwab1-1/+2
2011-12-14gdb/Pedro Alves1-2/+2
2011-10-072011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-22/+16
2011-05-062011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann1-0/+81
2011-04-06 * ppc-linux-nat.c (check_condition): Add len output parameter.Thiago Jung Bauermann1-6/+20
2011-03-312011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-4/+42
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
2011-01-122011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-19/+19
2011-01-112011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann1-35/+61