summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
AgeCommit message (Expand)Author
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-30Remove regcache_cooked_readSimon Marchi
2018-05-22[PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho
2018-05-22[PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-19Convert observers to C++Tom Tromey
2018-02-21Class readonly_detached_regcacheYao Qi
2018-02-21Remove regcache_save and regcache_cpyYao Qi
2018-01-26PowerPC PLT stub matchingAlan Modra
2018-01-18Call cooked_read in ppu2spu_prev_registerYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-20[Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand
2017-11-21[PowerPC] Detect different long double floating-point formatsUlrich Weigand
2017-11-04Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey
2017-11-02Construct readonly regcache without address spaceYao Qi
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-11ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-25Remove regcache_xfreeTom Tromey
2017-09-25Remove regcache_xmallocTom Tromey
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-03gdbarch_breakpoint_from_pc doesn't return NULLYao Qi
2016-09-06Support 128-bit IEEE floating-point types on Intel and PowerUlrich Weigand
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-30gdb/linux-record: TASK_COMM_LEN is 16 on ppc tooMarcin Kościelnicki
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-27[Cell/B.E.] Fix wrong relocation for TLS variable offsetUlrich Weigand
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-21Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.Wei-cheng Wang
2015-01-17Skip-trampoline for PowerPC reverse-stepping.Wei-cheng Wang