aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-06Add IA64_MAX_FP_REGISTER_SIZEAlan Hayward1-5/+8
2017-05-24Restrict ia64_convert_register_pYao Qi1-0/+1
2017-04-27Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward1-41/+20
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-4/+11
2016-05-19Fix invalid implicit conversions from void *Andreas Schwab1-4/+4
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-24ia64-tdep.c: Remove (void *) castsSimon Marchi1-3/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-15/+15
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-26change minsym representationTom Tromey1-1/+2