gdb: resume ongoing step after handling fork or vfork
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
2022-01-16  Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-28  Simon Marchigdb: remove gdbarch_info_init
2021-06-07  Carl LoveAdd Power 10 PLT instruction patterns
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-13  Luis MachadoFix build failure for 32-bit targets with --enable...
2021-04-12  Will Schmidt[PATCH] gdb-power10-single-step
2021-04-12  Will Schmidt[PATCH, rs6000, v3][PR gdb/27525] displaced stepping...
2021-04-12  Carl LoveRS6000 Add support to print vector register contents...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-01-19  Luis Machadotrad-frame cleanups
2021-01-19  Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-04  Luis MachadoRefactor struct trad_frame_saved_regs
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Simon Marchigdb: make displaced stepping implementation capable...
2020-12-04  Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30  Simon Marchigdb: introduce displaced_debug_printf
2020-10-30  Simon Marchigdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown...
2020-10-29  Simon Marchigdb: remove parameter of gdbarch_displaced_step_hw_sing...
2020-10-20  Simon Marchigdb: make gdbarch_displaced_step_hw_singlestep return...
2020-09-17  Tom TromeyChange management of tdesc_arch_data
2020-09-14  Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-24  Tom TromeyRename "variant" to "ppc_variant"
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-02-18  Bernd EdlingerFix build with gcc-4.8.x
2020-02-14  Simon Marchigdb: introduce displaced_step_closure_up type alias
2020-02-14  Simon Marchigdb: make gdbarch_displaced_step_copy_insn return an...
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-19  Alan Modrabfd_section_* macros
2019-04-23  Andrew Burgessgdb/rs6000: Use default gdbarch methods where possible
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-14  Pedro Franco de... [PowerPC] Aliases for vector registers
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-01  Joel Brobeckerrs6000-tdep.c:skip_prologue avoid negative left shift
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for HTM registers
2018-10-26  Pedro Franco de... [PowerPC] Reject tdescs with VSX and no FPU or Altivec
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for EBB and PMU registers
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for TAR
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for PPR and DSCR
2018-10-26  Pedro Franco de... [PowerPC] Refactor have_ initializers in rs6000-tdep.c
2018-10-26  Pedro Franco de... [PowerPC] Remove rs6000_pseudo_register_reggroup_p
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-08-27  Tom TromeyUse CORE_ADDR_MAX in various "breaks" arrays
2018-07-22  Simon MarchiFix -Wunused-variable warnings related to conditional...
2018-07-11  Alan HaywardRename tdesc_register_size to tdesc_register_bitsize
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30  Simon MarchiRemove regcache_raw_collect
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_raw_write_part
2018-05-30  Simon MarchiRemove regcache_raw_write
2018-05-22  Pedro Franco de... [PowerPC] Fix inclusion of dfp pseudoregs in tdep
2018-05-22  Pedro Franco de... [PowerPC] Fix VSX registers in linux core files
2018-05-22  Pedro Franco de... [PowerPC] Fix access to VSCR in linux targets
2018-05-05  Tom TromeyAdd two fall-through comments in rs6000-tdep.c
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-03-22  Pedro Franco de... ppc: Fix stwux and stdux masks in skip_prologue
2018-03-22  Pedro Franco de... ppc: Detect when LR is saved through frame pointer
2018-02-21  Yao Qiclass readable_regcache and pass readable_regcache...
2018-02-05  Jan Kratochvilppc64: Fix stwux encoding
2018-01-31  Nikola PricaFix for prologue processing on PowerPC
2018-01-26  Alan ModraPowerPC PLT stub matching
2018-01-22  Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-21  Uros BizjakRemove write-only assignment in rs6000-tdep.c
2017-11-21  Ulrich Weigand[PowerPC] Detect different long double floating-point...
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-06  Ulrich WeigandTarget FP: Remove convert_typed_floating from tdep...
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21  Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-13  Simon MarchiRemove simple_displaced_step_copy_insn
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-07  Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-06-09  Simon Marchigdbarch: Remove displaced_step_free_closure
2017-05-24  Yao QiUse disassemble.c:disassembler select rs6000 disassembler
2017-05-22  Alan HaywardAdd PPC_MAX_REGISTER_SIZE
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-28  Peter BergnerGDB: Add support for the new set/show disassembler...
2017-02-21  Edjunior Barbosa... [ppc64] Add POWER8/ISA 2.07 atomic sequences single...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-09  Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-22  Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
next
This page took 0.801582 seconds and 106 git commands to generate.