Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / regcache.c
2020-01-16  Simon MarchiChange regcache list to be an hash map inferior-thread-map-2020-01-16
2020-01-16  Simon MarchiChange inferior thread list to be a thread map
2020-01-11  Laurent MorichettiMerge remote-tracking branch 'origin/master' into amd...
2020-01-10  Pedro AlvesMulti-target support
2020-01-02  Laurent MorichettiMerge branch 'master' into amd-common
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
2017-09-26  Tom TromeyRemove the last cleanup from regcache.c
2017-09-26  Tom TromeyRemove make_cleanup_regcache_invalidate
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-16  Simon MarchiAdd selftests run filtering
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Yao QiPut selftests api into selftests namespace
2017-07-18  Yao QiSimplify regcache_cpy and remove regcache::cpy_no_passt...
2017-06-16  Yao Qiextract/store integer function template
2017-06-12  Tom TromeyDon't always zero pad in print_*_chars
2017-06-07  Alan HaywardRemove MAX_REGISTER_SIZE from regcache.c
2017-05-26  Alan HaywardAdd regcache raw_supply_integer and raw_collect_integer.
2017-05-24  Yao QiMove current_regcache to regcache::current_regcache
2017-05-09  Yao QiUse std::forward_list for current_regcache
2017-05-09  Yao QiAdd current_regcache unit test
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
next
This page took 0.588815 seconds and 107 git commands to generate.