aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Class detached_regcacheYao Qi2018-02-211-27/+5
* Class readonly_detached_regcacheYao Qi2018-02-211-16/+11
* Remove regcache_save and regcache_cpyYao Qi2018-02-211-18/+4
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-31/+53
* Class reg_bufferYao Qi2018-02-211-9/+22
* regcache::cooked_write testYao Qi2018-01-221-0/+124
* Remove mt portYao Qi2018-01-221-15/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove dead code in regcache::dumpYao Qi2017-11-241-4/+0
* cooked_read test for readonly regcacheYao Qi2017-11-241-0/+76
* regcache::cooked_read unit testYao Qi2017-11-241-0/+191
* Constify add_comTom Tromey2017-11-071-1/+1
* Construct readonly regcache without address spaceYao Qi2017-11-021-2/+2
* const-fy regcache::m_aspaceYao Qi2017-11-021-1/+1
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-6/+0
* Remove regcache_descr::nr_raw_registersYao Qi2017-11-021-13/+16
* New method regcache::assert_regnumYao Qi2017-11-021-13/+18
* Remove code wrapped by "#if 0"Yao Qi2017-11-021-15/+0
* Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi2017-11-021-9/+4
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-11/+3
* Remove obsolete assertion from regcache.cTom Tromey2017-10-171-1/+0
* Simplify regcache::xfer_partYao Qi2017-10-171-17/+13
* Reimplement support for "maint print registers" with no running inferior yetPedro Alves2017-10-041-15/+18
* Constify some commands in regcache.cTom Tromey2017-09-271-6/+6
* Remove the last cleanup from regcache.cTom Tromey2017-09-251-7/+4
* Remove make_cleanup_regcache_invalidateTom Tromey2017-09-251-26/+30
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-12/+0
* Remove regcache_xfreeTom Tromey2017-09-251-10/+1
* Remove regcache_xmallocTom Tromey2017-09-251-6/+0
* Add selftests run filteringSimon Marchi2017-09-161-1/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Simplify regcache_cpy and remove regcache::cpy_no_passthroughYao Qi2017-07-181-29/+2
* extract/store integer function templateYao Qi2017-06-161-83/+25
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-2/+2
* Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward2017-06-071-15/+36
* Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward2017-05-261-0/+48
* Move current_regcache to regcache::current_regcacheYao Qi2017-05-241-23/+28
* Use std::forward_list for current_regcacheYao Qi2017-05-091-45/+22
* Add current_regcache unit testYao Qi2017-05-091-1/+74
* Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward2017-05-031-0/+20
* Use tag dispatch regcache ctor in regcache_dupYao Qi2017-04-281-14/+16
* Simplify regcache_dupYao Qi2017-04-281-1/+2
* Class-fy regcacheYao Qi2017-04-281-325/+422
* Add constructor and destructor to regcacheYao Qi2017-04-281-36/+41
* Change readonly_p to boolYao Qi2017-04-251-4/+4
* Simplify regcache_restoreYao Qi2017-04-211-10/+5
* Remove MAX_REGISTER_SIZE from target.cAlan Hayward2017-03-241-0/+35
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-231-14/+3
* Introduce regcache_get_ptidSimon Marchi2017-03-131-0/+10