summaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-2/+2
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-8/+8
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* s390: Fix infcalls passing a single-field struct with static membersAndreas Arnez2019-10-151-3/+18
* s390: Add record/replay support for arch13 instructionsAndreas Arnez2019-10-091-6/+49
* bfd_section_* macrosAlan Modra2019-09-191-3/+1
* s390: Implement 'type_align' gdbarch methodAndreas Arnez2019-08-091-0/+33
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-3/+4
* S390: Fix crash when remote tdesc doesn't define vec128Andreas Arnez2018-10-191-1/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+3
* S390: Fix displaced stepping of "basr r,0"Andreas Arnez2018-07-131-0/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2