aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-28Class-fy regcacheYao Qi1-325/+422
2017-04-28Add constructor and destructor to regcacheYao Qi1-36/+41
2017-04-25Change readonly_p to boolYao Qi1-4/+4
2017-04-21Simplify regcache_restoreYao Qi1-10/+5
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward1-0/+35
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi1-14/+3
2017-03-13Introduce regcache_get_ptidSimon Marchi1-0/+10
2017-02-27Remove MAX_REGISTER_SIZE from remote.cAlan Hayward1-3/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22New regcache_raw_get_signedYao Qi1-0/+13
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves1-3/+12
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay1-15/+0