aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Remove regcache_cooked_writeSimon Marchi1-7/+0
2018-05-30Remove regcache_invalidateSimon Marchi1-8/+1
2018-05-30Remove regcache_raw_write_partSimon Marchi1-6/+1
2018-05-30Remove regcache_raw_read_partSimon Marchi1-7/+0
2018-05-30Remove regcache_cooked_readSimon Marchi1-7/+1
2018-05-30Remove regcache_raw_writeSimon Marchi1-8/+0
2018-05-30Remove regcache_raw_readSimon Marchi1-6/+0
2018-05-30Remove regcache_raw_updateSimon Marchi1-8/+0
2018-05-30Remove regcache_register_statusSimon Marchi1-7/+0
2018-05-30Remove regcache_get_ptidSimon Marchi1-10/+0
2018-05-16regcache.c: Remove unused typedefsSimon Marchi1-5/+0
2018-05-03Convert struct target_ops to C++Pedro Alves1-39/+25
2018-04-16gdb: Remove support for SH-5/SH64Pedro Alves1-4/+0
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