aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Convert observers to C++Tom Tromey1-3/+4
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward1-2/+0
2018-03-07gdb: Add riscv to list of architectures with a save_reggroupAndrew Burgess1-1/+2
2018-02-21Move register_dump to regcache-dump.cYao Qi1-416/+90
2018-02-21Remove regcache::m_readonly_pYao Qi1-19/+11
2018-02-21No longer create readonly regcacheYao Qi1-16/+55
2018-02-21Replace regcache::dump with class register_dumpYao Qi1-198/+285
2018-02-21Class detached_regcacheYao Qi1-27/+5
2018-02-21Class readonly_detached_regcacheYao Qi1-16/+11
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-18/+4
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-31/+53
2018-02-21Class reg_bufferYao Qi1-9/+22
2018-01-22regcache::cooked_write testYao Qi1-0/+124
2018-01-22Remove mt portYao Qi1-15/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Remove dead code in regcache::dumpYao Qi1-4/+0
2017-11-24cooked_read test for readonly regcacheYao Qi1-0/+76
2017-11-24regcache::cooked_read unit testYao Qi1-0/+191
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-02Construct readonly regcache without address spaceYao Qi1-2/+2
2017-11-02const-fy regcache::m_aspaceYao Qi1-1/+1
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-6/+0
2017-11-02Remove regcache_descr::nr_raw_registersYao Qi1-13/+16
2017-11-02New method regcache::assert_regnumYao Qi1-13/+18
2017-11-02Remove code wrapped by "#if 0"Yao Qi1-15/+0
2017-11-02Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi1-9/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-11/+3
2017-10-17Remove obsolete assertion from regcache.cTom Tromey1-1/+0
2017-10-17Simplify regcache::xfer_partYao Qi1-17/+13
2017-10-04Reimplement support for "maint print registers" with no running inferior yetPedro Alves1-15/+18
2017-09-27Constify some commands in regcache.cTom Tromey1-6/+6
2017-09-25Remove the last cleanup from regcache.cTom Tromey1-7/+4
2017-09-25Remove make_cleanup_regcache_invalidateTom Tromey1-26/+30
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-12/+0
2017-09-25Remove regcache_xfreeTom Tromey1-10/+1
2017-09-25Remove regcache_xmallocTom Tromey1-6/+0
2017-09-16Add selftests run filteringSimon Marchi1-1/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-07-18Simplify regcache_cpy and remove regcache::cpy_no_passthroughYao Qi1-29/+2
2017-06-16extract/store integer function templateYao Qi1-83/+25
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-2/+2
2017-06-07Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward1-15/+36
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward1-0/+48
2017-05-24Move current_regcache to regcache::current_regcacheYao Qi1-23/+28
2017-05-09Use std::forward_list for current_regcacheYao Qi1-45/+22
2017-05-09Add current_regcache unit testYao Qi1-1/+74
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward1-0/+20
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi1-14/+16
2017-04-28Simplify regcache_dupYao Qi1-1/+2