aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Convert stap probes to create operationsTom Tromey1-16/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-4/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
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-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+2
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-2/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-317/+0
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-25Add linux_get_hwcapAlan Hayward1-4/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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