summaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-4/+13
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-291-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+3
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-10/+10
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_offset into methodTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-8/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/tdep] Fix larl handling in s390_displaced_step_fixupTom de Vries2022-12-101-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-7/+7
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-19/+19
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-14/+14
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-21/+21
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-30/+30
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-34/+40
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-11/+12
* gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi2021-07-081-4/+0
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* gdb: fix some indentation issuesSimon Marchi2021-05-271-6/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-2/+2
* trad-frame cleanupsLuis Machado2021-01-191-7/+7
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-9/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-1/+4
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-8/+9
* gdb/s390: Correct recording of "store on condition" insnsAndreas Arnez2020-11-191-3/+14
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-22/+10
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+1
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-2/+2
* Change management of tdesc_arch_dataTom Tromey2020-09-171-6/+4
* Use type_instance_flags more throughoutPedro Alves2020-09-141-6/+7
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-3/+3
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-2/+2
* [tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixupTom de Vries2020-07-291-2/+3
* gdb: remove FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-9/+9
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1