aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16extract/store integer function templateYao Qi1-83/+25
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-2/+2
2017-06-07Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward1-15/+36
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward1-0/+48
2017-05-24Move current_regcache to regcache::current_regcacheYao Qi1-23/+28
2017-05-09Use std::forward_list for current_regcacheYao Qi1-45/+22
2017-05-09Add current_regcache unit testYao Qi1-1/+74
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward1-0/+20
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi1-14/+16
2017-04-28Simplify regcache_dupYao Qi1-1/+2
2017-04-28Class-fy regcacheYao Qi1-325/+422
2017-04-28Add constructor and destructor to regcacheYao Qi1-36/+41
2017-04-25Change readonly_p to boolYao Qi1-4/+4
2017-04-21Simplify regcache_restoreYao Qi1-10/+5
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward1-0/+35
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi1-14/+3
2017-03-13Introduce regcache_get_ptidSimon Marchi1-0/+10
2017-02-27Remove MAX_REGISTER_SIZE from remote.cAlan Hayward1-3/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22New regcache_raw_get_signedYao Qi1-0/+13
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves1-3/+12
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay1-15/+0
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay1-0/+15
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-0/+8
2015-10-09Change some void* to gdb_byte*Simon Marchi1-8/+8
2015-09-25Add some more casts (2/2)Simon Marchi1-5/+8
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-3/+3
2015-05-13Make regcache_cpy_no_passthrough staticJan Kratochvil1-1/+9
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-12Introduce common-regcache.hGary Benson1-0/+7
2014-08-07regcache: Add functions suitable for regset_supply/collect.Andreas Arnez1-0/+87
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-13Invalidate a register in cache when a remote target failed to write it.Pierre Langlois1-3/+40
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-4/+4
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-23In regcache use print_hex_chars.Andrew Burgess1-31/+7
2013-03-07regcache.c: fix -Wpointer-signPedro Alves1-2/+2
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-2/+2
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0