Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / regcache.c
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-26  Simon Marchigdb: don't zero-initialize reg_buffer contents
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-01-21  Simon Marchigdb: make some variables static
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-13  Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-08-20  Simon Marchigdb: handle the `ptid.is_pid ()` case in registers_chan...
2020-08-20  Simon Marchigdb: split regcaches management selftest
2020-08-20  Simon Marchigdb: refactor test_get_thread_arch_aspace_regcache
2020-08-20  Simon Marchigdb: clear regcaches at the start of regcaches selftest
2020-08-08  Tom de Vries[gdb/build] Fix missing implicit constructor call with...
2020-08-07  Simon Marchigdb: change regcache list to be a map
2020-08-07  Simon Marchigdb: pass target to thread_ptid_changed observable
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-08-06  Simon Marchigdb: rename regcache::current_regcache to regcache...
2020-06-23  Pedro AlvesFix "maint selftest" regression, add struct scoped_mock...
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Tankut Baris Aktemurgdb: protect some 'regcache_read_pc' calls
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Simon MarchiFix regcache::cooked_read_test selftest for mep
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-14  Tom TromeyRemove alloca(0) calls
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyUse scope_exit in regcache.c
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30  Pedro AlvesMove test_target_ops to a separate file
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-23  Hafiz Abid QadeerFix failing cooked_read selftest for CSKY.
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_match
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-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
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-05-16  Simon Marchiregcache.c: Remove unused typedefs
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-16  Pedro Alvesgdb: Remove support for SH-5/SH64
2018-03-19  Tom TromeyConvert observers to C++
2018-03-08  Alan HaywardRemove MAX_REGISTER_SIZE define
2018-03-07  Andrew Burgessgdb: Add riscv to list of architectures with a save_reg...
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-22  Yao Qiregcache::cooked_write test
2018-01-22  Yao QiRemove mt port
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Yao QiRemove dead code in regcache::dump
2017-11-24  Yao Qicooked_read test for readonly regcache
2017-11-24  Yao Qiregcache::cooked_read unit test
2017-11-07  Tom TromeyConstify add_com
2017-11-02  Yao QiConstruct readonly regcache without address space
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-11-02  Yao QiRemove code wrapped by "#if 0"
2017-11-02  Yao QiRemove regcache_descr fields sizeof_raw_register_status...
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-17  Tom TromeyRemove obsolete assertion from regcache.c
2017-10-17  Yao QiSimplify regcache::xfer_part
2017-10-04  Pedro AlvesReimplement support for "maint print registers" with...
2017-09-27  Tom TromeyConstify some commands in regcache.c
next
This page took 0.699157 seconds and 106 git commands to generate.