GDBserver
linux-aarch32-low.h
Go to the documentation of this file.
1 /* Copyright (C) 1995-2018 Free Software Foundation, Inc.
2 
3  This file is part of GDB.
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 3 of the License, or
8  (at your option) any later version.
9 
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 
15  You should have received a copy of the GNU General Public License
16  along with this program. If not, see <http://www.gnu.org/licenses/>. */
17 
18 extern struct regs_info regs_info_aarch32;
19 
20 void arm_fill_gregset (struct regcache *regcache, void *buf);
21 void arm_store_gregset (struct regcache *regcache, const void *buf);
22 void arm_fill_vfpregset_num (struct regcache *regcache, void *buf, int num);
23 void arm_store_vfpregset_num (struct regcache *regcache, const void *buf,
24  int num);
25 
27 const gdb_byte *arm_sw_breakpoint_from_kind (int kind , int *size);
29 int arm_breakpoint_at (CORE_ADDR where);
30 
31 void initialize_low_arch_aarch32 (void);
32 
34 int arm_is_thumb_mode (void);
35 
36 extern const struct target_desc *tdesc_arm_with_neon;
const struct target_desc * tdesc_arm_with_neon
bfd_vma CORE_ADDR
Definition: common-types.h:41
void initialize_low_arch_aarch32(void)
void init_registers_arm_with_neon(void)
void arm_fill_vfpregset_num(struct regcache *regcache, void *buf, int num)
int arm_breakpoint_kind_from_current_state(CORE_ADDR *pcptr)
void arm_store_vfpregset_num(struct regcache *regcache, const void *buf, int num)
int arm_is_thumb_mode(void)
void arm_fill_gregset(struct regcache *regcache, void *buf)
void arm_store_gregset(struct regcache *regcache, const void *buf)
int arm_breakpoint_kind_from_pc(CORE_ADDR *pcptr)
struct regs_info regs_info_aarch32
bfd_byte gdb_byte
Definition: common-types.h:38
const gdb_byte * arm_sw_breakpoint_from_kind(int kind, int *size)
int arm_breakpoint_at(CORE_ADDR where)