summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-12C++-ify prologue-value's pv_areaTom Tromey
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-25S390: Add guarded-storage register support to GDBAndreas Arnez
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-07-13S390: Add record/replay support for arch12 instructionsAndreas Arnez
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-22gdbarch software_single_step frame_info to regcache: s390Yao Qi
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-06-21S390: Fix typo "s930" -> "s390"Andreas Arnez
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-03-13gdb/s390: Fill gen_return_address hook.Marcin Kościelnicki
2016-03-11gdb/s390: Fill pseudo register agent expression hooks.Marcin Kościelnicki
2016-03-09S390: Recognize special jumps in prologue parserAndreas Arnez
2016-03-09S390: Add use of unavailable-stack frame IDAndreas Arnez
2016-03-01S390: Fix internal error with stackless inferiorAndreas Arnez
2016-02-18gdb/s390: Fill guess_tracepoint_registers hook.Marcin Kościelnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-19[C++] s390: Fix enum gdb_syscall conversionSimon Marchi
2015-11-04gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.Marcin Kościelnicki
2015-11-04gdb: Add process record and replay support for s390.Marcin Kościelnicki
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-07S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-02Fix GCC false warningJan Kratochvil
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-04-27S390: Vector ABI supportAndreas Arnez
2015-04-27S390: Re-arrange implementation of s390_return_valueAndreas Arnez
2015-04-27S390: Restructure s390_push_dummy_callAndreas Arnez
2015-04-27S390: For zero, let is_power_of_two() return falseAndreas Arnez
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-03-11S390: Skip prologue using SAL information, if possibleAndreas Arnez
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-04S390: Name "invisible" registers with the empty string instead of NULLAndreas Arnez
2015-03-04S390: Fix syscall list for s390xAndreas Arnez