summaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-51/+48
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+6
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-14/+14
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-4/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-25/+25
* Remove frame_id_eqTom Tromey2022-10-101-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-21/+21
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+3
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-6/+6
* [gdb/build] Fix gdb build with -fsanitize=thread and gcc 7Tom de Vries2022-06-281-1/+2
* ODR warning for "struct instruction_type"Tom Tromey2022-06-021-4/+4
* Remove "typedef enum ..."Tom Tromey2022-04-281-2/+2
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-71/+71
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-2/+2
* gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi2021-11-151-1/+2
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-7/+7
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-17/+17
* 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