summaryrefslogtreecommitdiff
path: root/gdb/regcache.h
Commit message (Expand)AuthorAgeFilesLines
* Multi-target supportPedro Alves2020-01-101-9/+21
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+2
* Rename common to gdbsupportTom Tromey2019-07-091-6/+6
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add a helper function to trad_frame to support register cache maps.John Baldwin2018-10-081-2/+19
* Parse SVE registers in aarch64 core file reading/writingAlan Hayward2018-08-131-0/+12
* Use partial register read/writes in transfer_regsetAlan Hayward2018-06-221-2/+18
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+9
* Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward2018-06-211-4/+8
* Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi2018-06-201-9/+6
* Add regcache raw_compare methodAlan Hayward2018-06-111-0/+3
* Add reg_buffer_commonAlan Hayward2018-06-111-25/+37
* Use std::unique_ptr in reg_bufferSimon Marchi2018-06-091-7/+4
* Change type of reg_buffer::m_register_status to register_statusSimon Marchi2018-06-091-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-7/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+1
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-6/+2
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-3/+1
* Remove regcache_cooked_read_valueSimon Marchi2018-05-301-6/+2
* Remove regcache_cooked_writeSimon Marchi2018-05-301-10/+3
* Remove regcache_invalidateSimon Marchi2018-05-301-2/+0
* Remove regcache_raw_write_partSimon Marchi2018-05-301-7/+2
* Remove regcache_raw_read_partSimon Marchi2018-05-301-3/+1
* Remove regcache_cooked_readSimon Marchi2018-05-301-3/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-5/+3
* Remove regcache_raw_readSimon Marchi2018-05-301-2/+3
* Remove regcache_raw_updateSimon Marchi2018-05-301-4/+1
* Remove regcache_register_statusSimon Marchi2018-05-301-3/+2
* Remove regcache_get_ptidSimon Marchi2018-05-301-4/+4
* Move register_dump to regcache-dump.cYao Qi2018-02-211-0/+20
* Remove regcache::m_readonly_pYao Qi2018-02-211-14/+8
* No longer create readonly regcacheYao Qi2018-02-211-10/+0
* Replace regcache::dump with class register_dumpYao Qi2018-02-211-9/+0
* Class detached_regcacheYao Qi2018-02-211-16/+26
* Class readonly_detached_regcacheYao Qi2018-02-211-11/+33
* Remove regcache_save and regcache_cpyYao Qi2018-02-211-21/+10
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-22/+38
* Class reg_bufferYao Qi2018-02-211-26/+36
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Construct readonly regcache without address spaceYao Qi2017-11-021-2/+2
* const-fy regcache::m_readonly_pYao Qi2017-11-021-1/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-4/+4
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-4/+1
* Remove regcache_descr::nr_raw_registersYao Qi2017-11-021-0/+2
* New method regcache::assert_regnumYao Qi2017-11-021-0/+3
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+1
* Simplify regcache::xfer_partYao Qi2017-10-171-3/+1
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-10/+0