aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-09-282012-09-28 selven <pcthegreat@gmail.com>Pedro Alves1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-10-26 * regcache.c (registers_changed_ptid): Invalidate thread architectureUlrich Weigand1-3/+2
2011-10-11Fix regcache_restore() handling of unavailable regs.David S. Miller1-3/+4
2011-09-17 gdb/Yao Qi1-11/+19
2011-07-22gdbTom Tromey1-0/+55
2011-07-11 * regcache.c (struct regcache_descr): Fix typo.Tom Tromey1-1/+1
2011-04-202011-04-20 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+32
2011-04-202011-04-20 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-3/+12
2011-03-24 * regcache.c (regcache_raw_read): If the target didn't supply aPedro Alves1-17/+12
2011-03-18 gdb/Pedro Alves1-67/+116
2011-02-04 * regcache.c (registers_changed_ptid): Don't explictly alwaysPedro Alves1-11/+17
2011-01-25 * regcache.c (struct regcache_descr): RenamePedro Alves1-41/+48