gdb/cris-tdep.h - gdb

Data types defined

Macros defined

Source code

  1. /* Target dependent code for CRIS, for GDB, the GNU debugger.

  2.    Copyright (C) 2001-2015 Free Software Foundation, Inc.

  3.    Contributed by Axis Communications AB.
  4.    Written by Hendrik Ruijter, Stefan Andersson, and Orjan Friberg.

  5.    This file is part of GDB.

  6.    This program is free software; you can redistribute it and/or modify
  7.    it under the terms of the GNU General Public License as published by
  8.    the Free Software Foundation; either version 3 of the License, or
  9.    (at your option) any later version.

  10.    This program is distributed in the hope that it will be useful,
  11.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.    GNU General Public License for more details.

  14.    You should have received a copy of the GNU General Public License
  15.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

  16. #ifndef CRIS_TDEP_H
  17. #define CRIS_TDEP_H

  18. /* CRIS architecture specific information.  */
  19. struct gdbarch_tdep
  20. {
  21.   unsigned int cris_version;
  22.   const char *cris_mode;
  23.   int cris_dwarf2_cfi;
  24. };

  25. #endif /* CRIS_TDEP_H */