summaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Remove dead code in regcache::dumpYao Qi
2017-11-24cooked_read test for readonly regcacheYao Qi
2017-11-24regcache::cooked_read unit testYao Qi
2017-11-07Constify add_comTom Tromey
2017-11-02Construct readonly regcache without address spaceYao Qi
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi
2017-11-02Remove regcache_descr::nr_raw_registersYao Qi
2017-11-02New method regcache::assert_regnumYao Qi
2017-11-02Remove code wrapped by "#if 0"Yao Qi
2017-11-02Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-17Remove obsolete assertion from regcache.cTom Tromey
2017-10-17Simplify regcache::xfer_partYao Qi
2017-10-04Reimplement support for "maint print registers" with no running inferior yetPedro Alves
2017-09-27Constify some commands in regcache.cTom Tromey
2017-09-25Remove the last cleanup from regcache.cTom Tromey
2017-09-25Remove make_cleanup_regcache_invalidateTom Tromey
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-25Remove regcache_xfreeTom Tromey
2017-09-25Remove regcache_xmallocTom Tromey
2017-09-16Add selftests run filteringSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Put selftests api into selftests namespaceYao Qi
2017-07-18Simplify regcache_cpy and remove regcache::cpy_no_passthroughYao Qi
2017-06-16extract/store integer function templateYao Qi
2017-06-12Don't always zero pad in print_*_charsTom Tromey
2017-06-07Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward
2017-05-24Move current_regcache to regcache::current_regcacheYao Qi
2017-05-09Use std::forward_list for current_regcacheYao Qi
2017-05-09Add current_regcache unit testYao Qi
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi
2017-04-28Simplify regcache_dupYao Qi
2017-04-28Class-fy regcacheYao Qi
2017-04-28Add constructor and destructor to regcacheYao Qi
2017-04-25Change readonly_p to boolYao Qi
2017-04-21Simplify regcache_restoreYao Qi
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi
2017-03-13Introduce regcache_get_ptidSimon Marchi
2017-02-27Remove MAX_REGISTER_SIZE from remote.cAlan Hayward
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-22New regcache_raw_get_signedYao Qi
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker