summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Fix debug register issues in ppc-linux-natPedro Franco de Carvalho2020-03-301-396/+924
* [PowerPC] Move up some register access routinesPedro Franco de Carvalho2020-03-301-164/+164
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-3/+3
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-3/+0
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove a VEC from ppc-linux-nat.cTom Tromey2019-05-041-28/+30
* Fix Powerpc buildAlan Hayward2019-03-261-0/+1
* Add linux_get_hwcapAlan Hayward2019-03-251-32/+7
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho2018-10-311-0/+1
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-261-4/+207
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-261-1/+57
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-261-1/+33
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-261-0/+145
* [PowerPC] Fix two if statements in gdb/ppc-linux-nat.cPedro Franco de Carvalho2018-10-261-2/+2
* Remove some unused variablesSimon Marchi2018-07-221-10/+0
* Remove ptid_get_lwpTom Tromey2018-07-031-16/+16
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-13/+10
* Remove regcache_raw_supplySimon Marchi2018-05-301-10/+8
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* [PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho2018-05-221-5/+5
* [PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho2018-05-221-91/+15
* [PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2018-05-221-129/+24
* [PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho2018-05-221-6/+2
* [PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho2018-05-221-24/+6
* [PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho2018-05-221-40/+16
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-4/+5
* target_ops: Use bool throughoutPedro Alves2018-05-031-12/+12
* Convert struct target_ops to C++Pedro Alves2018-05-031-88/+107
* Remove free_value_chainTom Tromey2018-04-061-24/+9
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-20/+20
* Remove cleanup from ppc-linux-nat.cTom Tromey2017-10-161-8/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Add PPC_MAX_REGISTER_SIZEAlan Hayward2017-05-221-2/+2
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-12/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix checks for VSX and Altivec availability on PowerEdjunior Barbosa Machado2016-04-221-2/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-031-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+3