summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Split size in regset section iteratorsAlan Hayward2018-08-131-11/+12
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_register_statusSimon Marchi2018-05-301-6/+4
* s390: Fix gdb.base/all-architectures.exp with --enable-targets=allPhilipp Rudo2018-01-301-10/+0
* s390: Clean up s390-linux-tdep.cPhilipp Rudo2018-01-231-32/+44
* s390: Move record-replay to s390-tdep.cPhilipp Rudo2018-01-231-3961/+0
* s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo2018-01-231-3150/+6
* s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2018-01-231-2/+20
* s390: Hook s390 into OSABI mechanismPhilipp Rudo2018-01-231-127/+154
* s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2018-01-231-8/+6
* s390: Move tdesc validation to separate functionPhilipp Rudo2018-01-231-177/+166
* s390: gdbarch_tdep add field tdescPhilipp Rudo2018-01-231-1/+7
* s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2018-01-231-10/+10
* s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2018-01-231-42/+65
* s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2018-01-231-6/+3
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-8/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-7/+11
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-10/+8
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* S390: Add guarded-storage register support to GDBAndreas Arnez2017-09-251-3/+91
* 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