aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-13Add regcache_map_supplies helper routine.John Baldwin1-0/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-24gdb: remove struct cached_reg typedefSimon Marchi1-2/+2
2020-08-07gdb: change regcache list to be a mapSimon Marchi1-0/+2
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-7/+0
2020-08-06gdb: rename regcache::current_regcache to regcache::regcachesSimon Marchi1-1/+1
2020-01-10Multi-target supportPedro Alves1-9/+21
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+2
2019-07-09Rename common to gdbsupportTom Tromey1-6/+6
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-08Add a helper function to trad_frame to support register cache maps.John Baldwin1-2/+19
2018-08-13Parse SVE registers in aarch64 core file reading/writingAlan Hayward1-0/+12
2018-06-22Use partial register read/writes in transfer_regsetAlan Hayward1-2/+18
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+9
2018-06-21Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward1-4/+8
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi1-9/+6
2018-06-11Add regcache raw_compare methodAlan Hayward1-0/+3
2018-06-11Add reg_buffer_commonAlan Hayward1-25/+37
2018-06-09Use std::unique_ptr in reg_bufferSimon Marchi1-7/+4
2018-06-09Change type of reg_buffer::m_register_status to register_statusSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-7/+1
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+1
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-6/+2
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-3/+1
2018-05-30Remove regcache_cooked_read_valueSimon Marchi1-6/+2
2018-05-30Remove regcache_cooked_writeSimon Marchi1-10/+3
2018-05-30Remove regcache_invalidateSimon Marchi1-2/+0
2018-05-30Remove regcache_raw_write_partSimon Marchi1-7/+2
2018-05-30Remove regcache_raw_read_partSimon Marchi1-3/+1
2018-05-30Remove regcache_cooked_readSimon Marchi1-3/+2
2018-05-30Remove regcache_raw_writeSimon Marchi1-5/+3
2018-05-30Remove regcache_raw_readSimon Marchi1-2/+3
2018-05-30Remove regcache_raw_updateSimon Marchi1-4/+1
2018-05-30Remove regcache_register_statusSimon Marchi1-3/+2
2018-05-30Remove regcache_get_ptidSimon Marchi1-4/+4
2018-02-21Move register_dump to regcache-dump.cYao Qi1-0/+20
2018-02-21Remove regcache::m_readonly_pYao Qi1-14/+8
2018-02-21No longer create readonly regcacheYao Qi1-10/+0
2018-02-21Replace regcache::dump with class register_dumpYao Qi1-9/+0
2018-02-21Class detached_regcacheYao Qi1-16/+26
2018-02-21Class readonly_detached_regcacheYao Qi1-11/+33
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-21/+10
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-22/+38
2018-02-21Class reg_bufferYao Qi1-26/+36
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-02Construct readonly regcache without address spaceYao Qi1-2/+2
2017-11-02const-fy regcache::m_readonly_pYao Qi1-1/+1
2017-11-02const-fy regcache::m_aspaceYao Qi1-4/+4