aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-13S390: Add record/replay support for arch12 instructionsAndreas Arnez1-24/+96
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-2/+0
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-2/+0
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-9/+6
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-03-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez1-51/+4
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: s390Yao Qi1-3/+3
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-8/+8
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-3/+4
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-11/+3
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-06-21S390: Fix typo "s930" -> "s390"Andreas Arnez1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+0
2016-03-13gdb/s390: Fill gen_return_address hook.Marcin Kościelnicki1-0/+15
2016-03-11gdb/s390: Fill pseudo register agent expression hooks.Marcin Kościelnicki1-0/+84
2016-03-09S390: Recognize special jumps in prologue parserAndreas Arnez1-2/+14
2016-03-09S390: Add use of unavailable-stack frame IDAndreas Arnez1-5/+11
2016-03-01S390: Fix internal error with stackless inferiorAndreas Arnez1-2/+4
2016-02-18gdb/s390: Fill guess_tracepoint_registers hook.Marcin Kościelnicki1-0/+35
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-19[C++] s390: Fix enum gdb_syscall conversionSimon Marchi1-17/+24
2015-11-04gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.Marcin Kościelnicki1-0/+115
2015-11-04gdb: Add process record and replay support for s390.Marcin Kościelnicki1-0/+4401
2015-09-25Add some more casts (2/2)Simon Marchi1-4/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-07S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves1-3/+112
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-02Fix GCC false warningJan Kratochvil1-1/+2
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi1-2/+0
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-6/+5
2015-04-27S390: Vector ABI supportAndreas Arnez1-13/+108
2015-04-27S390: Re-arrange implementation of s390_return_valueAndreas Arnez1-85/+73
2015-04-27S390: Restructure s390_push_dummy_callAndreas Arnez1-290/+200
2015-04-27S390: For zero, let is_power_of_two() return falseAndreas Arnez1-1/+2
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves1-2/+1
2015-03-11S390: Skip prologue using SAL information, if possibleAndreas Arnez1-1/+10
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+5
2015-03-04S390: Name "invisible" registers with the empty string instead of NULLAndreas Arnez1-3/+3
2015-03-04S390: Fix syscall list for s390xAndreas Arnez1-1/+1
2015-03-02S390: Add vector register support to gdbAndreas Arnez1-30/+199
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-1/+7
2015-02-27S390: Fix compiler invocation with "compile" commandAndreas Arnez1-3/+16
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12add s390_gcc_target_optionsJan Kratochvil1-0/+9
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior1-2/+2
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-55/+14