X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fproc-api.c;h=4ad1cdc06323526f787ba4f2ed81f6ede6710d10;hb=07b76c2f0baf197ce44d66a153184d33047e7ba0;hp=cb2eaf8cb190280139edda8049cb32d3061567d7;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-api.c b/gdb/proc-api.c index cb2eaf8cb1..4ad1cdc063 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -1,6 +1,6 @@ /* Machine independent support for Solaris /proc (process file system) for GDB. - Copyright (C) 1999-2019 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. @@ -50,7 +50,7 @@ struct trans { const char *desc; /* Short description of value */ }; -static int procfs_trace = 0; +static bool procfs_trace = false; static FILE *procfs_file = NULL; static char *procfs_filename;