Age | Commit message (Expand) | Author | Files | Lines |
2021-07-13 | Add regcache_map_supplies helper routine. | John Baldwin | 1 | -0/+9 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-24 | gdb: remove struct cached_reg typedef | Simon Marchi | 1 | -2/+2 |
2020-08-07 | gdb: change regcache list to be a map | Simon Marchi | 1 | -0/+2 |
2020-08-06 | gdb: move regcache::regcaches to regcache.c | Simon Marchi | 1 | -7/+0 |
2020-08-06 | gdb: rename regcache::current_regcache to regcache::regcaches | Simon Marchi | 1 | -1/+1 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -9/+21 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -6/+6 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-08 | Add a helper function to trad_frame to support register cache maps. | John Baldwin | 1 | -2/+19 |
2018-08-13 | Parse SVE registers in aarch64 core file reading/writing | Alan Hayward | 1 | -0/+12 |
2018-06-22 | Use partial register read/writes in transfer_regset | Alan Hayward | 1 | -2/+18 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -0/+9 |
2018-06-21 | Avoid memcpys in regcache read_part/write_part for full registers. | Alan Hayward | 1 | -4/+8 |
2018-06-20 | Rename regcache_cooked_read_ftype and make a function_view | Simon Marchi | 1 | -9/+6 |
2018-06-11 | Add regcache raw_compare method | Alan Hayward | 1 | -0/+3 |
2018-06-11 | Add reg_buffer_common | Alan Hayward | 1 | -25/+37 |
2018-06-09 | Use std::unique_ptr in reg_buffer | Simon Marchi | 1 | -7/+4 |
2018-06-09 | Change type of reg_buffer::m_register_status to register_status | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -7/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+1 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -6/+2 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -3/+1 |
2018-05-30 | Remove regcache_cooked_read_value | Simon Marchi | 1 | -6/+2 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -10/+3 |
2018-05-30 | Remove regcache_invalidate | Simon Marchi | 1 | -2/+0 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -7/+2 |
2018-05-30 | Remove regcache_raw_read_part | Simon Marchi | 1 | -3/+1 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -3/+2 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -5/+3 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -2/+3 |
2018-05-30 | Remove regcache_raw_update | Simon Marchi | 1 | -4/+1 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -3/+2 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -4/+4 |
2018-02-21 | Move register_dump to regcache-dump.c | Yao Qi | 1 | -0/+20 |
2018-02-21 | Remove regcache::m_readonly_p | Yao Qi | 1 | -14/+8 |
2018-02-21 | No longer create readonly regcache | Yao Qi | 1 | -10/+0 |
2018-02-21 | Replace regcache::dump with class register_dump | Yao Qi | 1 | -9/+0 |
2018-02-21 | Class detached_regcache | Yao Qi | 1 | -16/+26 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -11/+33 |
2018-02-21 | Remove regcache_save and regcache_cpy | Yao Qi | 1 | -21/+10 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -22/+38 |
2018-02-21 | Class reg_buffer | Yao Qi | 1 | -26/+36 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-02 | Construct readonly regcache without address space | Yao Qi | 1 | -2/+2 |
2017-11-02 | const-fy regcache::m_readonly_p | Yao Qi | 1 | -1/+1 |
2017-11-02 | const-fy regcache::m_aspace | Yao Qi | 1 | -4/+4 |