aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-23* exec.c (xfer_memory): Add attrib argument.J.T. Conklin1-88/+143
2000-12-15Replace free() with xfree().Kevin Buettner1-2/+2
2000-11-03* TODO: Note abstraction layer violation where "ocd reset" commandJ.T. Conklin1-27/+14
2000-09-01* dcache.c (dcache_info): Output a cache line's state vector so itJ.T. Conklin1-54/+87
2000-08-18* MAINTAINERS: Add myself as dcache.c maintainer.J.T. Conklin1-3/+14
2000-08-11* dcache.c (dcache_info): Don't print cache state if last_cacheJ.T. Conklin1-12/+15
2000-08-10* monitor.c (monitor_open): If a dcache has already been created,J.T. Conklin1-13/+11
2000-07-30Protoization.Kevin Buettner1-33/+12
2000-06-19* remote-nindy.c (nindy_fetch_word, nindy_store_word): RemovedJ.T. Conklin1-33/+0
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-1/+1
2000-05-28PARAMS removal.Kevin Buettner1-11/+8
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-0/+7
1999-10-19import gdb-1999-10-18 snapshotJason Molenda1-7/+7
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-2/+2
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-72/+74
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+558
1999-04-16Initial creation of sourceware repositoryStan Shebs1-558/+0
1998-10-161998-10-16 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-8/+9
1996-07-26See gdb ChangeLog entry with header:Fred Fish1-5/+5
1996-05-26 Changes from: David Mosberger-Tang <davidm@azstarnet.com>Fred Fish1-4/+4
1996-04-11 * dcache.c: Add prototypes. Make many functions static.Stu Grossman1-38/+31
1996-03-30 * core-aout.c (fetch_core_registers): Cast core_reg_size to intFred Fish1-2/+2
1996-01-25Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-2/+2
1995-10-16 * dcache.c: Change default value of remotecache to off. It justStu Grossman1-1/+1
1995-08-19 * dcache.c (dcache_write_line): Write dirty lines right.Steve Chamberlain1-16/+16
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-1/+1
1995-07-18 * dache.c (struct dcache_block): Change data member from unsigned charFred Fish1-11/+11
1995-06-21Hmm.. The ChangeLog went in, but not the code....Steve Chamberlain1-117/+443
1995-02-16Rewrite insque/remque support to cast all pointers to PTR.Michael Meissner1-9/+2
1995-02-16Rewrite Linux insque/remque support again.Michael Meissner1-19/+19
1995-02-15Declare insque/remque as int funcs if not Linux.Michael Meissner1-0/+4
1995-02-15Only protect insque/remque on Linux.Michael Meissner1-1/+1
1995-02-15Define TEXT_SEGMENT_BASE as 1 for ppc-eabi; Make dcache.c compilable on Linux.Michael Meissner1-0/+8
1995-02-10 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition toStan Shebs1-3/+0
1993-09-03 * dcache.c: Cast return value from xmalloc.Jim Kingdon1-2/+3
1993-09-01break dcache code out of remote.cK. Richard Pixley1-11/+56
1993-08-31comment changeK. Richard Pixley1-4/+5
1993-08-31break dcache code out of remote-bug.cK. Richard Pixley1-0/+189