aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-12gdb: pass inferior to gdbarch_update_pSimon Marchi1-2/+2
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-3/+2
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-22Use std::string for disassembler optionsTom Tromey1-1/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-17/+17
2024-02-12rs6000, unwind-on-each-instruction fix.Carl Love1-6/+47
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-24gdb: make value::allocate_register_lazy store id of next non-inline frameSimon Marchi1-5/+2
2023-12-24gdb: add type parameter to value::allocate_register and add value::allocate_r...Simon Marchi1-9/+4
2023-12-24gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re...Simon Marchi1-6/+4
2023-12-24gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi1-8/+8
2023-12-22gdb: fix refactoring hiccup in rs6000_register_to_valueKévin Le Gouguec1-1/+1
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-2/+2
2023-12-14gdb: make get_frame_register_bytes take the next frameSimon Marchi1-5/+5
2023-12-14gdb: make put_frame_register take the next frameSimon Marchi1-1/+1
2023-12-14gdb: make put_frame_register take an array_viewSimon Marchi1-3/+4
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-26/+26
2023-11-08rs6000, Fix test gdb.base/store.expCarl Love1-1/+64
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-2/+2
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries1-1/+2
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-21Use entry values for 32-bit PPC struct returnTom Tromey1-2/+1
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+19
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-1/+11
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess1-1/+1
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-2/+2
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-1/+2
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-2/+4
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-16/+16
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+0
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger1-1/+1
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-1/+5
2022-11-04PowerPC update comments for the MMA instruction name changes.Carl Love1-30/+43
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-11/+7
2022-10-11gdb: fix auxv cachingSimon Marchi1-2/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-17/+17
2022-09-29Constify target_desc declarationsKeith Seitz1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-08-04Use registry in gdbarchTom Tromey1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-66/+66
2022-04-26Add recording support for the ISA 3.1 PowerPC instructions.Carl Love1-26/+1169
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-18/+18