aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove ptid_equalTom Tromey1-3/+3
2018-07-03Remove ptid_matchTom Tromey1-3/+3
2018-06-22Use partial register read/writes in transfer_regsetAlan Hayward1-23/+107
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+18
2018-06-21Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward1-46/+58
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi1-13/+8
2018-06-11Add regcache raw_compare methodAlan Hayward1-0/+14
2018-06-11Add reg_buffer_commonAlan Hayward1-25/+21
2018-06-09Use std::unique_ptr in reg_bufferSimon Marchi1-9/+9
2018-06-09Change type of reg_buffer::m_register_status to register_statusSimon Marchi1-7/+8
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-9/+0
2018-05-30Remove regcache_raw_supplySimon Marchi1-9/+0
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-7/+0
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-8/+0
2018-05-30Remove regcache_cooked_read_valueSimon Marchi1-6/+0
2018-05-30Remove regcache_cooked_writeSimon Marchi1-7/+0
2018-05-30Remove regcache_invalidateSimon Marchi1-8/+1
2018-05-30Remove regcache_raw_write_partSimon Marchi1-6/+1
2018-05-30Remove regcache_raw_read_partSimon Marchi1-7/+0
2018-05-30Remove regcache_cooked_readSimon Marchi1-7/+1
2018-05-30Remove regcache_raw_writeSimon Marchi1-8/+0
2018-05-30Remove regcache_raw_readSimon Marchi1-6/+0
2018-05-30Remove regcache_raw_updateSimon Marchi1-8/+0
2018-05-30Remove regcache_register_statusSimon Marchi1-7/+0
2018-05-30Remove regcache_get_ptidSimon Marchi1-10/+0
2018-05-16regcache.c: Remove unused typedefsSimon Marchi1-5/+0
2018-05-03Convert struct target_ops to C++Pedro Alves1-39/+25
2018-04-16gdb: Remove support for SH-5/SH64Pedro Alves1-4/+0
2018-03-19Convert observers to C++Tom Tromey1-3/+4
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward1-2/+0
2018-03-07gdb: Add riscv to list of architectures with a save_reggroupAndrew Burgess1-1/+2
2018-02-21Move register_dump to regcache-dump.cYao Qi1-416/+90
2018-02-21Remove regcache::m_readonly_pYao Qi1-19/+11
2018-02-21No longer create readonly regcacheYao Qi1-16/+55
2018-02-21Replace regcache::dump with class register_dumpYao Qi1-198/+285
2018-02-21Class detached_regcacheYao Qi1-27/+5
2018-02-21Class readonly_detached_regcacheYao Qi1-16/+11
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-18/+4
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-31/+53
2018-02-21Class reg_bufferYao Qi1-9/+22
2018-01-22regcache::cooked_write testYao Qi1-0/+124
2018-01-22Remove mt portYao Qi1-15/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Remove dead code in regcache::dumpYao Qi1-4/+0
2017-11-24cooked_read test for readonly regcacheYao Qi1-0/+76
2017-11-24regcache::cooked_read unit testYao Qi1-0/+191
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-02Construct readonly regcache without address spaceYao Qi1-2/+2
2017-11-02const-fy regcache::m_aspaceYao Qi1-1/+1