summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove regcache_xmallocTom Tromey2017-09-251-1/+1
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-111-3/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-3/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdbarch_breakpoint_from_pc doesn't return NULLYao Qi2016-11-031-2/+0
* Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand2016-09-061-0/+22
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/linux-record: TASK_COMM_LEN is 16 on ppc tooMarcin Kościelnicki2015-10-301-2/+2
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-301-0/+2
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-4/+2
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-301-8/+8
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-2/+0
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-13/+16
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* [Cell/B.E.] Fix wrong relocation for TLS variable offsetUlrich Weigand2015-08-271-1/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-14/+17
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-241-2/+0
* PR13858 - Can't do displaced stepping with no symbolsPedro Alves2015-04-101-49/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+6
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.Wei-cheng Wang2015-01-211-4/+22