aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-12/+7
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-5/+5
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-11/+11
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-11/+11
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-3/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-7/+12
2021-03-08Remove union exp_elementTom Tromey1-17/+8
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-3/+17
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-01PowerPC remove 512 bytes region limit if 2nd DAWR is avaliable.Rogerio Alves1-8/+18
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-111/+111
2020-08-14[PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREGPedro Franco de Carvalho1-9/+12
2020-08-14[PowerPC] Use < 0 and >= 0 for watchpoint ptrace callsPedro Franco de Carvalho1-4/+4
2020-03-30[PowerPC] Fix debug register issues in ppc-linux-natPedro Franco de Carvalho1-396/+924
2020-03-30[PowerPC] Move up some register access routinesPedro Franco de Carvalho1-164/+164
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