summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* 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
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-317/+0
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Add linux_get_hwcapAlan Hayward2019-03-251-4/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-261-1/+440
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-261-1/+61
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-261-1/+32
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-261-0/+54
* [PowerPC] Don't zero-initialize vector register buffersPedro Franco de Carvalho2018-10-261-20/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+3
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-10/+10
* Split size in regset section iteratorsAlan Hayward2018-08-131-6/+6
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi2018-06-201-5/+6
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* [PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho2018-05-221-0/+7
* [PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho2018-05-221-3/+15
* [PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2018-05-221-18/+64
* [PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho2018-05-221-2/+4
* [PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho2018-05-221-18/+19
* Convert struct target_ops to C++Pedro Alves2018-05-031-5/+5
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Class readonly_detached_regcacheYao Qi2018-02-211-5/+5
* Remove regcache_save and regcache_cpyYao Qi2018-02-211-1/+1
* PowerPC PLT stub matchingAlan Modra2018-01-261-26/+47
* Call cooked_read in ppu2spu_prev_registerYao Qi2018-01-181-5/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* [Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand2017-12-201-0/+4
* [PowerPC] Detect different long double floating-point formatsUlrich Weigand2017-11-211-11/+19
* Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey2017-11-041-13/+4
* Construct readonly regcache without address spaceYao Qi2017-11-021-3/+2
* const-fy regcache::m_aspaceYao Qi2017-11-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki2017-10-111-7/+1
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-5/+4
* Remove regcache_xfreeTom Tromey2017-09-251-1/+1