Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -11/+12 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -6/+4 |
2018-01-30 | s390: Fix gdb.base/all-architectures.exp with --enable-targets=all | Philipp Rudo | 1 | -10/+0 |
2018-01-23 | s390: Clean up s390-linux-tdep.c | Philipp Rudo | 1 | -32/+44 |
2018-01-23 | s390: Move record-replay to s390-tdep.c | Philipp Rudo | 1 | -3961/+0 |
2018-01-23 | s390: Split up s390-linux-tdep.c into two files | Philipp Rudo | 1 | -3150/+6 |
2018-01-23 | s390: gdbarch_tdep add hook for syscall record | Philipp Rudo | 1 | -2/+20 |
2018-01-23 | s390: Hook s390 into OSABI mechanism | Philipp Rudo | 1 | -127/+154 |
2018-01-23 | s390: if -> gdb_assert for tdesc_has_registers check | Philipp Rudo | 1 | -8/+6 |
2018-01-23 | s390: Move tdesc validation to separate function | Philipp Rudo | 1 | -177/+166 |
2018-01-23 | s390: gdbarch_tdep add field tdesc | Philipp Rudo | 1 | -1/+7 |
2018-01-23 | s390: gdbarch_tdep.have_* int -> bool | Philipp Rudo | 1 | -10/+10 |
2018-01-23 | s390: Allocate gdbarch & tdep at start of gdbarch_init | Philipp Rudo | 1 | -42/+65 |
2018-01-23 | s390: Remove duplicate checks for cached gdbarch at init | Philipp Rudo | 1 | -6/+3 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -8/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -7/+11 |
2017-10-12 | C++-ify prologue-value's pv_area | Tom Tromey | 1 | -10/+8 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-25 | S390: Add guarded-storage register support to GDB | Andreas Arnez | 1 | -3/+91 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-07-13 | S390: Add record/replay support for arch12 instructions | Andreas Arnez | 1 | -24/+96 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+0 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -9/+6 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-03-20 | s390: Fix displaced-stepping certain relative branch insns | Andreas Arnez | 1 | -51/+4 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: s390 | Yao Qi | 1 | -3/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -8/+8 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+4 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -11/+3 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-06-21 | S390: Fix typo "s930" -> "s390" | Andreas Arnez | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+0 |
2016-03-13 | gdb/s390: Fill gen_return_address hook. | Marcin Kościelnicki | 1 | -0/+15 |
2016-03-11 | gdb/s390: Fill pseudo register agent expression hooks. | Marcin Kościelnicki | 1 | -0/+84 |
2016-03-09 | S390: Recognize special jumps in prologue parser | Andreas Arnez | 1 | -2/+14 |
2016-03-09 | S390: Add use of unavailable-stack frame ID | Andreas Arnez | 1 | -5/+11 |
2016-03-01 | S390: Fix internal error with stackless inferior | Andreas Arnez | 1 | -2/+4 |
2016-02-18 | gdb/s390: Fill guess_tracepoint_registers hook. | Marcin Kościelnicki | 1 | -0/+35 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |