aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-24gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi1-2/+2
2023-12-14gdb: add gdbarch_pseudo_register_write that takes a frameSimon Marchi1-0/+32
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-15/+15
2023-12-14gdb: read pseudo register through frameSimon Marchi1-2/+2
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+22
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin1-0/+32
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+22
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+22
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-2/+2
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-2/+2
2023-03-22gdb: remove gdbarch_displaced_step_fixup_pAndrew Burgess1-12/+2
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-0/+26
2023-03-13gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess1-5/+5
2023-03-13gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess1-9/+9
2023-03-13gdbarch: use predefault for more value components within gdbarchAndrew Burgess1-18/+6
2023-03-13gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess1-0/+16
2023-02-27Remove old GNU indent directivesTom Tromey1-1/+1
2023-01-17Remove two unused fields from gdbarchTom Tromey1-4/+0
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-3/+3
2023-01-03Don't emit gdbarch_return_valueTom Tromey1-10/+0
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-11/+24
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-12/+12
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann1-203/+203
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann1-548/+548
2022-11-30[gdb] Improve printing of float formatsTom de Vries1-5/+5
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+22
2022-10-31Use enum for gdbarch's call_dummy_locationTom Tromey1-3/+3
2022-10-31Inline initialization of gdbarch membersTom Tromey1-193/+97
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-15/+15
2022-10-02gdb: add asserts to gdbarch_register_nameAndrew Burgess1-1/+5
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-1/+1
2022-09-20Move solib_ops into gdbarchTom Tromey1-0/+22
2022-08-04Use registry in gdbarchTom Tromey1-2/+2
2022-08-04Use new and delete for gdbarchTom Tromey1-215/+209
2022-08-04Use bool in gdbarchTom Tromey1-1/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-2/+2
2022-07-19[AArch64] MTE corefile supportLuis Machado1-0/+96
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-2/+2
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-469/+469
2022-03-14gdb/gdbarch: compare some fields against 0 verify_gdbarchAndrew Burgess1-0/+11
2022-03-14gdb/gdbarch: remove the predicate function for gdbarch_register_typeAndrew Burgess1-11/+0
2022-03-02Move copyright code from gdbarch.py to new fileTom Tromey1-1/+3
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-267/+267
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17Remove gdbarch.shTom Tromey1-25/+2
2021-12-17Do not sort the fields in gdbarch_dumpTom Tromey1-520/+520