summaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+4
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-9/+5
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+2
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-154/+154
* Remove target_has_registers macroTom Tromey2020-09-281-2/+2
* Apply 'const' in more placesTom Tromey2020-09-141-1/+1
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-13/+13
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Remove some uses of "object_files"Tom Tromey2019-04-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-6/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-9/+8
* Simple unused variable removalsTom Tromey2018-07-221-5/+2
* Remove unused variables in ia64*tdep.cSimon Marchi2018-07-161-5/+0
* Fix compilation error in ia64-tdep.c with libunwind-ia64Simon Marchi2018-07-161-15/+9
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-3/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* regcache_cooked_read -> regcache->cooked_readYao Qi2018-01-221-14/+16
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-10/+10
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-111-25/+14
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-1/+1
* Add IA64_MAX_FP_REGISTER_SIZEAlan Hayward2017-06-061-5/+8
* Restrict ia64_convert_register_pYao Qi2017-05-241-0/+1
* Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward2017-04-271-41/+20
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-4/+11
* Fix invalid implicit conversions from void *Andreas Schwab2016-05-191-4/+4
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* ia64-tdep.c: Remove (void *) castsSimon Marchi2015-10-241-3/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+2