Remove regcache_raw_collect
[deliverable/binutils-gdb.git] / gdb / regcache.c
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
2017-04-28  Yao QiClass-fy regcache
2017-04-28  Yao QiAdd constructor and destructor to regcache
2017-04-25  Yao QiChange readonly_p to bool
2017-04-21  Yao QiSimplify regcache_restore
2017-03-24  Alan HaywardRemove MAX_REGISTER_SIZE from target.c
2017-03-23  Simon MarchiRemove some unnecessary inferior_ptid setting/restoring...
2017-03-13  Simon MarchiIntroduce regcache_get_ptid
2017-02-27  Alan HaywardRemove MAX_REGISTER_SIZE from remote.c
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-18  Alan HaywardUse register_size () instead of MAX_REGISTER_SIZE
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-10-15  Yao Qiaarch64 multi-arch part 6: HW breakpoint on unaligned...
2015-10-09  Simon MarchiChange some void* to gdb_byte*
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-05-13  Jan KratochvilMake regcache_cpy_no_passthrough static
2015-03-06  Gary BensonNew common function "startswith"
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-12  Gary BensonIntroduce common-regcache.h
2014-08-07  Andreas Arnezregcache: Add functions suitable for regset_supply...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-13  Pierre LangloisInvalidate a register in cache when a remote target...
2014-01-13  Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
next
This page took 0.816939 seconds and 107 git commands to generate.