aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Change gdbarch_inner_than to return boolTom Tromey1-2/+2
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-1/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+6
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+5
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-0/+6
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-0/+4
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+4
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey1-10/+5
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-6/+0
2021-03-24New gdbarch memory tagging hooksLuis Machado1-0/+22
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi1-2/+1
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi1-3/+1
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi1-1/+1
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner1-0/+12
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-1/+1
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+4
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-1/+2
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-04-30Add initial type alignment supportTom Tromey1-0/+4
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+5
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-12/+0
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-0/+6
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-7/+0
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-0/+2
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-39/+42
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+4
2016-11-03Add default_breakpoint_from_pcYao Qi1-16/+6
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-3/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-17/+33
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+28
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-0/+13
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-0/+5
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+3
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki1-0/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-2/+1