]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/regcache.h
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / regcache.h
10 days ago  Simon Marchigdb: move RequireLongest to gdbsupport/traits.h
13 days ago  Simon Marchigdb: make regcache::debug_print_register return a string
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-20  Pedro AlvesMake cached_reg_t own its data
2023-12-14  Simon Marchigdb: change regcache interface to use array_view
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-04-17  Simon Marchigdb: make regcache::raw_update switch to right inferior
2023-04-17  Simon Marchigdb: remove regcache::target
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-22  John Baldwinregcache: Add collect/supply_regset variants that accep...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-07-13  John BaldwinAdd regcache_map_supplies helper routine.
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-24  Simon Marchigdb: remove struct cached_reg typedef
2020-08-07  Simon Marchigdb: change regcache list to be a map
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-08-06  Simon Marchigdb: rename regcache::current_regcache to regcache...
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-08  John BaldwinAdd a helper function to trad_frame to support register...
2018-08-13  Alan HaywardParse SVE registers in aarch64 core file reading/writing
2018-06-22  Alan HaywardUse partial register read/writes in transfer_regset
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-21  Alan HaywardAvoid memcpys in regcache read_part/write_part for...
2018-06-20  Simon MarchiRename regcache_cooked_read_ftype and make a function_view
2018-06-11  Alan HaywardAdd regcache raw_compare method
2018-06-11  Alan HaywardAdd reg_buffer_common
2018-06-10  Simon MarchiUse std::unique_ptr in reg_buffer
2018-06-10  Simon MarchiChange type of reg_buffer::m_register_status to registe...
2018-05-30  Simon MarchiRemove regcache_raw_collect
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_cooked_write_part
2018-05-30  Simon MarchiRemove regcache_cooked_read_part
2018-05-30  Simon MarchiRemove regcache_cooked_read_value
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-05-30  Simon MarchiRemove regcache_invalidate
2018-05-30  Simon MarchiRemove regcache_raw_write_part
2018-05-30  Simon MarchiRemove regcache_raw_read_part
2018-05-30  Simon MarchiRemove regcache_cooked_read
2018-05-30  Simon MarchiRemove regcache_raw_write
2018-05-30  Simon MarchiRemove regcache_raw_read
2018-05-30  Simon MarchiRemove regcache_raw_update
2018-05-30  Simon MarchiRemove regcache_register_status
2018-05-30  Simon MarchiRemove regcache_get_ptid
2018-02-21  Yao QiMove register_dump to regcache-dump.c
2018-02-21  Yao QiRemove regcache::m_readonly_p
2018-02-21  Yao QiNo longer create readonly regcache
2018-02-21  Yao QiReplace regcache::dump with class register_dump
2018-02-21  Yao QiClass detached_regcache
2018-02-21  Yao QiClass readonly_detached_regcache
2018-02-21  Yao QiRemove regcache_save and regcache_cpy
2018-02-21  Yao Qiclass readable_regcache and pass readable_regcache...
2018-02-21  Yao QiClass reg_buffer
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-02  Yao QiConstruct readonly regcache without address space
2017-11-02  Yao Qiconst-fy regcache::m_readonly_p
2017-11-02  Yao Qiconst-fy regcache::m_aspace
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-11-02  Yao QiRemove regcache_descr::nr_raw_registers
2017-11-02  Yao QiNew method regcache::assert_regnum
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-17  Yao QiSimplify regcache::xfer_part
2017-10-04  Pedro AlvesRedesign mock environment for gdbarch selftests
2017-09-26  Tom TromeyRemove make_cleanup_regcache_xfree
2017-09-26  Tom TromeyRemove regcache_xfree
2017-09-26  Tom TromeyRemove regcache_xmalloc
2017-09-19  Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-07-18  Yao QiSimplify regcache_cpy and remove regcache::cpy_no_passt...
2017-06-22  Alan HaywardRemove MAX_REGISTER_SIZE from py-unwind.c
2017-06-16  Yao Qiextract/store integer function template
2017-05-26  Alan HaywardAdd regcache raw_supply_integer and raw_collect_integer.
2017-05-24  Yao QiAdd unit test to gdbarch methods register_to_value...
2017-05-24  Yao QiMove current_regcache to regcache::current_regcache
2017-05-03  Alan HaywardRemove MAX_REGISTER_SIZE from frv-linux-tdep.c
2017-04-28  Yao QiUse tag dispatch regcache ctor in regcache_dup
2017-04-28  Yao QiSimplify regcache_dup
2017-04-28  Yao QiClass-fy regcache
2017-03-24  Alan HaywardRemove MAX_REGISTER_SIZE from target.c
2017-03-13  Simon MarchiIntroduce regcache_get_ptid
2017-02-27  Alan HaywardRemove MAX_REGISTER_SIZE from remote.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-22  Yao QiNew regcache_raw_get_signed
2016-07-01  Pedro AlvesExtend JIT-reader test and fix GDB problems that exposes
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18  Antoine TremblayShare regcache function regcache_raw_read_unsigned
2015-12-18  Antoine TremblayRefactor arm_software_single_step to use regcache
2015-05-13  Jan KratochvilMake regcache_cpy_no_passthrough static
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-12  Gary BensonIntroduce common-regcache.h
2014-09-11  Thomas SchwingeMake gdb/regcache.h self-contained.
2014-08-07  Andreas Arnezregcache: Add functions suitable for regset_supply...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-11  David S. MillerFix regcache_restore() handling of unavailable regs.
next