aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-3/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-05-21Make the dcache (code/stack cache) handle line reading errors betterPedro Alves1-2/+5
2014-03-05PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves1-56/+44
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Add new target_read_raw_memory function, and consolidate comments.Pedro Alves1-6/+5
2013-11-29Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi1-2/+2
2013-11-20Move target-dcache out of target.cYao Qi1-1/+1
2013-11-20Remove last_cacheYao Qi1-23/+25
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-03-26Make "set/show dcache line-size" and "set/show dcache size" zinteger commands...Pedro Alves1-12/+12
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-07-262011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-40/+128
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+3
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+1
2010-01-19Delete unused or undefined functions.Joel Brobecker1-2/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-11-13 * dcache.c (dcache_hit, dcache_read_line): Tweak comments.Doug Evans1-5/+11
2009-11-13 * dcache.c (dcache_block): Replace member newer with next,prev.Doug Evans1-36/+108
2009-11-102009-11-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+3
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans1-16/+72
2009-08-20* dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses.Doug Evans1-4/+4
2009-08-20 Replace dcache with splay tree.Doug Evans1-323/+240
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-09-23 * dcache.c (state_chars): New static global.Doug Evans1-13/+24
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+2
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-08-15 PR remote/1966Daniel Jacobowitz1-24/+16
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-05-232005-05-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-10/+6
2005-05-162005-05-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+2
2005-02-242005-02-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+8
2005-02-182005-02-18 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-8/+8
2005-02-152005-02-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
2005-02-122005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+4
2004-07-262004-07-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
2003-09-162003-09-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-09-142003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+4
2003-09-142003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+4
2001-04-06* dcache.c (dcache_write_line): Fixed bugs where cache line wasJ.T. Conklin1-4/+9
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-01-24* dcache.c (dcache_write_line): Fix typo.J.T. Conklin1-1/+1