GDB (xrefs)
/tmp/gdb-7.10/gdb/microblaze-tdep.h
Go to the documentation of this file.
1 /* Target-dependent code for Xilinx MicroBlaze.
2 
3  Copyright (C) 2009-2015 Free Software Foundation, Inc.
4 
5  This file is part of GDB.
6 
7  This program is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 
20 #ifndef MICROBLAZE_TDEP_H
21 #define MICROBLAZE_TDEP_H 1
22 
23 
24 /* Microblaze architecture-specific information. */
25 struct gdbarch_tdep
26 {
27 };
28 
29 /* Register numbers. */
31 {
92 };
93 
95 {
96  /* Base address. */
99 
100  /* Do we have a frame? */
102 
103  /* Frame size. */
105 
106  /* Frame register. */
108 
109  /* Offsets to saved registers. */
111 
112  /* Table of saved registers. */
114 };
115 /* All registers are 32 bits. */
116 #define MICROBLAZE_REGISTER_SIZE 4
117 
118 /* MICROBLAZE_BREAKPOINT defines the breakpoint that should be used.
119  Only used for native debugging. */
120 #define MICROBLAZE_BREAKPOINT {0xb9, 0xcc, 0x00, 0x60}
121 
122 #endif /* microblaze-tdep.h */
struct trad_frame_saved_reg * saved_regs
bfd_vma CORE_ADDR
Definition: common-types.h:41
microblaze_regnum
int register_offsets[MICROBLAZE_NUM_REGS]