index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdb
/
dcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+2
*
2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov
2011-07-26
1
-40
/
+128
*
2011-01-07 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-07
1
-4
/
+4
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
2010-05-14 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-14
1
-0
/
+3
*
2010-05-05 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-05
1
-2
/
+1
*
Delete unused or undefined functions.
Joel Brobecker
2010-01-19
1
-2
/
+0
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
*
* dcache.c (dcache_hit, dcache_read_line): Tweak comments.
Doug Evans
2009-11-13
1
-5
/
+11
*
* dcache.c (dcache_block): Replace member newer with next,prev.
Doug Evans
2009-11-13
1
-36
/
+108
*
2009-11-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2009-11-10
1
-3
/
+3
*
Implement TARGET_OBJECT_STACK_MEMORY.
Doug Evans
2009-08-31
1
-16
/
+72
*
* dcache.c (dcache_print_line, dcache_info): Use paddress to print addresses.
Doug Evans
2009-08-20
1
-4
/
+4
*
Replace dcache with splay tree.
Doug Evans
2009-08-20
1
-323
/
+240
*
* defs.h (strlen_paddr, paddr, paddr_nz): Remove.
Ulrich Weigand
2009-07-02
1
-1
/
+1
*
Updated copyright notices for most files.
Joel Brobecker
2009-01-03
1
-1
/
+1
*
* dcache.c (state_chars): New static global.
Doug Evans
2008-09-23
1
-13
/
+24
*
Updated copyright notices for most files.
Daniel Jacobowitz
2008-01-01
1
-2
/
+2
*
Switch the license of all .c files to GPLv3.
Joel Brobecker
2007-08-23
1
-4
/
+2
*
Copyright updates for 2007.
Daniel Jacobowitz
2007-01-09
1
-2
/
+2
*
PR remote/1966
Daniel Jacobowitz
2006-08-15
1
-24
/
+16
*
* breakpoint.c:
Eli Zaretskii
2005-12-17
1
-3
/
+3
*
2005-05-23 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-05-23
1
-10
/
+6
*
2005-05-16 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-05-16
1
-2
/
+2
*
2005-02-24 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-24
1
-1
/
+8
*
2005-02-18 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-18
1
-8
/
+8
*
2005-02-15 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-15
1
-1
/
+1
*
2005-02-11 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2005-02-12
1
-4
/
+4
*
2004-07-26 Andrew Cagney <cagney@gnu.org>
Andrew Cagney
2004-07-26
1
-1
/
+1
*
2003-09-16 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-09-16
1
-1
/
+1
*
2003-09-14 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-09-14
1
-3
/
+4
*
2003-09-14 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-09-14
1
-4
/
+4
*
* dcache.c (dcache_write_line): Fixed bugs where cache line was
J.T. Conklin
2001-04-06
1
-4
/
+9
*
Update/correct copyright notices.
Kevin Buettner
2001-03-06
1
-1
/
+2
*
* dcache.c (dcache_write_line): Fix typo.
J.T. Conklin
2001-01-24
1
-1
/
+1
*
* exec.c (xfer_memory): Add attrib argument.
J.T. Conklin
2001-01-23
1
-88
/
+143
*
Replace free() with xfree().
Kevin Buettner
2000-12-15
1
-2
/
+2
*
* TODO: Note abstraction layer violation where "ocd reset" command
J.T. Conklin
2000-11-03
1
-27
/
+14
*
* dcache.c (dcache_info): Output a cache line's state vector so it
J.T. Conklin
2000-09-01
1
-54
/
+87
*
* MAINTAINERS: Add myself as dcache.c maintainer.
J.T. Conklin
2000-08-18
1
-3
/
+14
*
* dcache.c (dcache_info): Don't print cache state if last_cache
J.T. Conklin
2000-08-11
1
-12
/
+15
*
* monitor.c (monitor_open): If a dcache has already been created,
J.T. Conklin
2000-08-10
1
-13
/
+11
*
Protoization.
Kevin Buettner
2000-07-30
1
-33
/
+12
*
* remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
J.T. Conklin
2000-06-19
1
-33
/
+0
*
Eliminate PARAMS from function pointer declarations.
Kevin Buettner
2000-06-04
1
-1
/
+1
*
PARAMS removal.
Kevin Buettner
2000-05-28
1
-11
/
+8
*
import gdb-1999-12-06 snapshot
Jason Molenda
1999-12-07
1
-0
/
+7
*
import gdb-1999-10-18 snapshot
Jason Molenda
1999-10-19
1
-7
/
+7
*
import gdb-1999-09-08 snapshot
Stan Shebs
1999-09-09
1
-2
/
+2
*
import gdb-1999-07-07 post reformat
Jason Molenda
1999-07-07
1
-72
/
+74
[next]