summaryrefslogtreecommitdiff
path: root/gdb/bcache.c
Commit message (Collapse)AuthorAgeFilesLines
* * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".Andrew Cagney2002-04-151-4/+5
| | | | Update copyright.
* Indicate that the bcache functions don't change the stringsJim Blandy2002-02-231-2/+2
| | | | | | they're passed. * bcache.h (bcache, hash): Add `const' keywords to declarations. * bcache.c (bcache, hash): Add `const' keywords to definitions.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* Replace free() with xfree().Kevin Buettner2000-12-151-2/+2
|
* C++ improvementsgdb-premipsmulti-2000-06-06-branchpointDaniel Berlin2000-06-051-32/+15
|
* * bcache.c (free_bcache): Do not free NULL.Andrew Cagney2000-04-191-1/+2
|
* Clean up compiler warnings:Jim Kingdon2000-02-081-7/+6
| | | | | | | | | | | | | * bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c, stack.c, valprint.c: Change variables to unsigned. * bcache.c: Rearrange to avoid warnings about variables not being set. * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h rather than declaring print_max and repeat_count_threashold ourselves (incorrectly). * valprint.h: Do declare repeat_count_threashold. * ch-exp.c: Use default case for internal error. * findvar.c: Don't omit argument type. * symtab.c: Remove unused variable.
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-165/+258
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-35/+36
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-4/+0
|
* Initial revisionStan Shebs1999-04-161-0/+219