aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Split size in regset section iteratorsAlan Hayward1-11/+12
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_register_statusSimon Marchi1-6/+4
2018-01-30s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo1-10/+0
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo1-32/+44
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo1-3961/+0
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo1-3150/+6
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo1-2/+20
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo1-127/+154
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo1-8/+6
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo1-177/+166
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo1-1/+7
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo1-10/+10
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo1-42/+65
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo1-6/+3
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-8/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-7/+11
2017-10-12C++-ify prologue-value's pv_areaTom Tromey1-10/+8
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-25S390: Add guarded-storage register support to GDBAndreas Arnez1-3/+91
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
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