aboutsummaryrefslogtreecommitdiff
path: root/gdb/bcache.c
AgeCommit message (Expand)AuthorFilesLines
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-08-07Move stddef.h to common-defs.hGary Benson1-2/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-3/+3
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-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-12-05* bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).Andrey Smirnov1-2/+2
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-292010-12-29 Michael Snyder <msnyder@vmware.com>Michael Snyder1-12/+16
2010-09-27 * bcache.c (expand_hash_table): Use hash_function, not hash.Tom Tromey1-1/+2
2010-08-31Enable custom bcache hash function.Sami Wagiaalla1-5/+44
2010-05-132010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder1-11/+14
2010-01-12 Implement core awareness.Vladimir Prus1-11/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-08-05 * bcache.c (deprecated_bcache_added): Initialize obstack.Tom Tromey1-5/+15
2008-08-05 * symfile.c (add_psymbol_to_bcache): Return a const pointer. UseTom Tromey1-17/+3
2008-06-05 * bcache.c (bcache_data): Call deprecated_bcache_added function.Aleksandar Ristovski1-12/+32
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+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-1/+1
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-01-292005-01-29 Baurzhan Ismagulov <ibr@radix50.net>Baurzhan Ismagulov1-24/+27
2004-03-20print_percentage: Use floating point to avoid incorrect results whenPaul N. Hilfinger1-1/+1
2004-02-092004-02-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+4
2003-11-152003-11-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+13
2003-11-072003-11-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-6/+33
2003-11-03 * bcache.c: Include "gdb_assert.h".Andrew Cagney1-4/+52
2002-07-292002-07-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
2002-07-12* bcache.h: Update copyright.Andrew Cagney1-8/+65
2002-04-15* bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".Andrew Cagney1-4/+5
2002-02-23Indicate that the bcache functions don't change the stringsJim Blandy1-2/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-2/+2
2000-06-05C++ improvementsDaniel Berlin1-32/+15
2000-04-19* bcache.c (free_bcache): Do not free NULL.Andrew Cagney1-1/+2
2000-02-08 Clean up compiler warnings:Jim Kingdon1-7/+6
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-165/+258
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-35/+36
1999-04-26import gdb-19990422 snapshotStan Shebs1-4/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+219
1999-04-16Initial creation of sourceware repositoryStan Shebs1-219/+0
1998-10-141998-10-14 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+4
1996-07-26See gdb ChangeLog entry with header:Fred Fish1-0/+3
1996-06-12 From Michael Snyder <Michael_Snyder@next.com>:Fred Fish1-4/+28
1996-04-06 * bcache.c (bcache): When size of chunk to cache is exactly equal toFred Fish1-1/+1