X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdwarf-index-cache.c;h=a2f0c42aad4beb648cfdf555954008839366bb0a;hb=40c75bc8b07abc5d5774ea1c439b69c96e7fd485;hp=e56cb59343c6837f062ee550aa301384a7540a32;hpb=590042fc45f857c981bee4e0c76f6b3b528a224e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/dwarf-index-cache.c b/gdb/dwarf-index-cache.c index e56cb59343..a2f0c42aad 100644 --- a/gdb/dwarf-index-cache.c +++ b/gdb/dwarf-index-cache.c @@ -1,6 +1,6 @@ /* Caching of GDB/DWARF index files. - Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 1994-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -32,8 +32,8 @@ #include #include -/* When set to 1, show debug messages about the index cache. */ -static int debug_index_cache = 0; +/* When set to true, show debug messages about the index cache. */ +static bool debug_index_cache = false; /* The index cache directory, used for "set/show index-cache directory". */ static char *index_cache_directory = NULL;