aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-3/+3
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-3/+0
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-04Remove a VEC from ppc-linux-nat.cTom Tromey1-28/+30
2019-03-26Fix Powerpc buildAlan Hayward1-0/+1
2019-03-25Add linux_get_hwcapAlan Hayward1-32/+7
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-10-31[PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho1-0/+1
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado1-4/+207
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado1-1/+57
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado1-1/+33
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado1-0/+145
2018-10-26[PowerPC] Fix two if statements in gdb/ppc-linux-nat.cPedro Franco de Carvalho1-2/+2
2018-07-22Remove some unused variablesSimon Marchi1-10/+0
2018-07-03Remove ptid_get_lwpTom Tromey1-16/+16
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-13/+10
2018-05-30Remove regcache_raw_supplySimon Marchi1-10/+8
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
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