aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado1-1/+440
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado1-1/+61
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado1-1/+32
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado1-0/+54
2018-10-26[PowerPC] Don't zero-initialize vector register buffersPedro Franco de Carvalho1-20/+2
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+3
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-10/+10
2018-08-13Split size in regset section iteratorsAlan Hayward1-6/+6
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi1-5/+6
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_cooked_readSimon Marchi1-1/+1
2018-05-22[PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho1-0/+7
2018-05-22[PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho1-3/+15
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho1-18/+64
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho1-2/+4
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho1-18/+19
2018-05-03Convert struct target_ops to C++Pedro Alves1-5/+5
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-02-21Class readonly_detached_regcacheYao Qi1-5/+5
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-1/+1
2018-01-26PowerPC PLT stub matchingAlan Modra1-26/+47
2018-01-18Call cooked_read in ppu2spu_prev_registerYao Qi1-5/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-20[Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand1-0/+4
2017-11-21[PowerPC] Detect different long double floating-point formatsUlrich Weigand1-11/+19
2017-11-04Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey1-13/+4
2017-11-02Construct readonly regcache without address spaceYao Qi1-3/+2
2017-11-02const-fy regcache::m_aspaceYao Qi1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-6/+6
2017-10-11ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki1-7/+1
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-5/+4
2017-09-25Remove regcache_xfreeTom Tromey1-1/+1
2017-09-25Remove regcache_xmallocTom Tromey1-1/+1
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-3/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-3/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03gdbarch_breakpoint_from_pc doesn't return NULLYao Qi1-2/+0
2016-09-06Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand1-0/+22
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-30gdb/linux-record: TASK_COMM_LEN is 16 on ppc tooMarcin Kościelnicki1-2/+2
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki1-0/+2
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki1-4/+2
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki1-8/+8
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki1-2/+0
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-13/+16
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2