Constify add_com
[external/binutils.git] / gdb / regcache.c
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
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-23 Andrew BurgessIn regcache use print_hex_chars.
2013-03-07 Pedro Alvesregcache.c: fix -Wpointer-sign
2013-03-01 Pedro AlvesUse gdb_byte for bytes from the program being debugged.
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-28 Pedro Alves2012-09-28 selven <pcthegreat@gmail.com>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-26 Ulrich Weigand * regcache.c (registers_changed_ptid): Invalidate...
2011-10-11 David S. MillerFix regcache_restore() handling of unavailable regs.
2011-09-17 Yao Qi gdb/
2011-07-22 Tom Tromeygdb
2011-07-11 Tom Tromey * regcache.c (struct regcache_descr): Fix typo.
2011-04-20 Pedro Alves2011-04-20 Pedro Alves <pedro@codesourcery.com>
2011-04-20 Pedro Alves2011-04-20 Pedro Alves <pedro@codesourcery.com>
2011-03-24 Pedro Alves * regcache.c (regcache_raw_read): If the target didn...
2011-03-18 Pedro Alves gdb/
2011-02-04 Pedro Alves * regcache.c (registers_changed_ptid): Don't explictly...
2011-01-25 Pedro Alves * regcache.c (struct regcache_descr): Rename
2011-01-25 Pedro Alves * regcache.c (struct regcache_descr): Remove outdated...
2011-01-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-16 Michael Snyder2010-05-16 Michael Snyder <msnyder@vmware.com>
2010-05-06 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-29 Pedro Alves PR gdb/11557
2010-01-28 Daniel Jacobowitz * regcache.c (regcache_xmalloc): Add aspace argument...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-07-02 Ulrich Weigand * target.h (struct target_ops): New member to_thread_a...
2009-06-28 Daniel Jacobowitz gdb/
2009-05-05 Ulrich Weigand * inferior.h (read_pc, write_pc): Remove.
next