Age | Commit message (Expand) | Author | Files | Lines |
2018-06-11 | Add regcache raw_compare method | Alan Hayward | 1 | -0/+14 |
2018-06-11 | Add reg_buffer_common | Alan Hayward | 1 | -25/+21 |
2018-06-09 | Use std::unique_ptr in reg_buffer | Simon Marchi | 1 | -9/+9 |
2018-06-09 | Change type of reg_buffer::m_register_status to register_status | Simon Marchi | 1 | -7/+8 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -9/+0 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -9/+0 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -7/+0 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -8/+0 |
2018-05-30 | Remove regcache_cooked_read_value | Simon Marchi | 1 | -6/+0 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -7/+0 |
2018-05-30 | Remove regcache_invalidate | Simon Marchi | 1 | -8/+1 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -6/+1 |
2018-05-30 | Remove regcache_raw_read_part | Simon Marchi | 1 | -7/+0 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -7/+1 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -8/+0 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -6/+0 |
2018-05-30 | Remove regcache_raw_update | Simon Marchi | 1 | -8/+0 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -7/+0 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -10/+0 |
2018-05-16 | regcache.c: Remove unused typedefs | Simon Marchi | 1 | -5/+0 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -39/+25 |
2018-04-16 | gdb: Remove support for SH-5/SH64 | Pedro Alves | 1 | -4/+0 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+4 |
2018-03-08 | Remove MAX_REGISTER_SIZE define | Alan Hayward | 1 | -2/+0 |
2018-03-07 | gdb: Add riscv to list of architectures with a save_reggroup | Andrew Burgess | 1 | -1/+2 |
2018-02-21 | Move register_dump to regcache-dump.c | Yao Qi | 1 | -416/+90 |
2018-02-21 | Remove regcache::m_readonly_p | Yao Qi | 1 | -19/+11 |
2018-02-21 | No longer create readonly regcache | Yao Qi | 1 | -16/+55 |
2018-02-21 | Replace regcache::dump with class register_dump | Yao Qi | 1 | -198/+285 |
2018-02-21 | Class detached_regcache | Yao Qi | 1 | -27/+5 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -16/+11 |
2018-02-21 | Remove regcache_save and regcache_cpy | Yao Qi | 1 | -18/+4 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -31/+53 |
2018-02-21 | Class reg_buffer | Yao Qi | 1 | -9/+22 |
2018-01-22 | regcache::cooked_write test | Yao Qi | 1 | -0/+124 |
2018-01-22 | Remove mt port | Yao Qi | 1 | -15/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Remove dead code in regcache::dump | Yao Qi | 1 | -4/+0 |
2017-11-24 | cooked_read test for readonly regcache | Yao Qi | 1 | -0/+76 |
2017-11-24 | regcache::cooked_read unit test | Yao Qi | 1 | -0/+191 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-11-02 | Construct readonly regcache without address space | Yao Qi | 1 | -2/+2 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -1/+1 |
2017-11-02 | s/get_regcache_aspace (regcache)/regcache->aspace ()/g | Yao Qi | 1 | -6/+0 |
2017-11-02 | Remove regcache_descr::nr_raw_registers | Yao Qi | 1 | -13/+16 |
2017-11-02 | New method regcache::assert_regnum | Yao Qi | 1 | -13/+18 |
2017-11-02 | Remove code wrapped by "#if 0" | Yao Qi | 1 | -15/+0 |
2017-11-02 | Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg... | Yao Qi | 1 | -9/+4 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -11/+3 |