1 /* Target-dependent code for the CSKY architecture, for GDB.
3 Copyright (C) 2010-2024 Free Software Foundation, Inc.
5 Contributed by C-SKY Microsystems and Mentor Graphics.
7 This file is part of GDB.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>. */
22 #include "extract-store-integer.h"
23 #include "gdbsupport/gdb_assert.h"
28 #include "cli/cli-cmds.h"
35 #include "arch-utils.h"
39 #include "reggroups.h"
43 #include "sim-regno.h"
45 #include "frame-unwind.h"
46 #include "frame-base.h"
47 #include "trad-frame.h"
49 #include "floatformat.h"
51 #include "target-descriptions.h"
52 #include "dwarf2/frame.h"
53 #include "user-regs.h"
55 #include "csky-tdep.h"
57 #include "opcode/csky.h"
61 /* Control debugging information emitted in this file. */
63 static bool csky_debug
= false;
65 static const reggroup
*cr_reggroup
;
66 static const reggroup
*fr_reggroup
;
67 static const reggroup
*vr_reggroup
;
68 static const reggroup
*mmu_reggroup
;
69 static const reggroup
*prof_reggroup
;
71 static const char *csky_supported_tdesc_feature_names
[] = {
72 (const char *)"org.gnu.csky.abiv2.gpr",
73 (const char *)"org.gnu.csky.abiv2.fpu",
74 (const char *)"org.gnu.csky.abiv2.cr",
75 (const char *)"org.gnu.csky.abiv2.fvcr",
76 (const char *)"org.gnu.csky.abiv2.mmu",
77 (const char *)"org.gnu.csky.abiv2.tee",
78 (const char *)"org.gnu.csky.abiv2.fpu2",
79 (const char *)"org.gnu.csky.abiv2.bank0",
80 (const char *)"org.gnu.csky.abiv2.bank1",
81 (const char *)"org.gnu.csky.abiv2.bank2",
82 (const char *)"org.gnu.csky.abiv2.bank3",
83 (const char *)"org.gnu.csky.abiv2.bank4",
84 (const char *)"org.gnu.csky.abiv2.bank5",
85 (const char *)"org.gnu.csky.abiv2.bank6",
86 (const char *)"org.gnu.csky.abiv2.bank7",
87 (const char *)"org.gnu.csky.abiv2.bank8",
88 (const char *)"org.gnu.csky.abiv2.bank9",
89 (const char *)"org.gnu.csky.abiv2.bank10",
90 (const char *)"org.gnu.csky.abiv2.bank11",
91 (const char *)"org.gnu.csky.abiv2.bank12",
92 (const char *)"org.gnu.csky.abiv2.bank13",
93 (const char *)"org.gnu.csky.abiv2.bank14",
94 (const char *)"org.gnu.csky.abiv2.bank15",
95 (const char *)"org.gnu.csky.abiv2.bank16",
96 (const char *)"org.gnu.csky.abiv2.bank17",
97 (const char *)"org.gnu.csky.abiv2.bank18",
98 (const char *)"org.gnu.csky.abiv2.bank19",
99 (const char *)"org.gnu.csky.abiv2.bank20",
100 (const char *)"org.gnu.csky.abiv2.bank21",
101 (const char *)"org.gnu.csky.abiv2.bank22",
102 (const char *)"org.gnu.csky.abiv2.bank23",
103 (const char *)"org.gnu.csky.abiv2.bank24",
104 (const char *)"org.gnu.csky.abiv2.bank25",
105 (const char *)"org.gnu.csky.abiv2.bank26",
106 (const char *)"org.gnu.csky.abiv2.bank27",
107 (const char *)"org.gnu.csky.abiv2.bank28",
108 (const char *)"org.gnu.csky.abiv2.bank29",
109 (const char *)"org.gnu.csky.abiv2.bank30",
110 (const char *)"org.gnu.csky.abiv2.bank31"
113 struct csky_supported_tdesc_register
119 static const struct csky_supported_tdesc_register csky_supported_gpr_regs
[] = {
153 {"hi", CSKY_HI_REGNUM
},
154 {"lo", CSKY_LO_REGNUM
},
155 {"pc", CSKY_PC_REGNUM
}
158 static const struct csky_supported_tdesc_register csky_supported_fpu_regs
[] = {
160 {"fr0", CSKY_FR0_REGNUM
+ 0},
161 {"fr1", CSKY_FR0_REGNUM
+ 1},
162 {"fr2", CSKY_FR0_REGNUM
+ 2},
163 {"fr3", CSKY_FR0_REGNUM
+ 3},
164 {"fr4", CSKY_FR0_REGNUM
+ 4},
165 {"fr5", CSKY_FR0_REGNUM
+ 5},
166 {"fr6", CSKY_FR0_REGNUM
+ 6},
167 {"fr7", CSKY_FR0_REGNUM
+ 7},
168 {"fr8", CSKY_FR0_REGNUM
+ 8},
169 {"fr9", CSKY_FR0_REGNUM
+ 9},
170 {"fr10", CSKY_FR0_REGNUM
+ 10},
171 {"fr11", CSKY_FR0_REGNUM
+ 11},
172 {"fr12", CSKY_FR0_REGNUM
+ 12},
173 {"fr13", CSKY_FR0_REGNUM
+ 13},
174 {"fr14", CSKY_FR0_REGNUM
+ 14},
175 {"fr15", CSKY_FR0_REGNUM
+ 15},
177 {"fr16", CSKY_FR16_REGNUM
+ 0},
178 {"fr17", CSKY_FR16_REGNUM
+ 1},
179 {"fr18", CSKY_FR16_REGNUM
+ 2},
180 {"fr19", CSKY_FR16_REGNUM
+ 3},
181 {"fr20", CSKY_FR16_REGNUM
+ 4},
182 {"fr21", CSKY_FR16_REGNUM
+ 5},
183 {"fr22", CSKY_FR16_REGNUM
+ 6},
184 {"fr23", CSKY_FR16_REGNUM
+ 7},
185 {"fr24", CSKY_FR16_REGNUM
+ 8},
186 {"fr25", CSKY_FR16_REGNUM
+ 9},
187 {"fr26", CSKY_FR16_REGNUM
+ 10},
188 {"fr27", CSKY_FR16_REGNUM
+ 11},
189 {"fr28", CSKY_FR16_REGNUM
+ 12},
190 {"fr29", CSKY_FR16_REGNUM
+ 13},
191 {"fr30", CSKY_FR16_REGNUM
+ 14},
192 {"fr31", CSKY_FR16_REGNUM
+ 15},
194 {"vr0", CSKY_VR0_REGNUM
+ 0},
195 {"vr1", CSKY_VR0_REGNUM
+ 1},
196 {"vr2", CSKY_VR0_REGNUM
+ 2},
197 {"vr3", CSKY_VR0_REGNUM
+ 3},
198 {"vr4", CSKY_VR0_REGNUM
+ 4},
199 {"vr5", CSKY_VR0_REGNUM
+ 5},
200 {"vr6", CSKY_VR0_REGNUM
+ 6},
201 {"vr7", CSKY_VR0_REGNUM
+ 7},
202 {"vr8", CSKY_VR0_REGNUM
+ 8},
203 {"vr9", CSKY_VR0_REGNUM
+ 9},
204 {"vr10", CSKY_VR0_REGNUM
+ 10},
205 {"vr11", CSKY_VR0_REGNUM
+ 11},
206 {"vr12", CSKY_VR0_REGNUM
+ 12},
207 {"vr13", CSKY_VR0_REGNUM
+ 13},
208 {"vr14", CSKY_VR0_REGNUM
+ 14},
209 {"vr15", CSKY_VR0_REGNUM
+ 15},
210 /* fpu control registers. */
211 {"fcr", CSKY_FCR_REGNUM
+ 0},
212 {"fid", CSKY_FCR_REGNUM
+ 1},
213 {"fesr", CSKY_FCR_REGNUM
+ 2},
216 static const struct csky_supported_tdesc_register csky_supported_ar_regs
[] = {
217 {"ar0", CSKY_AR0_REGNUM
+ 0},
218 {"ar1", CSKY_AR0_REGNUM
+ 1},
219 {"ar2", CSKY_AR0_REGNUM
+ 2},
220 {"ar3", CSKY_AR0_REGNUM
+ 3},
221 {"ar4", CSKY_AR0_REGNUM
+ 4},
222 {"ar5", CSKY_AR0_REGNUM
+ 5},
223 {"ar6", CSKY_AR0_REGNUM
+ 6},
224 {"ar7", CSKY_AR0_REGNUM
+ 7},
225 {"ar8", CSKY_AR0_REGNUM
+ 8},
226 {"ar9", CSKY_AR0_REGNUM
+ 9},
227 {"ar10", CSKY_AR0_REGNUM
+ 10},
228 {"ar11", CSKY_AR0_REGNUM
+ 11},
229 {"ar12", CSKY_AR0_REGNUM
+ 12},
230 {"ar13", CSKY_AR0_REGNUM
+ 13},
231 {"ar14", CSKY_AR0_REGNUM
+ 14},
232 {"ar15", CSKY_AR0_REGNUM
+ 15},
235 static const struct csky_supported_tdesc_register csky_supported_bank0_regs
[] = {
236 {"cr0", CSKY_CR0_REGNUM
+ 0},
237 {"cr1", CSKY_CR0_REGNUM
+ 1},
238 {"cr2", CSKY_CR0_REGNUM
+ 2},
239 {"cr3", CSKY_CR0_REGNUM
+ 3},
240 {"cr4", CSKY_CR0_REGNUM
+ 4},
241 {"cr5", CSKY_CR0_REGNUM
+ 5},
242 {"cr6", CSKY_CR0_REGNUM
+ 6},
243 {"cr7", CSKY_CR0_REGNUM
+ 7},
244 {"cr8", CSKY_CR0_REGNUM
+ 8},
245 {"cr9", CSKY_CR0_REGNUM
+ 9},
246 {"cr10", CSKY_CR0_REGNUM
+ 10},
247 {"cr11", CSKY_CR0_REGNUM
+ 11},
248 {"cr12", CSKY_CR0_REGNUM
+ 12},
249 {"cr13", CSKY_CR0_REGNUM
+ 13},
250 {"cr14", CSKY_CR0_REGNUM
+ 14},
251 {"cr15", CSKY_CR0_REGNUM
+ 15},
252 {"cr16", CSKY_CR0_REGNUM
+ 16},
253 {"cr17", CSKY_CR0_REGNUM
+ 17},
254 {"cr18", CSKY_CR0_REGNUM
+ 18},
255 {"cr19", CSKY_CR0_REGNUM
+ 19},
256 {"cr20", CSKY_CR0_REGNUM
+ 20},
257 {"cr21", CSKY_CR0_REGNUM
+ 21},
258 {"cr22", CSKY_CR0_REGNUM
+ 22},
259 {"cr23", CSKY_CR0_REGNUM
+ 23},
260 {"cr24", CSKY_CR0_REGNUM
+ 24},
261 {"cr25", CSKY_CR0_REGNUM
+ 25},
262 {"cr26", CSKY_CR0_REGNUM
+ 26},
263 {"cr27", CSKY_CR0_REGNUM
+ 27},
264 {"cr28", CSKY_CR0_REGNUM
+ 28},
265 {"cr29", CSKY_CR0_REGNUM
+ 29},
266 {"cr30", CSKY_CR0_REGNUM
+ 30},
267 {"cr31", CSKY_CR0_REGNUM
+ 31}
270 static const struct csky_supported_tdesc_register csky_supported_mmu_regs
[] = {
282 static const struct csky_supported_tdesc_register csky_supported_bank15_regs
[] = {
308 static const struct csky_supported_tdesc_register csky_supported_alias_regs
[] = {
309 /* Alias register names for Bank0. */
310 {"psr", CSKY_CR0_REGNUM
+ 0},
311 {"vbr", CSKY_CR0_REGNUM
+ 1},
312 {"epsr", CSKY_CR0_REGNUM
+ 2},
313 {"fpsr", CSKY_CR0_REGNUM
+ 3},
314 {"epc", CSKY_CR0_REGNUM
+ 4},
315 {"fpc", CSKY_CR0_REGNUM
+ 5},
316 {"ss0", CSKY_CR0_REGNUM
+ 6},
317 {"ss1", CSKY_CR0_REGNUM
+ 7},
318 {"ss2", CSKY_CR0_REGNUM
+ 8},
319 {"ss3", CSKY_CR0_REGNUM
+ 9},
320 {"ss4", CSKY_CR0_REGNUM
+ 10},
321 {"gcr", CSKY_CR0_REGNUM
+ 11},
322 {"gsr", CSKY_CR0_REGNUM
+ 12},
323 {"cpuid", CSKY_CR0_REGNUM
+ 13},
324 {"ccr", CSKY_CR0_REGNUM
+ 18},
325 {"capr", CSKY_CR0_REGNUM
+ 19},
326 {"pacr", CSKY_CR0_REGNUM
+ 20},
327 {"prsr", CSKY_CR0_REGNUM
+ 21},
328 {"chr", CSKY_CR0_REGNUM
+ 31},
329 /* Alias register names for MMU. */
339 /* Alias register names for Bank1. */
354 /* Alias register names for Bank3. */
367 /* Functions declaration. */
370 csky_pseudo_register_name (struct gdbarch
*gdbarch
, int regno
);
372 /* Get csky supported registers's count for tdesc xml. */
375 csky_get_supported_tdesc_registers_count()
378 count
+= ARRAY_SIZE (csky_supported_gpr_regs
);
379 count
+= ARRAY_SIZE (csky_supported_fpu_regs
);
380 count
+= ARRAY_SIZE (csky_supported_ar_regs
);
381 count
+= ARRAY_SIZE (csky_supported_bank0_regs
);
382 count
+= ARRAY_SIZE (csky_supported_mmu_regs
);
383 count
+= ARRAY_SIZE (csky_supported_bank15_regs
);
384 count
+= ARRAY_SIZE (csky_supported_alias_regs
);
385 /* Bank1~Bank14, Bank16~Bank31. */
386 count
+= 32 * (14 + 16);
390 /* Return a supported register according to index. */
392 static const struct csky_supported_tdesc_register
*
393 csky_get_supported_register_by_index (int index
)
395 static struct csky_supported_tdesc_register tdesc_reg
;
398 int count_gpr
= ARRAY_SIZE (csky_supported_gpr_regs
);
399 int count_fpu
= ARRAY_SIZE (csky_supported_fpu_regs
);
400 int count_ar
= ARRAY_SIZE (csky_supported_ar_regs
);
401 int count_bank0
= ARRAY_SIZE (csky_supported_bank0_regs
);
402 int count_mmu
= ARRAY_SIZE (csky_supported_mmu_regs
);
403 int count_bank15
= ARRAY_SIZE (csky_supported_bank15_regs
);
404 int count_alias
= ARRAY_SIZE (csky_supported_alias_regs
);
408 return &csky_supported_gpr_regs
[index
];
409 if (index
< (count
+ count_fpu
))
410 return &csky_supported_fpu_regs
[index
- count
];
412 if (index
< (count
+ count_ar
))
413 return &csky_supported_ar_regs
[index
- count
];
415 if (index
< (count
+ count_bank0
))
416 return &csky_supported_bank0_regs
[index
- count
];
417 count
+= count_bank0
;
418 if (index
< (count
+ count_mmu
))
419 return &csky_supported_mmu_regs
[index
- count
];
421 if (index
< (count
+ count_bank15
))
422 return &csky_supported_bank15_regs
[index
- count
];
423 count
+= count_bank15
;
424 if (index
< (count
+ count_alias
))
425 return &csky_supported_alias_regs
[index
- count
];
426 count
+= count_alias
;
434 sprintf (tdesc_reg
.name
, "cp1cr%d", remain
);
435 tdesc_reg
.num
= 189 + remain
;
440 sprintf (tdesc_reg
.name
, "cp2cr%d", remain
);
441 tdesc_reg
.num
= 276 + remain
;
446 sprintf (tdesc_reg
.name
, "cp3cr%d", remain
);
447 tdesc_reg
.num
= 221 + remain
;
456 case 9: /* Bank10. */
457 case 10: /* Bank11. */
458 case 11: /* Bank12. */
459 case 12: /* Bank13. */
460 case 13: /* Bank14. */
462 /* Regitsers in Bank4~14 have continuous regno with start 308. */
463 sprintf (tdesc_reg
.name
, "cp%dcr%d", (multi
+ 1), remain
);
464 tdesc_reg
.num
= 308 + ((multi
- 3) * 32) + remain
;
467 case 14: /* Bank16. */
468 case 15: /* Bank17. */
469 case 16: /* Bank18. */
470 case 17: /* Bank19. */
471 case 18: /* Bank20. */
472 case 19: /* Bank21. */
473 case 20: /* Bank22. */
474 case 21: /* Bank23. */
475 case 22: /* Bank24. */
476 case 23: /* Bank25. */
477 case 24: /* Bank26. */
478 case 25: /* Bank27. */
479 case 26: /* Bank28. */
480 case 27: /* Bank29. */
481 case 28: /* Bank30. */
482 case 29: /* Bank31. */
484 /* Regitsers in Bank16~31 have continuous regno with start 660. */
485 sprintf (tdesc_reg
.name
, "cp%dcr%d", (multi
+ 2), remain
);
486 tdesc_reg
.num
= 660 + ((multi
- 14) * 32) + remain
;
495 /* Convenience function to print debug messages in prologue analysis. */
498 print_savedreg_msg (int regno
, int offsets
[], bool print_continuing
)
500 gdb_printf (gdb_stdlog
, "csky: r%d saved at offset 0x%x\n",
501 regno
, offsets
[regno
]);
502 if (print_continuing
)
503 gdb_printf (gdb_stdlog
, "csky: continuing\n");
506 /* Check whether the instruction at ADDR is 16-bit or not. */
509 csky_pc_is_csky16 (struct gdbarch
*gdbarch
, CORE_ADDR addr
)
511 gdb_byte target_mem
[2];
515 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
517 status
= target_read_memory (addr
, target_mem
, 2);
518 /* Assume a 16-bit instruction if we can't read memory. */
522 /* Get instruction from memory. */
523 insn
= extract_unsigned_integer (target_mem
, 2, byte_order
);
524 if ((insn
& CSKY_32_INSN_MASK
) == CSKY_32_INSN_MASK
)
526 else if (insn
== CSKY_BKPT_INSN
)
528 /* Check for 32-bit bkpt instruction which is all 0. */
529 status
= target_read_memory (addr
+ 2, target_mem
, 2);
533 insn
= extract_unsigned_integer (target_mem
, 2, byte_order
);
534 if (insn
== CSKY_BKPT_INSN
)
540 /* Get one instruction at ADDR and store it in INSN. Return 2 for
541 a 16-bit instruction or 4 for a 32-bit instruction. */
544 csky_get_insn (struct gdbarch
*gdbarch
, CORE_ADDR addr
, unsigned int *insn
)
546 gdb_byte target_mem
[2];
547 unsigned int insn_type
;
550 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
552 status
= target_read_memory (addr
, target_mem
, 2);
554 memory_error (TARGET_XFER_E_IO
, addr
);
556 insn_type
= extract_unsigned_integer (target_mem
, 2, byte_order
);
557 if (CSKY_32_INSN_MASK
== (insn_type
& CSKY_32_INSN_MASK
))
559 status
= target_read_memory (addr
+ 2, target_mem
, 2);
561 memory_error (TARGET_XFER_E_IO
, addr
);
562 insn_type
= ((insn_type
<< 16)
563 | extract_unsigned_integer (target_mem
, 2, byte_order
));
570 /* Implement the read_pc gdbarch method. */
573 csky_read_pc (readable_regcache
*regcache
)
576 regcache
->cooked_read (CSKY_PC_REGNUM
, &pc
);
580 /* Implement the write_pc gdbarch method. */
583 csky_write_pc (regcache
*regcache
, CORE_ADDR val
)
585 regcache_cooked_write_unsigned (regcache
, CSKY_PC_REGNUM
, val
);
588 /* C-Sky ABI register names. */
590 static const char * const csky_register_names
[] =
592 /* General registers 0 - 31. */
593 "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
594 "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
595 "r16", "r17", "r18", "r19", "r20", "r21", "r22", "r23",
596 "r24", "r25", "r26", "r27", "r28", "r29", "r30", "r31",
598 /* DSP hilo registers 36 and 37. */
599 "", "", "", "", "hi", "lo", "", "",
601 /* FPU/VPU general registers 40 - 71. */
602 "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
603 "fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
604 "vr0", "vr1", "vr2", "vr3", "vr4", "vr5", "vr6", "vr7",
605 "vr8", "vr9", "vr10", "vr11", "vr12", "vr13", "vr14", "vr15",
607 /* Program counter 72. */
610 /* Optional registers (ar) 73 - 88. */
611 "ar0", "ar1", "ar2", "ar3", "ar4", "ar5", "ar6", "ar7",
612 "ar8", "ar9", "ar10", "ar11", "ar12", "ar13", "ar14", "ar15",
614 /* Control registers (cr) 89 - 119. */
615 "psr", "vbr", "epsr", "fpsr", "epc", "fpc", "ss0", "ss1",
616 "ss2", "ss3", "ss4", "gcr", "gsr", "cr13", "cr14", "cr15",
617 "cr16", "cr17", "cr18", "cr19", "cr20", "cr21", "cr22", "cr23",
618 "cr24", "cr25", "cr26", "cr27", "cr28", "cr29", "cr30", "cr31",
620 /* FPU/VPU control registers 121 ~ 123. */
622 "fid", "fcr", "fesr", "", "", "", "usp",
624 /* MMU control registers: 128 - 136. */
625 "mcr0", "mcr2", "mcr3", "mcr4", "mcr6", "mcr8", "mcr29", "mcr30",
628 /* Profiling control registers 140 - 143. */
629 /* Profiling software general registers 144 - 157. */
630 "profcr0", "profcr1", "profcr2", "profcr3", "profsgr0", "profsgr1",
631 "profsgr2", "profsgr3", "profsgr4", "profsgr5", "profsgr6", "profsgr7",
632 "profsgr8", "profsgr9", "profsgr10","profsgr11","profsgr12", "profsgr13",
635 /* Profiling architecture general registers 160 - 174. */
636 "profagr0", "profagr1", "profagr2", "profagr3", "profagr4", "profagr5",
637 "profagr6", "profagr7", "profagr8", "profagr9", "profagr10","profagr11",
638 "profagr12","profagr13","profagr14", "",
640 /* Profiling extension general registers 176 - 188. */
641 "profxgr0", "profxgr1", "profxgr2", "profxgr3", "profxgr4", "profxgr5",
642 "profxgr6", "profxgr7", "profxgr8", "profxgr9", "profxgr10","profxgr11",
645 /* Control registers in bank1. */
646 "", "", "", "", "", "", "", "",
647 "", "", "", "", "", "", "", "",
648 "cp1cr16", "cp1cr17", "cp1cr18", "cp1cr19", "cp1cr20", "", "", "",
649 "", "", "", "", "", "", "", "",
651 /* Control registers in bank3 (ICE). */
652 "sepsr", "sevbr", "seepsr", "", "seepc", "", "nsssp", "seusp",
653 "sedcr", "", "", "", "", "", "", "",
654 "", "", "", "", "", "", "", "",
655 "", "", "", "", "", "", "", ""
658 /* Implement the register_name gdbarch method. */
661 csky_register_name (struct gdbarch
*gdbarch
, int reg_nr
)
663 if (reg_nr
>= gdbarch_num_regs (gdbarch
))
664 return csky_pseudo_register_name (gdbarch
, reg_nr
);
666 if (tdesc_has_registers (gdbarch_target_desc (gdbarch
)))
667 return tdesc_register_name (gdbarch
, reg_nr
);
669 return csky_register_names
[reg_nr
];
672 /* Construct vector type for vrx registers. */
675 csky_vector_type (struct gdbarch
*gdbarch
)
677 const struct builtin_type
*bt
= builtin_type (gdbarch
);
681 t
= arch_composite_type (gdbarch
, "__gdb_builtin_type_vec128i",
684 append_composite_type_field (t
, "u32",
685 init_vector_type (bt
->builtin_int32
, 4));
686 append_composite_type_field (t
, "u16",
687 init_vector_type (bt
->builtin_int16
, 8));
688 append_composite_type_field (t
, "u8",
689 init_vector_type (bt
->builtin_int8
, 16));
691 t
->set_is_vector (true);
692 t
->set_name ("builtin_type_vec128i");
697 /* Return the GDB type object for the "standard" data type
698 of data in register N. */
701 csky_register_type (struct gdbarch
*gdbarch
, int reg_nr
)
703 int num_regs
= gdbarch_num_regs (gdbarch
);
704 csky_gdbarch_tdep
*tdep
705 = gdbarch_tdep
<csky_gdbarch_tdep
> (gdbarch
);
707 if (tdep
->fv_pseudo_registers_count
)
709 if ((reg_nr
>= num_regs
)
710 && (reg_nr
< (num_regs
+ tdep
->fv_pseudo_registers_count
)))
711 return builtin_type (gdbarch
)->builtin_int32
;
714 /* Vector register has 128 bits, and only in ck810. Just return
715 csky_vector_type(), not check tdesc_has_registers(), is in case
716 of some GDB stub does not describe type for Vector registers
717 in the target-description-xml. */
718 if ((reg_nr
>= CSKY_VR0_REGNUM
) && (reg_nr
<= CSKY_VR0_REGNUM
+ 15))
719 return csky_vector_type (gdbarch
);
721 /* If type has been described in tdesc-xml, use it. */
722 if (tdesc_has_registers (gdbarch_target_desc (gdbarch
)))
724 struct type
*tdesc_t
= tdesc_register_type (gdbarch
, reg_nr
);
729 /* PC, EPC, FPC is a text pointer. */
730 if ((reg_nr
== CSKY_PC_REGNUM
) || (reg_nr
== CSKY_EPC_REGNUM
)
731 || (reg_nr
== CSKY_FPC_REGNUM
))
732 return builtin_type (gdbarch
)->builtin_func_ptr
;
734 /* VBR is a data pointer. */
735 if (reg_nr
== CSKY_VBR_REGNUM
)
736 return builtin_type (gdbarch
)->builtin_data_ptr
;
738 /* Float register has 64 bits, and only in ck810. */
739 if ((reg_nr
>=CSKY_FR0_REGNUM
) && (reg_nr
<= CSKY_FR0_REGNUM
+ 15))
741 type_allocator
alloc (gdbarch
);
742 return init_float_type (alloc
, 64, "builtin_type_csky_ext",
743 floatformats_ieee_double
);
746 /* Profiling general register has 48 bits, we use 64bit. */
747 if ((reg_nr
>= CSKY_PROFGR_REGNUM
) && (reg_nr
<= CSKY_PROFGR_REGNUM
+ 44))
748 return builtin_type (gdbarch
)->builtin_uint64
;
750 if (reg_nr
== CSKY_SP_REGNUM
)
751 return builtin_type (gdbarch
)->builtin_data_ptr
;
753 /* Others are 32 bits. */
754 return builtin_type (gdbarch
)->builtin_int32
;
757 /* Data structure to marshall items in a dummy stack frame when
758 calling a function in the inferior. */
760 struct csky_stack_item
762 csky_stack_item (int len_
, const gdb_byte
*data_
)
763 : len (len_
), data (data_
)
767 const gdb_byte
*data
;
770 /* Implement the push_dummy_call gdbarch method. */
773 csky_push_dummy_call (struct gdbarch
*gdbarch
, struct value
*function
,
774 struct regcache
*regcache
, CORE_ADDR bp_addr
,
775 int nargs
, struct value
**args
, CORE_ADDR sp
,
776 function_call_return_method return_method
,
777 CORE_ADDR struct_addr
)
780 int argreg
= CSKY_ABI_A0_REGNUM
;
781 int last_arg_regnum
= CSKY_ABI_LAST_ARG_REGNUM
;
782 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
783 std::vector
<csky_stack_item
> stack_items
;
785 /* Set the return address. For CSKY, the return breakpoint is
786 always at BP_ADDR. */
787 regcache_cooked_write_unsigned (regcache
, CSKY_LR_REGNUM
, bp_addr
);
789 /* The struct_return pointer occupies the first parameter
791 if (return_method
== return_method_struct
)
795 gdb_printf (gdb_stdlog
,
796 "csky: struct return in %s = %s\n",
797 gdbarch_register_name (gdbarch
, argreg
),
798 paddress (gdbarch
, struct_addr
));
800 regcache_cooked_write_unsigned (regcache
, argreg
, struct_addr
);
804 /* Put parameters into argument registers in REGCACHE.
805 In ABI argument registers are r0 through r3. */
806 for (argnum
= 0; argnum
< nargs
; argnum
++)
809 struct type
*arg_type
;
812 arg_type
= check_typedef (args
[argnum
]->type ());
813 len
= arg_type
->length ();
814 val
= args
[argnum
]->contents ().data ();
816 /* Copy the argument to argument registers or the dummy stack.
817 Large arguments are split between registers and stack.
819 If len < 4, there is no need to worry about endianness since
820 the arguments will always be stored in the low address. */
824 = extract_unsigned_integer (val
, len
, byte_order
);
825 regcache_cooked_write_unsigned (regcache
, argreg
, regval
);
832 int partial_len
= len
< 4 ? len
: 4;
833 if (argreg
<= last_arg_regnum
)
835 /* The argument is passed in an argument register. */
837 = extract_unsigned_integer (val
, partial_len
,
839 if (byte_order
== BFD_ENDIAN_BIG
)
840 regval
<<= (4 - partial_len
) * 8;
842 /* Put regval into register in REGCACHE. */
843 regcache_cooked_write_unsigned (regcache
, argreg
,
849 /* The argument should be pushed onto the dummy stack. */
850 stack_items
.emplace_back (4, val
);
858 /* Transfer the dummy stack frame to the target. */
859 std::vector
<csky_stack_item
>::reverse_iterator iter
;
860 for (iter
= stack_items
.rbegin (); iter
!= stack_items
.rend (); ++iter
)
863 write_memory (sp
, iter
->data
, iter
->len
);
866 /* Finally, update the SP register. */
867 regcache_cooked_write_unsigned (regcache
, CSKY_SP_REGNUM
, sp
);
871 /* Implement the return_value gdbarch method. */
873 static enum return_value_convention
874 csky_return_value (struct gdbarch
*gdbarch
, struct value
*function
,
875 struct type
*valtype
, struct regcache
*regcache
,
876 gdb_byte
*readbuf
, const gdb_byte
*writebuf
)
879 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
880 int len
= valtype
->length ();
881 unsigned int ret_regnum
= CSKY_RET_REGNUM
;
883 /* Csky abi specifies that return values larger than 8 bytes
884 are put on the stack. */
886 return RETURN_VALUE_STRUCT_CONVENTION
;
892 /* By using store_unsigned_integer we avoid having to do
893 anything special for small big-endian values. */
894 regcache
->cooked_read (ret_regnum
, &tmp
);
895 store_unsigned_integer (readbuf
, (len
> 4 ? 4 : len
),
899 regcache
->cooked_read (ret_regnum
+ 1, &tmp
);
900 store_unsigned_integer (readbuf
+ 4, 4, byte_order
, tmp
);
903 if (writebuf
!= NULL
)
905 regval
= extract_unsigned_integer (writebuf
, len
> 4 ? 4 : len
,
907 regcache_cooked_write_unsigned (regcache
, ret_regnum
, regval
);
910 regval
= extract_unsigned_integer ((gdb_byte
*) writebuf
+ 4,
912 regcache_cooked_write_unsigned (regcache
, ret_regnum
+ 1,
917 return RETURN_VALUE_REGISTER_CONVENTION
;
921 /* Implement the frame_align gdbarch method.
923 Adjust the address downward (direction of stack growth) so that it
924 is correctly aligned for a new stack frame. */
927 csky_frame_align (struct gdbarch
*gdbarch
, CORE_ADDR addr
)
929 return align_down (addr
, 4);
932 /* Unwind cache used for gdbarch fallback unwinder. */
934 struct csky_unwind_cache
936 /* The stack pointer at the time this frame was created; i.e. the
937 caller's stack pointer when this function was called. It is used
938 to identify this frame. */
941 /* The frame base for this frame is just prev_sp - frame size.
942 FRAMESIZE is the distance from the frame pointer to the
943 initial stack pointer. */
946 /* The register used to hold the frame pointer for this frame. */
949 /* Saved register offsets. */
950 trad_frame_saved_reg
*saved_regs
;
953 /* Do prologue analysis, returning the PC of the first instruction
954 after the function prologue. */
957 csky_analyze_prologue (struct gdbarch
*gdbarch
,
961 const frame_info_ptr
&this_frame
,
962 struct csky_unwind_cache
*this_cache
,
966 unsigned int insn
, rn
;
969 int register_offsets
[CSKY_NUM_GREGS_SAVED_GREGS
];
971 /* For adjusting fp. */
975 /* REGISTER_OFFSETS will contain offsets from the top of the frame
976 (NOT the frame pointer) for the various saved registers, or -1
977 if the register is not saved. */
978 for (rn
= 0; rn
< CSKY_NUM_GREGS_SAVED_GREGS
; rn
++)
979 register_offsets
[rn
] = -1;
981 /* Analyze the prologue. Things we determine from analyzing the
982 prologue include the size of the frame and which registers are
983 saved (and where). */
986 gdb_printf (gdb_stdlog
,
987 "csky: Scanning prologue: start_pc = 0x%x,"
988 "limit_pc = 0x%x\n", (unsigned int) start_pc
,
989 (unsigned int) limit_pc
);
992 /* Default to 16 bit instruction. */
995 for (addr
= start_pc
; addr
< limit_pc
; addr
+= insn_len
)
998 insn_len
= csky_get_insn (gdbarch
, addr
, &insn
);
1000 /* Check if 32 bit. */
1003 /* subi32 sp,sp oimm12. */
1004 if (CSKY_32_IS_SUBI0 (insn
))
1007 int offset
= CSKY_32_SUBI_IMM (insn
);
1010 gdb_printf (gdb_stdlog
,
1011 "csky: got subi sp,%d; continuing\n",
1014 stacksize
+= offset
;
1017 /* stm32 ry-rz,(sp). */
1018 else if (CSKY_32_IS_STMx0 (insn
))
1020 /* Spill register(s). */
1025 /* BIG WARNING! The CKCore ABI does not restrict functions
1026 to taking only one stack allocation. Therefore, when
1027 we save a register, we record the offset of where it was
1028 saved relative to the current stacksize. This will
1029 then give an offset from the SP upon entry to our
1030 function. Remember, stacksize is NOT constant until
1031 we're done scanning the prologue. */
1032 start_register
= CSKY_32_STM_VAL_REGNUM (insn
);
1033 reg_count
= CSKY_32_STM_SIZE (insn
);
1036 gdb_printf (gdb_stdlog
,
1037 "csky: got stm r%d-r%d,(sp)\n",
1039 start_register
+ reg_count
);
1042 for (rn
= start_register
, offset
= 0;
1043 rn
<= start_register
+ reg_count
;
1046 register_offsets
[rn
] = stacksize
- offset
;
1049 gdb_printf (gdb_stdlog
,
1050 "csky: r%d saved at 0x%x"
1052 rn
, register_offsets
[rn
],
1057 gdb_printf (gdb_stdlog
, "csky: continuing\n");
1060 /* stw ry,(sp,disp). */
1061 else if (CSKY_32_IS_STWx0 (insn
))
1063 /* Spill register: see note for IS_STM above. */
1066 rn
= CSKY_32_ST_VAL_REGNUM (insn
);
1067 disp
= CSKY_32_ST_OFFSET (insn
);
1068 register_offsets
[rn
] = stacksize
- disp
;
1070 print_savedreg_msg (rn
, register_offsets
, true);
1073 else if (CSKY_32_IS_MOV_FP_SP (insn
))
1075 /* SP is saved to FP reg, means code afer prologue may
1078 adjust_fp
= stacksize
;
1081 else if (CSKY_32_IS_MFCR_EPSR (insn
))
1085 int mfcr_regnum
= insn
& 0x1f;
1086 insn_len
= csky_get_insn (gdbarch
, addr
, &insn2
);
1089 int stw_regnum
= (insn2
>> 5) & 0x7;
1090 if (CSKY_16_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1094 /* CSKY_EPSR_REGNUM. */
1095 rn
= CSKY_NUM_GREGS
;
1096 offset
= CSKY_16_STWx0_OFFSET (insn2
);
1097 register_offsets
[rn
] = stacksize
- offset
;
1099 print_savedreg_msg (rn
, register_offsets
, true);
1106 /* INSN_LEN == 4. */
1107 int stw_regnum
= (insn2
>> 21) & 0x1f;
1108 if (CSKY_32_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1112 /* CSKY_EPSR_REGNUM. */
1113 rn
= CSKY_NUM_GREGS
;
1114 offset
= CSKY_32_ST_OFFSET (insn2
);
1115 register_offsets
[rn
] = framesize
- offset
;
1117 print_savedreg_msg (rn
, register_offsets
, true);
1123 else if (CSKY_32_IS_MFCR_FPSR (insn
))
1127 int mfcr_regnum
= insn
& 0x1f;
1128 insn_len
= csky_get_insn (gdbarch
, addr
, &insn2
);
1131 int stw_regnum
= (insn2
>> 5) & 0x7;
1132 if (CSKY_16_IS_STWx0 (insn2
) && (mfcr_regnum
1137 /* CSKY_FPSR_REGNUM. */
1138 rn
= CSKY_NUM_GREGS
+ 1;
1139 offset
= CSKY_16_STWx0_OFFSET (insn2
);
1140 register_offsets
[rn
] = stacksize
- offset
;
1142 print_savedreg_msg (rn
, register_offsets
, true);
1149 /* INSN_LEN == 4. */
1150 int stw_regnum
= (insn2
>> 21) & 0x1f;
1151 if (CSKY_32_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1155 /* CSKY_FPSR_REGNUM. */
1156 rn
= CSKY_NUM_GREGS
+ 1;
1157 offset
= CSKY_32_ST_OFFSET (insn2
);
1158 register_offsets
[rn
] = framesize
- offset
;
1160 print_savedreg_msg (rn
, register_offsets
, true);
1166 else if (CSKY_32_IS_MFCR_EPC (insn
))
1170 int mfcr_regnum
= insn
& 0x1f;
1171 insn_len
= csky_get_insn (gdbarch
, addr
, &insn2
);
1174 int stw_regnum
= (insn2
>> 5) & 0x7;
1175 if (CSKY_16_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1179 /* CSKY_EPC_REGNUM. */
1180 rn
= CSKY_NUM_GREGS
+ 2;
1181 offset
= CSKY_16_STWx0_OFFSET (insn2
);
1182 register_offsets
[rn
] = stacksize
- offset
;
1184 print_savedreg_msg (rn
, register_offsets
, true);
1191 /* INSN_LEN == 4. */
1192 int stw_regnum
= (insn2
>> 21) & 0x1f;
1193 if (CSKY_32_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1197 /* CSKY_EPC_REGNUM. */
1198 rn
= CSKY_NUM_GREGS
+ 2;
1199 offset
= CSKY_32_ST_OFFSET (insn2
);
1200 register_offsets
[rn
] = framesize
- offset
;
1202 print_savedreg_msg (rn
, register_offsets
, true);
1208 else if (CSKY_32_IS_MFCR_FPC (insn
))
1212 int mfcr_regnum
= insn
& 0x1f;
1213 insn_len
= csky_get_insn (gdbarch
, addr
, &insn2
);
1216 int stw_regnum
= (insn2
>> 5) & 0x7;
1217 if (CSKY_16_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1221 /* CSKY_FPC_REGNUM. */
1222 rn
= CSKY_NUM_GREGS
+ 3;
1223 offset
= CSKY_16_STWx0_OFFSET (insn2
);
1224 register_offsets
[rn
] = stacksize
- offset
;
1226 print_savedreg_msg (rn
, register_offsets
, true);
1233 /* INSN_LEN == 4. */
1234 int stw_regnum
= (insn2
>> 21) & 0x1f;
1235 if (CSKY_32_IS_STWx0 (insn2
) && (mfcr_regnum
== stw_regnum
))
1239 /* CSKY_FPC_REGNUM. */
1240 rn
= CSKY_NUM_GREGS
+ 3;
1241 offset
= CSKY_32_ST_OFFSET (insn2
);
1242 register_offsets
[rn
] = framesize
- offset
;
1244 print_savedreg_msg (rn
, register_offsets
, true);
1250 else if (CSKY_32_IS_PUSH (insn
))
1252 /* Push for 32_bit. */
1253 if (CSKY_32_IS_PUSH_R29 (insn
))
1256 register_offsets
[29] = stacksize
;
1258 print_savedreg_msg (29, register_offsets
, false);
1260 if (CSKY_32_PUSH_LIST2 (insn
))
1262 int num
= CSKY_32_PUSH_LIST2 (insn
);
1264 stacksize
+= num
* 4;
1267 gdb_printf (gdb_stdlog
,
1268 "csky: push regs_array: r16-r%d\n",
1271 for (rn
= 16; rn
<= 16 + num
- 1; rn
++)
1273 register_offsets
[rn
] = stacksize
- tmp
;
1276 gdb_printf (gdb_stdlog
,
1277 "csky: r%d saved at 0x%x"
1278 " (offset %d)\n", rn
,
1279 register_offsets
[rn
], tmp
);
1284 if (CSKY_32_IS_PUSH_R15 (insn
))
1287 register_offsets
[15] = stacksize
;
1289 print_savedreg_msg (15, register_offsets
, false);
1291 if (CSKY_32_PUSH_LIST1 (insn
))
1293 int num
= CSKY_32_PUSH_LIST1 (insn
);
1295 stacksize
+= num
* 4;
1298 gdb_printf (gdb_stdlog
,
1299 "csky: push regs_array: r4-r%d\n",
1302 for (rn
= 4; rn
<= 4 + num
- 1; rn
++)
1304 register_offsets
[rn
] = stacksize
- tmp
;
1307 gdb_printf (gdb_stdlog
,
1308 "csky: r%d saved at 0x%x"
1309 " (offset %d)\n", rn
,
1310 register_offsets
[rn
], tmp
);
1316 framesize
= stacksize
;
1318 gdb_printf (gdb_stdlog
, "csky: continuing\n");
1321 else if (CSKY_32_IS_LRW4 (insn
) || CSKY_32_IS_MOVI4 (insn
)
1322 || CSKY_32_IS_MOVIH4 (insn
) || CSKY_32_IS_BMASKI4 (insn
))
1330 gdb_printf (gdb_stdlog
,
1331 "csky: looking at large frame\n");
1333 if (CSKY_32_IS_LRW4 (insn
))
1335 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
1336 int literal_addr
= (addr
+ ((insn
& 0xffff) << 2))
1338 adjust
= read_memory_unsigned_integer (literal_addr
, 4,
1341 else if (CSKY_32_IS_MOVI4 (insn
))
1342 adjust
= (insn
& 0xffff);
1343 else if (CSKY_32_IS_MOVIH4 (insn
))
1344 adjust
= (insn
& 0xffff) << 16;
1347 /* CSKY_32_IS_BMASKI4 (insn). */
1348 adjust
= (1 << (((insn
& 0x3e00000) >> 21) + 1)) - 1;
1353 gdb_printf (gdb_stdlog
,
1354 "csky: base stacksize=0x%x\n", adjust
);
1356 /* May have zero or more insns which modify r4. */
1357 gdb_printf (gdb_stdlog
,
1358 "csky: looking for r4 adjusters...\n");
1362 insn_len
= csky_get_insn (gdbarch
, addr
+ offset
, &insn2
);
1363 while (CSKY_IS_R4_ADJUSTER (insn2
))
1365 if (CSKY_32_IS_ADDI4 (insn2
))
1367 int imm
= (insn2
& 0xfff) + 1;
1371 gdb_printf (gdb_stdlog
,
1372 "csky: addi r4,%d\n", imm
);
1375 else if (CSKY_32_IS_SUBI4 (insn2
))
1377 int imm
= (insn2
& 0xfff) + 1;
1381 gdb_printf (gdb_stdlog
,
1382 "csky: subi r4,%d\n", imm
);
1385 else if (CSKY_32_IS_NOR4 (insn2
))
1390 gdb_printf (gdb_stdlog
,
1391 "csky: nor r4,r4,r4\n");
1394 else if (CSKY_32_IS_ROTLI4 (insn2
))
1396 int imm
= ((insn2
>> 21) & 0x1f);
1397 int temp
= adjust
>> (32 - imm
);
1402 gdb_printf (gdb_stdlog
,
1403 "csky: rotli r4,r4,%d\n", imm
);
1406 else if (CSKY_32_IS_LISI4 (insn2
))
1408 int imm
= ((insn2
>> 21) & 0x1f);
1412 gdb_printf (gdb_stdlog
,
1413 "csky: lsli r4,r4,%d\n", imm
);
1416 else if (CSKY_32_IS_BSETI4 (insn2
))
1418 int imm
= ((insn2
>> 21) & 0x1f);
1419 adjust
|= (1 << imm
);
1422 gdb_printf (gdb_stdlog
,
1423 "csky: bseti r4,r4 %d\n", imm
);
1426 else if (CSKY_32_IS_BCLRI4 (insn2
))
1428 int imm
= ((insn2
>> 21) & 0x1f);
1429 adjust
&= ~(1 << imm
);
1432 gdb_printf (gdb_stdlog
,
1433 "csky: bclri r4,r4 %d\n", imm
);
1436 else if (CSKY_32_IS_IXH4 (insn2
))
1441 gdb_printf (gdb_stdlog
,
1442 "csky: ixh r4,r4,r4\n");
1445 else if (CSKY_32_IS_IXW4 (insn2
))
1450 gdb_printf (gdb_stdlog
,
1451 "csky: ixw r4,r4,r4\n");
1454 else if (CSKY_16_IS_ADDI4 (insn2
))
1456 int imm
= (insn2
& 0xff) + 1;
1460 gdb_printf (gdb_stdlog
,
1461 "csky: addi r4,%d\n", imm
);
1464 else if (CSKY_16_IS_SUBI4 (insn2
))
1466 int imm
= (insn2
& 0xff) + 1;
1470 gdb_printf (gdb_stdlog
,
1471 "csky: subi r4,%d\n", imm
);
1474 else if (CSKY_16_IS_NOR4 (insn2
))
1479 gdb_printf (gdb_stdlog
,
1480 "csky: nor r4,r4\n");
1483 else if (CSKY_16_IS_BSETI4 (insn2
))
1485 int imm
= (insn2
& 0x1f);
1486 adjust
|= (1 << imm
);
1489 gdb_printf (gdb_stdlog
,
1490 "csky: bseti r4, %d\n", imm
);
1493 else if (CSKY_16_IS_BCLRI4 (insn2
))
1495 int imm
= (insn2
& 0x1f);
1496 adjust
&= ~(1 << imm
);
1499 gdb_printf (gdb_stdlog
,
1500 "csky: bclri r4, %d\n", imm
);
1503 else if (CSKY_16_IS_LSLI4 (insn2
))
1505 int imm
= (insn2
& 0x1f);
1509 gdb_printf (gdb_stdlog
,
1510 "csky: lsli r4,r4, %d\n", imm
);
1515 insn_len
= csky_get_insn (gdbarch
, addr
+ offset
, &insn2
);
1520 gdb_printf (gdb_stdlog
, "csky: done looking for"
1524 /* If the next insn adjusts the stack pointer, we keep
1525 everything; if not, we scrap it and we've found the
1526 end of the prologue. */
1527 if (CSKY_IS_SUBU4 (insn2
))
1530 stacksize
+= adjust
;
1533 gdb_printf (gdb_stdlog
,
1534 "csky: found stack adjustment of"
1535 " 0x%x bytes.\n", adjust
);
1536 gdb_printf (gdb_stdlog
,
1537 "csky: skipping to new address %s\n",
1538 core_addr_to_string_nz (addr
));
1539 gdb_printf (gdb_stdlog
,
1540 "csky: continuing\n");
1545 /* None of these instructions are prologue, so don't touch
1549 gdb_printf (gdb_stdlog
,
1550 "csky: no subu sp,sp,r4; NOT altering"
1558 /* insn_len != 4. */
1560 /* subi.sp sp,disp. */
1561 if (CSKY_16_IS_SUBI0 (insn
))
1563 int offset
= CSKY_16_SUBI_IMM (insn
);
1566 gdb_printf (gdb_stdlog
,
1567 "csky: got subi r0,%d; continuing\n",
1570 stacksize
+= offset
;
1573 /* stw.16 rz,(sp,disp). */
1574 else if (CSKY_16_IS_STWx0 (insn
))
1576 /* Spill register: see note for IS_STM above. */
1579 rn
= CSKY_16_ST_VAL_REGNUM (insn
);
1580 disp
= CSKY_16_ST_OFFSET (insn
);
1581 register_offsets
[rn
] = stacksize
- disp
;
1583 print_savedreg_msg (rn
, register_offsets
, true);
1586 else if (CSKY_16_IS_MOV_FP_SP (insn
))
1588 /* SP is saved to FP reg, means prologue may modify SP. */
1590 adjust_fp
= stacksize
;
1593 else if (CSKY_16_IS_PUSH (insn
))
1595 /* Push for 16_bit. */
1597 if (CSKY_16_IS_PUSH_R15 (insn
))
1600 register_offsets
[15] = stacksize
;
1602 print_savedreg_msg (15, register_offsets
, false);
1605 if (CSKY_16_PUSH_LIST1 (insn
))
1607 int num
= CSKY_16_PUSH_LIST1 (insn
);
1609 stacksize
+= num
* 4;
1613 gdb_printf (gdb_stdlog
,
1614 "csky: push regs_array: r4-r%d\n",
1617 for (rn
= 4; rn
<= 4 + num
- 1; rn
++)
1619 register_offsets
[rn
] = stacksize
- tmp
;
1622 gdb_printf (gdb_stdlog
,
1623 "csky: r%d saved at 0x%x"
1624 " (offset %d)\n", rn
,
1625 register_offsets
[rn
], offset
);
1631 framesize
= stacksize
;
1633 gdb_printf (gdb_stdlog
, "csky: continuing\n");
1636 else if (CSKY_16_IS_LRW4 (insn
) || CSKY_16_IS_MOVI4 (insn
))
1643 gdb_printf (gdb_stdlog
,
1644 "csky: looking at large frame\n");
1646 if (CSKY_16_IS_LRW4 (insn
))
1648 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
1649 int offset
= ((insn
& 0x300) >> 3) | (insn
& 0x1f);
1650 int literal_addr
= (addr
+ ( offset
<< 2)) & 0xfffffffc;
1651 adjust
= read_memory_unsigned_integer (literal_addr
, 4,
1656 /* CSKY_16_IS_MOVI4 (insn). */
1657 adjust
= (insn
& 0xff);
1662 gdb_printf (gdb_stdlog
,
1663 "csky: base stacksize=0x%x\n", adjust
);
1666 /* May have zero or more instructions which modify r4. */
1669 gdb_printf (gdb_stdlog
,
1670 "csky: looking for r4 adjusters...\n");
1673 insn_len
= csky_get_insn (gdbarch
, addr
+ offset
, &insn2
);
1674 while (CSKY_IS_R4_ADJUSTER (insn2
))
1676 if (CSKY_32_IS_ADDI4 (insn2
))
1678 int imm
= (insn2
& 0xfff) + 1;
1682 gdb_printf (gdb_stdlog
,
1683 "csky: addi r4,%d\n", imm
);
1686 else if (CSKY_32_IS_SUBI4 (insn2
))
1688 int imm
= (insn2
& 0xfff) + 1;
1692 gdb_printf (gdb_stdlog
,
1693 "csky: subi r4,%d\n", imm
);
1696 else if (CSKY_32_IS_NOR4 (insn2
))
1701 gdb_printf (gdb_stdlog
,
1702 "csky: nor r4,r4,r4\n");
1705 else if (CSKY_32_IS_ROTLI4 (insn2
))
1707 int imm
= ((insn2
>> 21) & 0x1f);
1708 int temp
= adjust
>> (32 - imm
);
1713 gdb_printf (gdb_stdlog
,
1714 "csky: rotli r4,r4,%d\n", imm
);
1717 else if (CSKY_32_IS_LISI4 (insn2
))
1719 int imm
= ((insn2
>> 21) & 0x1f);
1723 gdb_printf (gdb_stdlog
,
1724 "csky: lsli r4,r4,%d\n", imm
);
1727 else if (CSKY_32_IS_BSETI4 (insn2
))
1729 int imm
= ((insn2
>> 21) & 0x1f);
1730 adjust
|= (1 << imm
);
1733 gdb_printf (gdb_stdlog
,
1734 "csky: bseti r4,r4 %d\n", imm
);
1737 else if (CSKY_32_IS_BCLRI4 (insn2
))
1739 int imm
= ((insn2
>> 21) & 0x1f);
1740 adjust
&= ~(1 << imm
);
1743 gdb_printf (gdb_stdlog
,
1744 "csky: bclri r4,r4 %d\n", imm
);
1747 else if (CSKY_32_IS_IXH4 (insn2
))
1752 gdb_printf (gdb_stdlog
,
1753 "csky: ixh r4,r4,r4\n");
1756 else if (CSKY_32_IS_IXW4 (insn2
))
1761 gdb_printf (gdb_stdlog
,
1762 "csky: ixw r4,r4,r4\n");
1765 else if (CSKY_16_IS_ADDI4 (insn2
))
1767 int imm
= (insn2
& 0xff) + 1;
1771 gdb_printf (gdb_stdlog
,
1772 "csky: addi r4,%d\n", imm
);
1775 else if (CSKY_16_IS_SUBI4 (insn2
))
1777 int imm
= (insn2
& 0xff) + 1;
1781 gdb_printf (gdb_stdlog
,
1782 "csky: subi r4,%d\n", imm
);
1785 else if (CSKY_16_IS_NOR4 (insn2
))
1790 gdb_printf (gdb_stdlog
,
1791 "csky: nor r4,r4\n");
1794 else if (CSKY_16_IS_BSETI4 (insn2
))
1796 int imm
= (insn2
& 0x1f);
1797 adjust
|= (1 << imm
);
1800 gdb_printf (gdb_stdlog
,
1801 "csky: bseti r4, %d\n", imm
);
1804 else if (CSKY_16_IS_BCLRI4 (insn2
))
1806 int imm
= (insn2
& 0x1f);
1807 adjust
&= ~(1 << imm
);
1810 gdb_printf (gdb_stdlog
,
1811 "csky: bclri r4, %d\n", imm
);
1814 else if (CSKY_16_IS_LSLI4 (insn2
))
1816 int imm
= (insn2
& 0x1f);
1820 gdb_printf (gdb_stdlog
,
1821 "csky: lsli r4,r4, %d\n", imm
);
1826 insn_len
= csky_get_insn (gdbarch
, addr
+ offset
, &insn2
);
1831 gdb_printf (gdb_stdlog
, "csky: "
1832 "done looking for r4 adjusters\n");
1835 /* If the next instruction adjusts the stack pointer, we keep
1836 everything; if not, we scrap it and we've found the end
1838 if (CSKY_IS_SUBU4 (insn2
))
1841 stacksize
+= adjust
;
1844 gdb_printf (gdb_stdlog
, "csky: "
1845 "found stack adjustment of 0x%x"
1846 " bytes.\n", adjust
);
1847 gdb_printf (gdb_stdlog
, "csky: "
1848 "skipping to new address %s\n",
1849 core_addr_to_string_nz (addr
));
1850 gdb_printf (gdb_stdlog
, "csky: continuing\n");
1855 /* None of these instructions are prologue, so don't touch
1859 gdb_printf (gdb_stdlog
, "csky: no subu sp,r4; "
1860 "NOT altering stacksize.\n");
1866 /* This is not a prologue instruction, so stop here. */
1869 gdb_printf (gdb_stdlog
, "csky: insn is not a prologue"
1870 " insn -- ending scan\n");
1877 CORE_ADDR unwound_fp
;
1878 enum bfd_endian byte_order
= gdbarch_byte_order (gdbarch
);
1879 this_cache
->framesize
= framesize
;
1883 this_cache
->framereg
= CSKY_FP_REGNUM
;
1884 unwound_fp
= get_frame_register_unsigned (this_frame
,
1885 this_cache
->framereg
);
1886 this_cache
->prev_sp
= unwound_fp
+ adjust_fp
;
1890 this_cache
->framereg
= CSKY_SP_REGNUM
;
1891 unwound_fp
= get_frame_register_unsigned (this_frame
,
1892 this_cache
->framereg
);
1893 this_cache
->prev_sp
= unwound_fp
+ stacksize
;
1896 /* Note where saved registers are stored. The offsets in
1897 REGISTER_OFFSETS are computed relative to the top of the frame. */
1898 for (rn
= 0; rn
< CSKY_NUM_GREGS
; rn
++)
1900 if (register_offsets
[rn
] >= 0)
1902 this_cache
->saved_regs
[rn
].set_addr (this_cache
->prev_sp
1903 - register_offsets
[rn
]);
1906 CORE_ADDR rn_value
= read_memory_unsigned_integer (
1907 this_cache
->saved_regs
[rn
].addr (), 4, byte_order
);
1908 gdb_printf (gdb_stdlog
, "Saved register %s "
1909 "stored at 0x%08lx, value=0x%08lx\n",
1910 csky_register_names
[rn
],
1912 this_cache
->saved_regs
[rn
].addr (),
1913 (unsigned long) rn_value
);
1917 if (lr_type
== LR_TYPE_EPC
)
1920 this_cache
->saved_regs
[CSKY_PC_REGNUM
]
1921 = this_cache
->saved_regs
[CSKY_EPC_REGNUM
];
1923 else if (lr_type
== LR_TYPE_FPC
)
1926 this_cache
->saved_regs
[CSKY_PC_REGNUM
]
1927 = this_cache
->saved_regs
[CSKY_FPC_REGNUM
];
1931 this_cache
->saved_regs
[CSKY_PC_REGNUM
]
1932 = this_cache
->saved_regs
[CSKY_LR_REGNUM
];
1939 /* Detect whether PC is at a point where the stack frame has been
1943 csky_stack_frame_destroyed_p (struct gdbarch
*gdbarch
, CORE_ADDR pc
)
1947 CORE_ADDR func_start
, func_end
;
1949 if (!find_pc_partial_function (pc
, NULL
, &func_start
, &func_end
))
1952 bool fp_saved
= false;
1954 for (addr
= func_start
; addr
< func_end
; addr
+= insn_len
)
1956 /* Get next insn. */
1957 insn_len
= csky_get_insn (gdbarch
, addr
, &insn
);
1961 /* Is sp is saved to fp. */
1962 if (CSKY_16_IS_MOV_FP_SP (insn
))
1964 /* If sp was saved to fp and now being restored from
1965 fp then it indicates the start of epilog. */
1966 else if (fp_saved
&& CSKY_16_IS_MOV_SP_FP (insn
))
1973 /* Implement the skip_prologue gdbarch hook. */
1976 csky_skip_prologue (struct gdbarch
*gdbarch
, CORE_ADDR pc
)
1978 CORE_ADDR func_addr
, func_end
;
1979 const int default_search_limit
= 128;
1981 /* See if we can find the end of the prologue using the symbol table. */
1982 if (find_pc_partial_function (pc
, NULL
, &func_addr
, &func_end
))
1984 CORE_ADDR post_prologue_pc
1985 = skip_prologue_using_sal (gdbarch
, func_addr
);
1987 if (post_prologue_pc
!= 0)
1988 return std::max (pc
, post_prologue_pc
);
1991 func_end
= pc
+ default_search_limit
;
1993 /* Find the end of prologue. Default lr_type. */
1994 return csky_analyze_prologue (gdbarch
, pc
, func_end
, func_end
,
1995 NULL
, NULL
, LR_TYPE_R15
);
1998 /* Implement the breakpoint_kind_from_pc gdbarch method. */
2001 csky_breakpoint_kind_from_pc (struct gdbarch
*gdbarch
, CORE_ADDR
*pcptr
)
2003 if (csky_pc_is_csky16 (gdbarch
, *pcptr
))
2004 return CSKY_INSN_SIZE16
;
2006 return CSKY_INSN_SIZE32
;
2009 /* Implement the sw_breakpoint_from_kind gdbarch method. */
2011 static const gdb_byte
*
2012 csky_sw_breakpoint_from_kind (struct gdbarch
*gdbarch
, int kind
, int *size
)
2015 if (kind
== CSKY_INSN_SIZE16
)
2017 static gdb_byte csky_16_breakpoint
[] = { 0, 0 };
2018 return csky_16_breakpoint
;
2022 static gdb_byte csky_32_breakpoint
[] = { 0, 0, 0, 0 };
2023 return csky_32_breakpoint
;
2027 /* Determine link register type. */
2030 csky_analyze_lr_type (struct gdbarch
*gdbarch
,
2031 CORE_ADDR start_pc
, CORE_ADDR end_pc
)
2034 unsigned int insn
, insn_len
;
2037 for (addr
= start_pc
; addr
< end_pc
; addr
+= insn_len
)
2039 insn_len
= csky_get_insn (gdbarch
, addr
, &insn
);
2042 if (CSKY_32_IS_MFCR_EPSR (insn
) || CSKY_32_IS_MFCR_EPC (insn
)
2043 || CSKY_32_IS_RTE (insn
))
2046 else if (CSKY_32_IS_MFCR_FPSR (insn
) || CSKY_32_IS_MFCR_FPC (insn
)
2047 || CSKY_32_IS_RFI (insn
))
2049 else if (CSKY_32_IS_JMP (insn
) || CSKY_32_IS_BR (insn
)
2050 || CSKY_32_IS_JMPIX (insn
) || CSKY_32_IS_JMPI (insn
))
2054 /* 16 bit instruction. */
2055 if (CSKY_16_IS_JMP (insn
) || CSKY_16_IS_BR (insn
)
2056 || CSKY_16_IS_JMPIX (insn
))
2063 /* Heuristic unwinder. */
2065 static struct csky_unwind_cache
*
2066 csky_frame_unwind_cache (const frame_info_ptr
&this_frame
)
2068 CORE_ADDR prologue_start
, prologue_end
, func_end
, prev_pc
, block_addr
;
2069 struct csky_unwind_cache
*cache
;
2070 const struct block
*bl
;
2071 unsigned long func_size
= 0;
2072 struct gdbarch
*gdbarch
= get_frame_arch (this_frame
);
2073 unsigned int sp_regnum
= CSKY_SP_REGNUM
;
2075 /* Default lr type is r15. */
2076 lr_type_t lr_type
= LR_TYPE_R15
;
2078 cache
= FRAME_OBSTACK_ZALLOC (struct csky_unwind_cache
);
2079 cache
->saved_regs
= trad_frame_alloc_saved_regs (this_frame
);
2081 /* Assume there is no frame until proven otherwise. */
2082 cache
->framereg
= sp_regnum
;
2084 cache
->framesize
= 0;
2086 prev_pc
= get_frame_pc (this_frame
);
2087 block_addr
= get_frame_address_in_block (this_frame
);
2088 if (find_pc_partial_function (block_addr
, NULL
, &prologue_start
,
2090 /* We couldn't find a function containing block_addr, so bail out
2091 and hope for the best. */
2094 /* Get the (function) symbol matching prologue_start. */
2095 bl
= block_for_pc (prologue_start
);
2097 func_size
= bl
->end () - bl
->start ();
2100 struct bound_minimal_symbol msymbol
2101 = lookup_minimal_symbol_by_pc (prologue_start
);
2102 if (msymbol
.minsym
!= NULL
)
2103 func_size
= msymbol
.minsym
->size ();
2106 /* If FUNC_SIZE is 0 we may have a special-case use of lr
2107 e.g. exception or interrupt. */
2109 lr_type
= csky_analyze_lr_type (gdbarch
, prologue_start
, func_end
);
2111 prologue_end
= std::min (func_end
, prev_pc
);
2113 /* Analyze the function prologue. */
2114 csky_analyze_prologue (gdbarch
, prologue_start
, prologue_end
,
2115 func_end
, this_frame
, cache
, lr_type
);
2117 /* gdbarch_sp_regnum contains the value and not the address. */
2118 cache
->saved_regs
[sp_regnum
].set_value (cache
->prev_sp
);
2122 /* Implement the this_id function for the normal unwinder. */
2125 csky_frame_this_id (const frame_info_ptr
&this_frame
,
2126 void **this_prologue_cache
, struct frame_id
*this_id
)
2128 struct csky_unwind_cache
*cache
;
2131 if (*this_prologue_cache
== NULL
)
2132 *this_prologue_cache
= csky_frame_unwind_cache (this_frame
);
2133 cache
= (struct csky_unwind_cache
*) *this_prologue_cache
;
2135 /* This marks the outermost frame. */
2136 if (cache
->prev_sp
== 0)
2139 id
= frame_id_build (cache
->prev_sp
, get_frame_func (this_frame
));
2143 /* Implement the prev_register function for the normal unwinder. */
2145 static struct value
*
2146 csky_frame_prev_register (const frame_info_ptr
&this_frame
,
2147 void **this_prologue_cache
, int regnum
)
2149 struct csky_unwind_cache
*cache
;
2151 if (*this_prologue_cache
== NULL
)
2152 *this_prologue_cache
= csky_frame_unwind_cache (this_frame
);
2153 cache
= (struct csky_unwind_cache
*) *this_prologue_cache
;
2155 return trad_frame_get_prev_register (this_frame
, cache
->saved_regs
,
2159 /* Data structures for the normal prologue-analysis-based
2162 static const struct frame_unwind csky_unwind_cache
= {
2165 default_frame_unwind_stop_reason
,
2167 csky_frame_prev_register
,
2169 default_frame_sniffer
,
2175 csky_check_long_branch (const frame_info_ptr
&frame
, CORE_ADDR pc
)
2178 struct gdbarch
*gdbarch
= get_frame_arch (frame
);
2179 enum bfd_endian byte_order_for_code
2180 = gdbarch_byte_order_for_code (gdbarch
);
2182 if (target_read_memory (pc
, buf
, 8) == 0)
2185 = extract_unsigned_integer (buf
, 4, byte_order_for_code
);
2187 = extract_unsigned_integer (buf
+ 4, 4, byte_order_for_code
);
2189 /* Case: jmpi [pc+4] : 0xeac00001
2191 if (data0
== CSKY_JMPI_PC_4
)
2194 /* Case: lrw t1, [pc+8] : 0xea8d0002
2198 if ((data0
== CSKY_LRW_T1_PC_8
) && (data1
== CSKY_JMP_T1_VS_NOP
))
2200 if (target_read_memory (pc
+ 8, buf
, 4) == 0)
2201 return extract_unsigned_integer (buf
, 4, byte_order_for_code
);
2211 csky_stub_unwind_sniffer (const struct frame_unwind
*self
,
2212 const frame_info_ptr
&this_frame
,
2213 void **this_prologue_cache
)
2215 CORE_ADDR addr_in_block
, pc
;
2218 CORE_ADDR start_addr
;
2221 addr_in_block
= get_frame_address_in_block (this_frame
);
2222 pc
= get_frame_pc (this_frame
);
2224 if (in_plt_section (addr_in_block
)
2225 || target_read_memory (pc
, dummy
, 4) != 0)
2228 /* Find the starting address and name of the function containing the PC. */
2229 if (find_pc_partial_function (pc
, &name
, &start_addr
, NULL
) == 0)
2231 start_addr
= csky_check_long_branch (this_frame
, pc
);
2232 /* if not long branch, return 0. */
2233 if (start_addr
!= 0)
2242 static struct csky_unwind_cache
*
2243 csky_make_stub_cache (const frame_info_ptr
&this_frame
)
2245 struct csky_unwind_cache
*cache
;
2247 cache
= FRAME_OBSTACK_ZALLOC (struct csky_unwind_cache
);
2248 cache
->saved_regs
= trad_frame_alloc_saved_regs (this_frame
);
2249 cache
->prev_sp
= get_frame_register_unsigned (this_frame
, CSKY_SP_REGNUM
);
2255 csky_stub_this_id (const frame_info_ptr
&this_frame
,
2257 struct frame_id
*this_id
)
2259 struct csky_unwind_cache
*cache
;
2261 if (*this_cache
== NULL
)
2262 *this_cache
= csky_make_stub_cache (this_frame
);
2263 cache
= (struct csky_unwind_cache
*) *this_cache
;
2265 /* Our frame ID for a stub frame is the current SP and LR. */
2266 *this_id
= frame_id_build (cache
->prev_sp
, get_frame_pc (this_frame
));
2269 static struct value
*
2270 csky_stub_prev_register (const frame_info_ptr
&this_frame
,
2274 struct csky_unwind_cache
*cache
;
2276 if (*this_cache
== NULL
)
2277 *this_cache
= csky_make_stub_cache (this_frame
);
2278 cache
= (struct csky_unwind_cache
*) *this_cache
;
2280 /* If we are asked to unwind the PC, then return the LR. */
2281 if (prev_regnum
== CSKY_PC_REGNUM
)
2285 lr
= frame_unwind_register_unsigned (this_frame
, CSKY_LR_REGNUM
);
2286 return frame_unwind_got_constant (this_frame
, prev_regnum
, lr
);
2289 if (prev_regnum
== CSKY_SP_REGNUM
)
2290 return frame_unwind_got_constant (this_frame
, prev_regnum
, cache
->prev_sp
);
2292 return trad_frame_get_prev_register (this_frame
, cache
->saved_regs
,
2296 static frame_unwind csky_stub_unwind
= {
2299 default_frame_unwind_stop_reason
,
2301 csky_stub_prev_register
,
2303 csky_stub_unwind_sniffer
2306 /* Implement the this_base, this_locals, and this_args hooks
2307 for the normal unwinder. */
2310 csky_frame_base_address (const frame_info_ptr
&this_frame
, void **this_cache
)
2312 struct csky_unwind_cache
*cache
;
2314 if (*this_cache
== NULL
)
2315 *this_cache
= csky_frame_unwind_cache (this_frame
);
2316 cache
= (struct csky_unwind_cache
*) *this_cache
;
2318 return cache
->prev_sp
- cache
->framesize
;
2321 static const struct frame_base csky_frame_base
= {
2323 csky_frame_base_address
,
2324 csky_frame_base_address
,
2325 csky_frame_base_address
2328 /* Initialize register access method. */
2331 csky_dwarf2_frame_init_reg (struct gdbarch
*gdbarch
, int regnum
,
2332 struct dwarf2_frame_state_reg
*reg
,
2333 const frame_info_ptr
&this_frame
)
2335 if (regnum
== gdbarch_pc_regnum (gdbarch
))
2336 reg
->how
= DWARF2_FRAME_REG_RA
;
2337 else if (regnum
== gdbarch_sp_regnum (gdbarch
))
2338 reg
->how
= DWARF2_FRAME_REG_CFA
;
2341 /* Create csky register groups. */
2344 csky_init_reggroup ()
2346 cr_reggroup
= reggroup_new ("cr", USER_REGGROUP
);
2347 fr_reggroup
= reggroup_new ("fr", USER_REGGROUP
);
2348 vr_reggroup
= reggroup_new ("vr", USER_REGGROUP
);
2349 mmu_reggroup
= reggroup_new ("mmu", USER_REGGROUP
);
2350 prof_reggroup
= reggroup_new ("profiling", USER_REGGROUP
);
2353 /* Add register groups into reggroup list. */
2356 csky_add_reggroups (struct gdbarch
*gdbarch
)
2358 reggroup_add (gdbarch
, cr_reggroup
);
2359 reggroup_add (gdbarch
, fr_reggroup
);
2360 reggroup_add (gdbarch
, vr_reggroup
);
2361 reggroup_add (gdbarch
, mmu_reggroup
);
2362 reggroup_add (gdbarch
, prof_reggroup
);
2365 /* Return the groups that a CSKY register can be categorised into. */
2368 csky_register_reggroup_p (struct gdbarch
*gdbarch
, int regnum
,
2369 const struct reggroup
*reggroup
)
2373 if (gdbarch_register_name (gdbarch
, regnum
)[0] == '\0')
2376 if (reggroup
== all_reggroup
)
2379 raw_p
= regnum
< gdbarch_num_regs (gdbarch
);
2380 if (reggroup
== save_reggroup
|| reggroup
== restore_reggroup
)
2383 if ((((regnum
>= CSKY_R0_REGNUM
) && (regnum
<= CSKY_R0_REGNUM
+ 31))
2384 || (regnum
== CSKY_PC_REGNUM
)
2385 || (regnum
== CSKY_EPC_REGNUM
)
2386 || (regnum
== CSKY_CR0_REGNUM
)
2387 || (regnum
== CSKY_EPSR_REGNUM
))
2388 && (reggroup
== general_reggroup
))
2391 if (((regnum
== CSKY_PC_REGNUM
)
2392 || ((regnum
>= CSKY_CR0_REGNUM
)
2393 && (regnum
<= CSKY_CR0_REGNUM
+ 30)))
2394 && (reggroup
== cr_reggroup
))
2397 if ((((regnum
>= CSKY_VR0_REGNUM
) && (regnum
<= CSKY_VR0_REGNUM
+ 15))
2398 || ((regnum
>= CSKY_FCR_REGNUM
)
2399 && (regnum
<= CSKY_FCR_REGNUM
+ 2)))
2400 && (reggroup
== vr_reggroup
))
2403 if (((regnum
>= CSKY_MMU_REGNUM
) && (regnum
<= CSKY_MMU_REGNUM
+ 8))
2404 && (reggroup
== mmu_reggroup
))
2407 if (((regnum
>= CSKY_PROFCR_REGNUM
)
2408 && (regnum
<= CSKY_PROFCR_REGNUM
+ 48))
2409 && (reggroup
== prof_reggroup
))
2412 if ((((regnum
>= CSKY_FR0_REGNUM
) && (regnum
<= CSKY_FR0_REGNUM
+ 15))
2413 || ((regnum
>= CSKY_FCR_REGNUM
) && (regnum
<= CSKY_FCR_REGNUM
+ 2)))
2414 && (reggroup
== fr_reggroup
))
2417 if (tdesc_has_registers (gdbarch_target_desc (gdbarch
)))
2419 if (tdesc_register_in_reggroup_p (gdbarch
, regnum
, reggroup
) > 0)
2426 /* Implement the dwarf2_reg_to_regnum gdbarch method. */
2429 csky_dwarf_reg_to_regnum (struct gdbarch
*gdbarch
, int dw_reg
)
2432 if (dw_reg
>= CSKY_R0_REGNUM
&& dw_reg
<= CSKY_R0_REGNUM
+ 31)
2435 /* For Hi, Lo, PC. */
2436 if (dw_reg
== CSKY_HI_REGNUM
|| dw_reg
== CSKY_LO_REGNUM
2437 || dw_reg
== CSKY_PC_REGNUM
)
2440 /* For Float and Vector pseudo registers. */
2441 if (dw_reg
>= FV_PSEUDO_REGNO_FIRST
&& dw_reg
<= FV_PSEUDO_REGNO_LAST
)
2445 xsnprintf (name_buf
, sizeof (name_buf
), "s%d",
2446 dw_reg
- FV_PSEUDO_REGNO_FIRST
);
2447 return user_reg_map_name_to_regnum (gdbarch
, name_buf
,
2451 /* Others, unknown. */
2455 /* Check whether xml has discribled the essential regs. */
2458 csky_essential_reg_check (const struct csky_supported_tdesc_register
*reg
)
2460 if ((strcmp (reg
->name
, "pc") == 0)
2461 && (reg
->num
== CSKY_PC_REGNUM
))
2462 return CSKY_TDESC_REGS_PC_NUMBERED
;
2463 else if ((strcmp (reg
->name
, "r14") == 0)
2464 && (reg
->num
== CSKY_SP_REGNUM
))
2465 return CSKY_TDESC_REGS_SP_NUMBERED
;
2466 else if ((strcmp (reg
->name
, "r15") == 0)
2467 && (reg
->num
== CSKY_LR_REGNUM
))
2468 return CSKY_TDESC_REGS_LR_NUMBERED
;
2473 /* Check whether xml has discribled the fr0~fr15 regs. */
2476 csky_fr0_fr15_reg_check (const struct csky_supported_tdesc_register
*reg
) {
2478 for (i
= 0; i
< 16; i
++)
2480 if ((strcmp (reg
->name
, csky_supported_fpu_regs
[i
].name
) == 0)
2481 && (csky_supported_fpu_regs
[i
].num
== reg
->num
))
2488 /* Check whether xml has discribled the fr16~fr31 regs. */
2491 csky_fr16_fr31_reg_check (const struct csky_supported_tdesc_register
*reg
) {
2493 for (i
= 0; i
< 16; i
++)
2495 if ((strcmp (reg
->name
, csky_supported_fpu_regs
[i
+ 16].name
) == 0)
2496 && (csky_supported_fpu_regs
[i
+ 16].num
== reg
->num
))
2503 /* Check whether xml has discribled the vr0~vr15 regs. */
2506 csky_vr0_vr15_reg_check (const struct csky_supported_tdesc_register
*reg
) {
2508 for (i
= 0; i
< 16; i
++)
2510 if ((strcmp (reg
->name
, csky_supported_fpu_regs
[i
+ 32].name
) == 0)
2511 && (csky_supported_fpu_regs
[i
+ 32].num
== reg
->num
))
2518 /* Return pseudo reg's name. */
2521 csky_pseudo_register_name (struct gdbarch
*gdbarch
, int regno
)
2523 int num_regs
= gdbarch_num_regs (gdbarch
);
2524 csky_gdbarch_tdep
*tdep
2525 = gdbarch_tdep
<csky_gdbarch_tdep
> (gdbarch
);
2529 if (tdep
->fv_pseudo_registers_count
)
2531 static const char *const fv_pseudo_names
[] = {
2532 "s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
2533 "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15",
2534 "s16", "s17", "s18", "s19", "s20", "s21", "s22", "s23",
2535 "s24", "s25", "s26", "s27", "s28", "s29", "s30", "s31",
2536 "s32", "s33", "s34", "s35", "s36", "s37", "s38", "s39",
2537 "s40", "s41", "s42", "s43", "s44", "s45", "s46", "s47",
2538 "s48", "s49", "s50", "s51", "s52", "s53", "s54", "s55",
2539 "s56", "s57", "s58", "s59", "s60", "s61", "s62", "s63",
2540 "s64", "s65", "s66", "s67", "s68", "s69", "s70", "s71",
2541 "s72", "s73", "s74", "s75", "s76", "s77", "s78", "s79",
2542 "s80", "s81", "s82", "s83", "s84", "s85", "s86", "s87",
2543 "s88", "s89", "s90", "s91", "s92", "s93", "s94", "s95",
2544 "s96", "s97", "s98", "s99", "s100", "s101", "s102", "s103",
2545 "s104", "s105", "s106", "s107", "s108", "s109", "s110", "s111",
2546 "s112", "s113", "s114", "s115", "s116", "s117", "s118", "s119",
2547 "s120", "s121", "s122", "s123", "s124", "s125", "s126", "s127",
2550 if (regno
< tdep
->fv_pseudo_registers_count
)
2552 if ((regno
< 64) && ((regno
% 4) >= 2) && !tdep
->has_vr0
)
2554 else if ((regno
>= 64) && ((regno
% 4) >= 2))
2557 return fv_pseudo_names
[regno
];
2564 /* Read for csky pseudo regs. */
2566 static enum register_status
2567 csky_pseudo_register_read (struct gdbarch
*gdbarch
,
2568 struct readable_regcache
*regcache
,
2569 int regnum
, gdb_byte
*buf
)
2571 int num_regs
= gdbarch_num_regs (gdbarch
);
2572 csky_gdbarch_tdep
*tdep
2573 = gdbarch_tdep
<csky_gdbarch_tdep
> (gdbarch
);
2577 if (regnum
< tdep
->fv_pseudo_registers_count
)
2579 enum register_status status
;
2582 gdb_byte reg_buf
[16];
2584 /* Ensure getting s0~s63 from vrx if tdep->has_vr0 is true. */
2589 gdb_regnum
= CSKY_VR0_REGNUM
+ (regnum
/ 4);
2590 offset
= (regnum
% 4) * 4;
2594 gdb_regnum
= CSKY_FR16_REGNUM
+ ((regnum
- 64) / 4);
2595 if ((regnum
% 4) >= 2)
2596 return REG_UNAVAILABLE
;
2597 offset
= (regnum
% 2) * 4;
2602 gdb_regnum
= CSKY_FR0_REGNUM
+ (regnum
/ 4);
2603 if ((regnum
% 4) >= 2)
2604 return REG_UNAVAILABLE
;
2605 offset
= (regnum
% 2) * 4;
2608 status
= regcache
->raw_read (gdb_regnum
, reg_buf
);
2609 if (status
== REG_VALID
)
2610 memcpy (buf
, reg_buf
+ offset
, 4);
2617 /* Write for csky pseudo regs. */
2620 csky_pseudo_register_write (struct gdbarch
*gdbarch
, struct regcache
*regcache
,
2621 int regnum
, const gdb_byte
*buf
)
2623 int num_regs
= gdbarch_num_regs (gdbarch
);
2624 csky_gdbarch_tdep
*tdep
2625 = gdbarch_tdep
<csky_gdbarch_tdep
> (gdbarch
);
2629 if (regnum
< tdep
->fv_pseudo_registers_count
)
2631 gdb_byte reg_buf
[16];
2639 gdb_regnum
= CSKY_VR0_REGNUM
+ (regnum
/ 4);
2640 offset
= (regnum
% 4) * 4;
2644 gdb_regnum
= CSKY_FR16_REGNUM
+ ((regnum
- 64) / 4);
2645 if ((regnum
% 4) >= 2)
2647 offset
= (regnum
% 2) * 4;
2652 gdb_regnum
= CSKY_FR0_REGNUM
+ (regnum
/ 4);
2653 if ((regnum
% 4) >= 2)
2655 offset
= (regnum
% 2) * 4;
2658 regcache
->raw_read (gdb_regnum
, reg_buf
);
2659 memcpy (reg_buf
+ offset
, buf
, 4);
2660 regcache
->raw_write (gdb_regnum
, reg_buf
);
2667 /* Initialize the current architecture based on INFO. If possible,
2668 re-use an architecture from ARCHES, which is a list of
2669 architectures already created during this debugging session.
2671 Called at program startup, when reading a core file, and when
2672 reading a binary file. */
2674 static struct gdbarch
*
2675 csky_gdbarch_init (struct gdbarch_info info
, struct gdbarch_list
*arches
)
2677 /* Analyze info.abfd. */
2678 unsigned int fpu_abi
= 0;
2679 unsigned int vdsp_version
= 0;
2680 unsigned int fpu_hardfp
= 0;
2681 /* Analyze info.target_desc */
2686 tdesc_arch_data_up tdesc_data
;
2688 if (tdesc_has_registers (info
.target_desc
))
2694 int feature_names_count
= ARRAY_SIZE (csky_supported_tdesc_feature_names
);
2695 int support_tdesc_regs_count
2696 = csky_get_supported_tdesc_registers_count();
2697 const struct csky_supported_tdesc_register
*tdesc_reg
;
2698 const struct tdesc_feature
*feature
;
2700 tdesc_data
= tdesc_data_alloc ();
2701 for (index
= 0; index
< feature_names_count
; index
++)
2703 feature
= tdesc_find_feature (info
.target_desc
,
2704 csky_supported_tdesc_feature_names
[index
]);
2705 if (feature
!= NULL
)
2707 for (i
= 0; i
< support_tdesc_regs_count
; i
++)
2709 tdesc_reg
= csky_get_supported_register_by_index (i
);
2712 numbered
= tdesc_numbered_register (feature
, tdesc_data
.get(),
2716 valid_p
|= csky_essential_reg_check (tdesc_reg
);
2717 has_fr0
|= csky_fr0_fr15_reg_check (tdesc_reg
);
2718 has_fr16
|= csky_fr16_fr31_reg_check (tdesc_reg
);
2719 has_vr0
|= csky_vr0_vr15_reg_check (tdesc_reg
);
2720 if (num_regs
< tdesc_reg
->num
)
2721 num_regs
= tdesc_reg
->num
;
2726 if (valid_p
!= CSKY_TDESC_REGS_ESSENTIAL_VALUE
)
2730 /* When the type of bfd file is srec(or any files are not elf),
2731 the E_FLAGS will be not credible. */
2732 if (info
.abfd
!= NULL
&& bfd_get_flavour (info
.abfd
) == bfd_target_elf_flavour
)
2734 /* Get FPU, VDSP build options. */
2735 fpu_abi
= bfd_elf_get_obj_attr_int (info
.abfd
,
2738 vdsp_version
= bfd_elf_get_obj_attr_int (info
.abfd
,
2740 Tag_CSKY_VDSP_VERSION
);
2741 fpu_hardfp
= bfd_elf_get_obj_attr_int (info
.abfd
,
2743 Tag_CSKY_FPU_HARDFP
);
2746 /* Find a candidate among the list of pre-declared architectures. */
2747 for (arches
= gdbarch_list_lookup_by_info (arches
, &info
);
2749 arches
= gdbarch_list_lookup_by_info (arches
->next
, &info
))
2751 csky_gdbarch_tdep
*tdep
2752 = gdbarch_tdep
<csky_gdbarch_tdep
> (arches
->gdbarch
);
2753 if (fpu_abi
!= tdep
->fpu_abi
)
2755 if (vdsp_version
!= tdep
->vdsp_version
)
2757 if (fpu_hardfp
!= tdep
->fpu_hardfp
)
2760 /* Found a match. */
2761 return arches
->gdbarch
;
2764 /* None found, create a new architecture from the information
2767 = gdbarch_alloc (&info
, gdbarch_tdep_up (new csky_gdbarch_tdep
));
2768 csky_gdbarch_tdep
*tdep
= gdbarch_tdep
<csky_gdbarch_tdep
> (gdbarch
);
2770 tdep
->fpu_abi
= fpu_abi
;
2771 tdep
->vdsp_version
= vdsp_version
;
2772 tdep
->fpu_hardfp
= fpu_hardfp
;
2774 if (tdesc_data
!= NULL
)
2776 if ((has_vr0
== CSKY_FULL16_ONEHOT_VALUE
)
2777 && (has_fr16
== CSKY_FULL16_ONEHOT_VALUE
))
2780 tdep
->fv_pseudo_registers_count
= 128;
2782 else if ((has_vr0
== CSKY_FULL16_ONEHOT_VALUE
)
2783 && (has_fr16
!= CSKY_FULL16_ONEHOT_VALUE
))
2786 tdep
->fv_pseudo_registers_count
= 64;
2788 else if ((has_fr0
== CSKY_FULL16_ONEHOT_VALUE
)
2789 && (has_vr0
!= CSKY_FULL16_ONEHOT_VALUE
))
2792 tdep
->fv_pseudo_registers_count
= 64;
2797 tdep
->fv_pseudo_registers_count
= 0;
2803 tdep
->fv_pseudo_registers_count
= 64;
2806 /* Target data types. */
2807 set_gdbarch_ptr_bit (gdbarch
, 32);
2808 set_gdbarch_addr_bit (gdbarch
, 32);
2809 set_gdbarch_short_bit (gdbarch
, 16);
2810 set_gdbarch_int_bit (gdbarch
, 32);
2811 set_gdbarch_long_bit (gdbarch
, 32);
2812 set_gdbarch_long_long_bit (gdbarch
, 64);
2813 set_gdbarch_float_bit (gdbarch
, 32);
2814 set_gdbarch_double_bit (gdbarch
, 64);
2815 set_gdbarch_float_format (gdbarch
, floatformats_ieee_single
);
2816 set_gdbarch_double_format (gdbarch
, floatformats_ieee_double
);
2818 /* Information about the target architecture. */
2819 set_gdbarch_return_value (gdbarch
, csky_return_value
);
2820 set_gdbarch_breakpoint_kind_from_pc (gdbarch
, csky_breakpoint_kind_from_pc
);
2821 set_gdbarch_sw_breakpoint_from_kind (gdbarch
, csky_sw_breakpoint_from_kind
);
2823 /* Register architecture. */
2824 set_gdbarch_num_regs (gdbarch
, CSKY_NUM_REGS
);
2825 set_gdbarch_pc_regnum (gdbarch
, CSKY_PC_REGNUM
);
2826 set_gdbarch_sp_regnum (gdbarch
, CSKY_SP_REGNUM
);
2827 set_gdbarch_register_name (gdbarch
, csky_register_name
);
2828 set_gdbarch_register_type (gdbarch
, csky_register_type
);
2829 set_gdbarch_read_pc (gdbarch
, csky_read_pc
);
2830 set_gdbarch_write_pc (gdbarch
, csky_write_pc
);
2831 csky_add_reggroups (gdbarch
);
2832 set_gdbarch_register_reggroup_p (gdbarch
, csky_register_reggroup_p
);
2833 set_gdbarch_stab_reg_to_regnum (gdbarch
, csky_dwarf_reg_to_regnum
);
2834 set_gdbarch_dwarf2_reg_to_regnum (gdbarch
, csky_dwarf_reg_to_regnum
);
2835 dwarf2_frame_set_init_reg (gdbarch
, csky_dwarf2_frame_init_reg
);
2837 /* Functions to analyze frames. */
2838 frame_base_set_default (gdbarch
, &csky_frame_base
);
2839 set_gdbarch_skip_prologue (gdbarch
, csky_skip_prologue
);
2840 set_gdbarch_inner_than (gdbarch
, core_addr_lessthan
);
2841 set_gdbarch_frame_align (gdbarch
, csky_frame_align
);
2842 set_gdbarch_stack_frame_destroyed_p (gdbarch
, csky_stack_frame_destroyed_p
);
2844 /* Functions handling dummy frames. */
2845 set_gdbarch_push_dummy_call (gdbarch
, csky_push_dummy_call
);
2847 /* Frame unwinders. Use DWARF debug info if available,
2848 otherwise use our own unwinder. */
2849 dwarf2_append_unwinders (gdbarch
);
2850 frame_unwind_append_unwinder (gdbarch
, &csky_stub_unwind
);
2851 frame_unwind_append_unwinder (gdbarch
, &csky_unwind_cache
);
2853 /* Hook in ABI-specific overrides, if they have been registered. */
2854 gdbarch_init_osabi (info
, gdbarch
);
2856 /* Support simple overlay manager. */
2857 set_gdbarch_overlay_update (gdbarch
, simple_overlay_update
);
2858 set_gdbarch_char_signed (gdbarch
, 0);
2860 if (tdesc_data
!= nullptr)
2862 set_gdbarch_num_regs (gdbarch
, (num_regs
+ 1));
2863 tdesc_use_registers (gdbarch
, info
.target_desc
, std::move (tdesc_data
));
2864 set_gdbarch_register_type (gdbarch
, csky_register_type
);
2865 set_gdbarch_register_reggroup_p (gdbarch
,
2866 csky_register_reggroup_p
);
2869 if (tdep
->fv_pseudo_registers_count
)
2871 set_gdbarch_num_pseudo_regs (gdbarch
,
2872 tdep
->fv_pseudo_registers_count
);
2873 set_gdbarch_pseudo_register_read (gdbarch
,
2874 csky_pseudo_register_read
);
2875 set_gdbarch_deprecated_pseudo_register_write
2876 (gdbarch
, csky_pseudo_register_write
);
2877 set_tdesc_pseudo_register_name (gdbarch
, csky_pseudo_register_name
);
2883 void _initialize_csky_tdep ();
2885 _initialize_csky_tdep ()
2888 gdbarch_register (bfd_arch_csky
, csky_gdbarch_init
);
2890 csky_init_reggroup ();
2892 /* Allow debugging this file's internals. */
2893 add_setshow_boolean_cmd ("csky", class_maintenance
, &csky_debug
,
2894 _("Set C-Sky debugging."),
2895 _("Show C-Sky debugging."),
2896 _("When on, C-Sky specific debugging is enabled."),
2899 &setdebuglist
, &showdebuglist
);