summaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-24gdb: make value::allocate_register_lazy store id of next non-inline frameSimon Marchi
2023-12-24gdb: add type parameter to value::allocate_register and add value::allocate_r...Simon Marchi
2023-12-24gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re...Simon Marchi
2023-12-24gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi
2023-12-22gdb: fix refactoring hiccup in rs6000_register_to_valueKévin Le Gouguec
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi
2023-12-14gdb: make get_frame_register_bytes take the next frameSimon Marchi
2023-12-14gdb: make put_frame_register take the next frameSimon Marchi
2023-12-14gdb: make put_frame_register take an array_viewSimon Marchi
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-08rs6000, Fix test gdb.base/store.expCarl Love
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-04-21Use entry values for 32-bit PPC struct returnTom Tromey
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves
2023-03-18Unify arch_float_type and init_float_typeTom Tromey
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-02-27Remove old GNU indent directivesTom Tromey
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love
2022-11-04PowerPC update comments for the MMA instruction name changes.Carl Love
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-11gdb: fix auxv cachingSimon Marchi
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-09-29Constify target_desc declarationsKeith Seitz
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-08-04Use registry in gdbarchTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-04-26Add recording support for the ISA 3.1 PowerPC instructions.Carl Love
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use correct stream for process record outputTom Tromey
2021-12-08ppc: recognize all program trapsJan Vrany
2021-12-08ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instructionJan Vrany
2021-11-18gdb: PowerPC fix gdb.base/break-interp.expCarl Love
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-11-02[gdb/tdep, rs6000] Don't skip system call in skip_prologueTom de Vries
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi