OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [complaints.h] - Diff between revs 834 and 842

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 834 Rev 842
/* Definitions for complaint handling during symbol reading in GDB.
/* Definitions for complaint handling during symbol reading in GDB.
 
 
   Copyright (C) 1990, 1991, 1992, 1995, 1998, 2000, 2002, 2007, 2008, 2009,
   Copyright (C) 1990, 1991, 1992, 1995, 1998, 2000, 2002, 2007, 2008, 2009,
   2010 Free Software Foundation, Inc.
   2010 Free Software Foundation, Inc.
 
 
   This file is part of GDB.
   This file is part of GDB.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.
   (at your option) any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 
 
#if !defined (COMPLAINTS_H)
#if !defined (COMPLAINTS_H)
#define COMPLAINTS_H
#define COMPLAINTS_H
 
 
/* Opaque object used to track the number of complaints of a
/* Opaque object used to track the number of complaints of a
   particular category.  */
   particular category.  */
struct complaints;
struct complaints;
 
 
/* Predefined categories.  */
/* Predefined categories.  */
extern struct complaints *symfile_complaints;
extern struct complaints *symfile_complaints;
 
 
/* Register a complaint.  */
/* Register a complaint.  */
extern void complaint (struct complaints **complaints, const char *fmt,
extern void complaint (struct complaints **complaints, const char *fmt,
                       ...) ATTR_FORMAT (printf, 2, 3);
                       ...) ATTR_FORMAT (printf, 2, 3);
extern void internal_complaint (struct complaints **complaints,
extern void internal_complaint (struct complaints **complaints,
                                const char *file, int line, const char *fmt,
                                const char *file, int line, const char *fmt,
                                ...) ATTR_FORMAT (printf, 4, 5);
                                ...) ATTR_FORMAT (printf, 4, 5);
 
 
/* Clear out / initialize all complaint counters that have ever been
/* Clear out / initialize all complaint counters that have ever been
   incremented.  If LESS_VERBOSE is 1, be less verbose about
   incremented.  If LESS_VERBOSE is 1, be less verbose about
   successive complaints, since the messages are appearing all
   successive complaints, since the messages are appearing all
   together during a command that is reporting a contiguous block of
   together during a command that is reporting a contiguous block of
   complaints (rather than being interleaved with other messages).  If
   complaints (rather than being interleaved with other messages).  If
   noisy is 1, we are in a noisy command, and our caller will print
   noisy is 1, we are in a noisy command, and our caller will print
   enough context for the user to figure it out.  */
   enough context for the user to figure it out.  */
 
 
extern void clear_complaints (struct complaints **complaints,
extern void clear_complaints (struct complaints **complaints,
                              int less_verbose, int noisy);
                              int less_verbose, int noisy);
 
 
 
 
#endif /* !defined (COMPLAINTS_H) */
#endif /* !defined (COMPLAINTS_H) */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.