Blame sim/rx/trace.h

Packit Service 706eca
/* trace.h --- interface to tracing output for the RX simulator.
Packit Service 706eca
Packit Service 706eca
   Copyright (C) 2005-2018 Free Software Foundation, Inc.
Packit Service 706eca
   Contributed by Red Hat, Inc.
Packit Service 706eca
Packit Service 706eca
   This file is part of the GNU simulators.
Packit Service 706eca
Packit Service 706eca
   This program is free software; you can redistribute it and/or modify
Packit Service 706eca
   it under the terms of the GNU General Public License as published by
Packit Service 706eca
   the Free Software Foundation; either version 3 of the License, or
Packit Service 706eca
   (at your option) any later version.
Packit Service 706eca
Packit Service 706eca
   This program is distributed in the hope that it will be useful,
Packit Service 706eca
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 706eca
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 706eca
   GNU General Public License for more details.
Packit Service 706eca
Packit Service 706eca
   You should have received a copy of the GNU General Public License
Packit Service 706eca
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit Service 706eca
Packit Service 706eca
extern void  sim_disasm_init (bfd *);
Packit Service 706eca
extern void  sim_disasm_one (void);
Packit Service 706eca
extern int   sim_get_current_source_location (const char **, const char **, unsigned int *);