summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* S390: Add record/replay support for arch12 instructionsAndreas Arnez2017-07-131-24/+96
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-9/+6
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* s390: Fix displaced-stepping certain relative branch insnsAndreas Arnez2017-03-201-51/+4
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: s390Yao Qi2016-11-221-3/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-8/+8
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-11/+3
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* S390: Fix typo "s930" -> "s390"Andreas Arnez2016-06-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+0
* gdb/s390: Fill gen_return_address hook.Marcin Kościelnicki2016-03-131-0/+15
* gdb/s390: Fill pseudo register agent expression hooks.Marcin Kościelnicki2016-03-111-0/+84
* S390: Recognize special jumps in prologue parserAndreas Arnez2016-03-091-2/+14
* S390: Add use of unavailable-stack frame IDAndreas Arnez2016-03-091-5/+11
* S390: Fix internal error with stackless inferiorAndreas Arnez2016-03-011-2/+4
* gdb/s390: Fill guess_tracepoint_registers hook.Marcin Kościelnicki2016-02-181-0/+35
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] s390: Fix enum gdb_syscall conversionSimon Marchi2015-11-191-17/+24
* gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.users/mwk/record-s390Marcin Kościelnicki2015-11-041-0/+115
* gdb: Add process record and replay support for s390.Marcin Kościelnicki2015-11-041-0/+4401
* Add some more casts (2/2)Simon Marchi2015-09-251-4/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves2015-08-071-3/+112
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Fix GCC false warningJan Kratochvil2015-07-021-1/+2
* Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-241-2/+0
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-6/+5
* S390: Vector ABI supportAndreas Arnez2015-04-271-13/+108
* S390: Re-arrange implementation of s390_return_valueAndreas Arnez2015-04-271-85/+73
* S390: Restructure s390_push_dummy_callAndreas Arnez2015-04-271-290/+200
* S390: For zero, let is_power_of_two() return falseAndreas Arnez2015-04-271-1/+2
* PR13858 - Can't do displaced stepping with no symbolsPedro Alves2015-04-101-2/+1
* S390: Skip prologue using SAL information, if possibleAndreas Arnez2015-03-111-1/+10
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-2/+5
* S390: Name "invisible" registers with the empty string instead of NULLAndreas Arnez2015-03-041-3/+3
* S390: Fix syscall list for s390xAndreas Arnez2015-03-041-1/+1
* S390: Add vector register support to gdbAndreas Arnez2015-03-021-30/+199
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-1/+7
* S390: Fix compiler invocation with "compile" commandAndreas Arnez2015-02-271-3/+16
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* add s390_gcc_target_optionsJan Kratochvil2014-12-121-0/+9
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-2/+2