aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-6/+6
2022-06-28[gdb/build] Fix gdb build with -fsanitize=thread and gcc 7Tom de Vries1-1/+2
2022-06-02ODR warning for "struct instruction_type"Tom Tromey1-4/+4
2022-04-28Remove "typedef enum ..."Tom Tromey1-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-71/+71
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-2/+2
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-1/+2
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-7/+7
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-17/+17
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+4
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-9/+5
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+2
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-154/+154
2020-09-28Remove target_has_registers macroTom Tromey1-2/+2
2020-09-14Apply 'const' in more placesTom Tromey1-1/+1
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-13/+13
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-04-10Remove some uses of "object_files"Tom Tromey1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-6/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-9/+8
2018-07-22Simple unused variable removalsTom Tromey1-5/+2
2018-07-16Remove unused variables in ia64*tdep.cSimon Marchi1-5/+0
2018-07-16Fix compilation error in ia64-tdep.c with libunwind-ia64Simon Marchi1-15/+9
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_cooked_writeSimon Marchi1-2/+2
2018-05-30Remove regcache_cooked_readSimon Marchi1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-3/+3
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22regcache_cooked_read -> regcache->cooked_readYao Qi1-14/+16
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-10/+10
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-25/+14
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-1/+1