Age | Commit message (Expand) | Author | Files | Lines |
2018-04-27 | Enable -Wsuggest-override | Tom Tromey | 1 | -2/+2 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-12 | Use gdb::byte_vector when reading section data | Tom Tromey | 1 | -31/+22 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -3/+3 |
2018-02-01 | Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_str | Yao Qi | 1 | -172/+329 |
2018-02-01 | set ret signed in arm_record_extension_space | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -4/+4 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -4/+4 |
2017-10-30 | Introduce in_inclusive_range, fix -Wtautological-compare warnings | Simon Marchi | 1 | -4/+4 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -8/+8 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -85/+88 |
2017-10-12 | C++-ify prologue-value's pv_area | Tom Tromey | 1 | -42/+31 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-10-06 | gdb: Fix decoding of ARM neon memory hint insns. | Jose E. Marchesi | 1 | -2/+2 |
2017-09-27 | Complete tdep move to convert_typed_floating | Ulrich Weigand | 1 | -42/+3 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-18 | [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flags | Yao Qi | 1 | -0/+8 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -4/+1 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -24/+6 |
2017-04-25 | Change gdbarch_wchar_bit for AArch64 and ARM | Yao Qi | 1 | -1/+0 |
2017-04-21 | release branch: Fix: --enable-werror | Jan Kratochvil | 1 | -0/+2 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+7 |
2017-04-11 | Remove MAX_REGISTER_SIZE from arm-tdep.c | Alan Hayward | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify struct disassemble_info's disassembler_options field | Pedro Alves | 1 | -1/+1 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 1 | -0/+3 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+3 |
2017-03-16 | Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record | Yao Qi | 1 | -2/+2 |
2017-03-16 | Fix arm process record for some instructions | Yao Qi | 1 | -77/+228 |
2017-03-16 | Add instruction_reader to arm process record | Yao Qi | 1 | -9/+37 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -49/+57 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -9/+4 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -1/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -5/+0 |
2016-12-09 | Use code cache in arm prologue analyzer | Yao Qi | 1 | -19/+19 |
2016-11-30 | [ARM] Read memory as unsigned integer | Yao Qi | 1 | -8/+9 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-08 | Use ui_file_as_string in gdb/arm-tdep.c | Pedro Alves | 1 | -3/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -7/+3 |
2016-11-08 | Clear addr bit in next_pcs vector | Yao Qi | 1 | -1/+4 |
2016-11-08 | Remove arm_insert_single_step_breakpoint | Yao Qi | 1 | -15/+4 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+2 |
2016-11-03 | Remove arm_override_mode | Yao Qi | 1 | -14/+0 |
2016-11-03 | Determine the kind of single step breakpoint | Yao Qi | 1 | -0/+55 |