summaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-15/+15
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* change minsym representationTom Tromey2014-02-261-1/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix -Wpointer-sign errors in ia64-tdep.cJoel Brobecker2013-05-011-4/+4
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-12/+12
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-2/+2