Age | Commit message (Expand) | Author | Files | Lines |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+3 |
2018-11-06 | ARM: Do not use FP reg when on AAPCS | Marius Muench | 1 | -0/+4 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -4/+2 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+1 |
2018-07-21 | Fix -Wunused-variable warnings related to conditional compilation | Simon Marchi | 1 | -6/+7 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -1/+2 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -11/+8 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -7/+5 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -1/+1 |
2018-05-07 | Fix decoding of ARM VFP instructions | Tom Tromey | 1 | -2/+3 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -0/+1 |
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 |