aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-25 * regcache.c (struct regcache_descr): Remove outdated comment.Pedro Alves1-42/+45
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+5
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-17/+25
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-162010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+33
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+0
2010-04-29 PR gdb/11557Pedro Alves1-6/+23
2010-01-28 * regcache.c (regcache_xmalloc): Add aspace argument. Use itDaniel Jacobowitz1-9/+6
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+20
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-12/+20
2009-07-02 * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand1-22/+57
2009-06-28 gdb/Daniel Jacobowitz1-0/+4
2009-05-05 * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand1-12/+0
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-10-30 * cli/cli-logging.c (handle_redirections): Make a cleanup.Tom Tromey1-1/+3