aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch-gen.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-2/+2
2024-03-22Use std::string for disassembler optionsTom Tromey1-2/+2
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-36/+36
2024-02-05gdb: rename target_so_ops to solib_opsSimon Marchi1-2/+2
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-3/+3
2023-12-14gdb: add gdbarch_pseudo_register_write that takes a frameSimon Marchi1-1/+14
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi1-4/+11
2023-12-14gdb: read pseudo register through frameSimon Marchi1-2/+2
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves1-1/+5
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+10
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin1-0/+9
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries1-1/+1
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+13
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+8
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-8/+17
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-2/+0
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-2/+10
2023-02-27Remove old GNU indent directivesTom Tromey1-1/+1
2023-01-03Don't emit gdbarch_return_valueTom Tromey1-1/+0
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-2/+19
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-7/+14
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+11
2022-10-31Use enum for gdbarch's call_dummy_locationTom Tromey1-2/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-30/+30
2022-10-02gdb/gdbarch: add a comment to gdbarch_register_nameAndrew Burgess1-0/+6
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-2/+2
2022-09-20Move solib_ops into gdbarchTom Tromey1-0/+5
2022-07-19[AArch64] MTE corefile supportLuis Machado1-0/+26
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-9/+4
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-2/+2
2022-03-14gdb/gdbarch: remove the predicate function for gdbarch_register_typeAndrew Burgess1-2/+0
2022-03-02Move copyright code from gdbarch.py to new fileTom Tromey1-1/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17Remove gdbarch.shTom Tromey1-64/+64
2021-12-17Split gdbarch.h into two filesTom Tromey1-0/+1608