Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-17 | Remove obsolete assertion from regcache.c | Tom Tromey | 1 | -1/+0 |
2017-10-17 | Simplify regcache::xfer_part | Yao Qi | 1 | -17/+13 |
2017-10-04 | Reimplement support for "maint print registers" with no running inferior yet | Pedro Alves | 1 | -15/+18 |
2017-09-27 | Constify some commands in regcache.c | Tom Tromey | 1 | -6/+6 |
2017-09-25 | Remove the last cleanup from regcache.c | Tom Tromey | 1 | -7/+4 |
2017-09-25 | Remove make_cleanup_regcache_invalidate | Tom Tromey | 1 | -26/+30 |
2017-09-25 | Remove make_cleanup_regcache_xfree | Tom Tromey | 1 | -12/+0 |
2017-09-25 | Remove regcache_xfree | Tom Tromey | 1 | -10/+1 |
2017-09-25 | Remove regcache_xmalloc | Tom Tromey | 1 | -6/+0 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-07-18 | Simplify regcache_cpy and remove regcache::cpy_no_passthrough | Yao Qi | 1 | -29/+2 |
2017-06-16 | extract/store integer function template | Yao Qi | 1 | -83/+25 |
2017-06-12 | Don't always zero pad in print_*_chars | Tom Tromey | 1 | -2/+2 |
2017-06-07 | Remove MAX_REGISTER_SIZE from regcache.c | Alan Hayward | 1 | -15/+36 |
2017-05-26 | Add regcache raw_supply_integer and raw_collect_integer. | Alan Hayward | 1 | -0/+48 |
2017-05-24 | Move current_regcache to regcache::current_regcache | Yao Qi | 1 | -23/+28 |
2017-05-09 | Use std::forward_list for current_regcache | Yao Qi | 1 | -45/+22 |
2017-05-09 | Add current_regcache unit test | Yao Qi | 1 | -1/+74 |
2017-05-03 | Remove MAX_REGISTER_SIZE from frv-linux-tdep.c | Alan Hayward | 1 | -0/+20 |
2017-04-28 | Use tag dispatch regcache ctor in regcache_dup | Yao Qi | 1 | -14/+16 |
2017-04-28 | Simplify regcache_dup | Yao Qi | 1 | -1/+2 |