summaryrefslogtreecommitdiff
path: root/gdb/regcache.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: make regcache::raw_update switch to right inferiorSimon Marchi2023-04-171-4/+13
* gdb: remove regcache::targetSimon Marchi2023-04-171-5/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* regcache: Add collect/supply_regset variants that accept a register base.John Baldwin2022-11-221-3/+23
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Add regcache_map_supplies helper routine.John Baldwin2021-07-131-0/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove struct cached_reg typedefSimon Marchi2020-11-241-2/+2
* gdb: change regcache list to be a mapSimon Marchi2020-08-071-0/+2
* gdb: move regcache::regcaches to regcache.cSimon Marchi2020-08-061-7/+0
* gdb: rename regcache::current_regcache to regcache::regcachesSimon Marchi2020-08-061-1/+1
* 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