]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/alpha-tdep.c
2003-05-16 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / alpha-tdep.c
CommitLineData
c906108c 1/* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger.
1e698235 2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
b6ba6518 3 Free Software Foundation, Inc.
c906108c 4
c5aa993b 5 This file is part of GDB.
c906108c 6
c5aa993b
JM
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 2 of the License, or
10 (at your option) any later version.
c906108c 11
c5aa993b
JM
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.
c906108c 16
c5aa993b
JM
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
c906108c
SS
21
22#include "defs.h"
23#include "frame.h"
24#include "inferior.h"
25#include "symtab.h"
26#include "value.h"
27#include "gdbcmd.h"
28#include "gdbcore.h"
29#include "dis-asm.h"
30#include "symfile.h"
31#include "objfiles.h"
32#include "gdb_string.h"
c5f0f3d0 33#include "linespec.h"
4e052eda 34#include "regcache.h"
d16aafd8 35#include "doublest.h"
dc129d82 36#include "arch-utils.h"
4be87837 37#include "osabi.h"
fe898f56 38#include "block.h"
dc129d82
JT
39
40#include "elf-bfd.h"
41
42#include "alpha-tdep.h"
43
44static gdbarch_init_ftype alpha_gdbarch_init;
45
46static gdbarch_register_name_ftype alpha_register_name;
47static gdbarch_register_raw_size_ftype alpha_register_raw_size;
48static gdbarch_register_virtual_size_ftype alpha_register_virtual_size;
49static gdbarch_register_virtual_type_ftype alpha_register_virtual_type;
50static gdbarch_register_byte_ftype alpha_register_byte;
51static gdbarch_cannot_fetch_register_ftype alpha_cannot_fetch_register;
52static gdbarch_cannot_store_register_ftype alpha_cannot_store_register;
53static gdbarch_register_convertible_ftype alpha_register_convertible;
54static gdbarch_register_convert_to_virtual_ftype
55 alpha_register_convert_to_virtual;
56static gdbarch_register_convert_to_raw_ftype alpha_register_convert_to_raw;
26e9b323 57static gdbarch_deprecated_extract_return_value_ftype alpha_extract_return_value;
26e9b323 58static gdbarch_deprecated_extract_struct_value_address_ftype
dc129d82
JT
59 alpha_extract_struct_value_address;
60static gdbarch_use_struct_convention_ftype alpha_use_struct_convention;
61
95b80706
JT
62static gdbarch_breakpoint_from_pc_ftype alpha_breakpoint_from_pc;
63
dc129d82
JT
64static gdbarch_frame_args_address_ftype alpha_frame_args_address;
65static gdbarch_frame_locals_address_ftype alpha_frame_locals_address;
66
67static gdbarch_skip_prologue_ftype alpha_skip_prologue;
dc129d82 68
accc6d1f
JT
69static gdbarch_get_longjmp_target_ftype alpha_get_longjmp_target;
70
140f9984
JT
71struct frame_extra_info
72 {
73 alpha_extra_func_info_t proc_desc;
74 int localoff;
75 int pc_reg;
76 };
77
c906108c
SS
78/* FIXME: Some of this code should perhaps be merged with mips-tdep.c. */
79
80/* Prototypes for local functions. */
81
140f9984
JT
82static void alpha_find_saved_regs (struct frame_info *);
83
a14ed312 84static alpha_extra_func_info_t push_sigtramp_desc (CORE_ADDR low_addr);
c906108c 85
a14ed312 86static CORE_ADDR read_next_frame_reg (struct frame_info *, int);
c906108c 87
a14ed312 88static CORE_ADDR heuristic_proc_start (CORE_ADDR);
c906108c 89
a14ed312
KB
90static alpha_extra_func_info_t heuristic_proc_desc (CORE_ADDR,
91 CORE_ADDR,
92 struct frame_info *);
c906108c 93
a14ed312
KB
94static alpha_extra_func_info_t find_proc_desc (CORE_ADDR,
95 struct frame_info *);
c906108c
SS
96
97#if 0
a14ed312 98static int alpha_in_lenient_prologue (CORE_ADDR, CORE_ADDR);
c906108c
SS
99#endif
100
a14ed312 101static void reinit_frame_cache_sfunc (char *, int, struct cmd_list_element *);
c906108c 102
a14ed312
KB
103static CORE_ADDR after_prologue (CORE_ADDR pc,
104 alpha_extra_func_info_t proc_desc);
c906108c 105
a14ed312
KB
106static int alpha_in_prologue (CORE_ADDR pc,
107 alpha_extra_func_info_t proc_desc);
c906108c 108
a14ed312 109static int alpha_about_to_return (CORE_ADDR pc);
392a587b 110
a14ed312 111void _initialize_alpha_tdep (void);
392a587b 112
c906108c
SS
113/* Heuristic_proc_start may hunt through the text section for a long
114 time across a 2400 baud serial line. Allows the user to limit this
115 search. */
116static unsigned int heuristic_fence_post = 0;
c5aa993b 117/* *INDENT-OFF* */
c906108c
SS
118/* Layout of a stack frame on the alpha:
119
120 | |
121 pdr members: | 7th ... nth arg, |
122 | `pushed' by caller. |
123 | |
124----------------|-------------------------------|<-- old_sp == vfp
125 ^ ^ ^ ^ | |
126 | | | | | |
127 | |localoff | Copies of 1st .. 6th |
128 | | | | | argument if necessary. |
129 | | | v | |
130 | | | --- |-------------------------------|<-- FRAME_LOCALS_ADDRESS
131 | | | | |
132 | | | | Locals and temporaries. |
133 | | | | |
134 | | | |-------------------------------|
135 | | | | |
136 |-fregoffset | Saved float registers. |
137 | | | | F9 |
138 | | | | . |
139 | | | | . |
140 | | | | F2 |
141 | | v | |
142 | | -------|-------------------------------|
143 | | | |
144 | | | Saved registers. |
145 | | | S6 |
146 |-regoffset | . |
147 | | | . |
148 | | | S0 |
149 | | | pdr.pcreg |
150 | v | |
151 | ----------|-------------------------------|
152 | | |
153 frameoffset | Argument build area, gets |
154 | | 7th ... nth arg for any |
155 | | called procedure. |
156 v | |
157 -------------|-------------------------------|<-- sp
158 | |
159*/
c5aa993b
JM
160/* *INDENT-ON* */
161
c5aa993b 162#define PROC_LOW_ADDR(proc) ((proc)->pdr.adr) /* least address */
b83266a0
SS
163/* These next two fields are kind of being hijacked. I wonder if
164 iline is too small for the values it needs to hold, if GDB is
165 running on a 32-bit host. */
c5aa993b
JM
166#define PROC_HIGH_ADDR(proc) ((proc)->pdr.iline) /* upper address bound */
167#define PROC_DUMMY_FRAME(proc) ((proc)->pdr.cbLineOffset) /*CALL_DUMMY frame */
c906108c
SS
168#define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset)
169#define PROC_FRAME_REG(proc) ((proc)->pdr.framereg)
170#define PROC_REG_MASK(proc) ((proc)->pdr.regmask)
171#define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask)
172#define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset)
173#define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset)
174#define PROC_PC_REG(proc) ((proc)->pdr.pcreg)
175#define PROC_LOCALOFF(proc) ((proc)->pdr.localoff)
176#define PROC_SYMBOL(proc) (*(struct symbol**)&(proc)->pdr.isym)
177#define _PROC_MAGIC_ 0x0F0F0F0F
178#define PROC_DESC_IS_DUMMY(proc) ((proc)->pdr.isym == _PROC_MAGIC_)
179#define SET_PROC_DESC_IS_DUMMY(proc) ((proc)->pdr.isym = _PROC_MAGIC_)
180
181struct linked_proc_info
c5aa993b
JM
182 {
183 struct alpha_extra_func_info info;
184 struct linked_proc_info *next;
185 }
186 *linked_proc_desc_table = NULL;
c906108c 187\f
36a6271d
JT
188static CORE_ADDR
189alpha_frame_past_sigtramp_frame (struct frame_info *frame, CORE_ADDR pc)
c906108c 190{
36a6271d
JT
191 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
192
193 if (tdep->skip_sigtramp_frame != NULL)
194 return (tdep->skip_sigtramp_frame (frame, pc));
195
196 return (0);
197}
198
199static LONGEST
200alpha_dynamic_sigtramp_offset (CORE_ADDR pc)
201{
202 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
203
204 /* Must be provided by OS/ABI variant code if supported. */
205 if (tdep->dynamic_sigtramp_offset != NULL)
206 return (tdep->dynamic_sigtramp_offset (pc));
207
208 return (-1);
209}
210
211#define ALPHA_PROC_SIGTRAMP_MAGIC 0x0e0f0f0f
212
213/* Return TRUE if the procedure descriptor PROC is a procedure
214 descriptor that refers to a dynamically generated signal
215 trampoline routine. */
216static int
217alpha_proc_desc_is_dyn_sigtramp (struct alpha_extra_func_info *proc)
218{
219 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
220
221 if (tdep->dynamic_sigtramp_offset != NULL)
222 return (proc->pdr.isym == ALPHA_PROC_SIGTRAMP_MAGIC);
223
224 return (0);
225}
226
227static void
228alpha_set_proc_desc_is_dyn_sigtramp (struct alpha_extra_func_info *proc)
229{
230 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
231
232 if (tdep->dynamic_sigtramp_offset != NULL)
233 proc->pdr.isym = ALPHA_PROC_SIGTRAMP_MAGIC;
c906108c 234}
c5aa993b 235
c906108c
SS
236/* Dynamically create a signal-handler caller procedure descriptor for
237 the signal-handler return code starting at address LOW_ADDR. The
238 descriptor is added to the linked_proc_desc_table. */
239
240static alpha_extra_func_info_t
fba45db2 241push_sigtramp_desc (CORE_ADDR low_addr)
c906108c
SS
242{
243 struct linked_proc_info *link;
244 alpha_extra_func_info_t proc_desc;
245
246 link = (struct linked_proc_info *)
247 xmalloc (sizeof (struct linked_proc_info));
248 link->next = linked_proc_desc_table;
249 linked_proc_desc_table = link;
250
251 proc_desc = &link->info;
252
253 proc_desc->numargs = 0;
c5aa993b
JM
254 PROC_LOW_ADDR (proc_desc) = low_addr;
255 PROC_HIGH_ADDR (proc_desc) = low_addr + 3 * 4;
256 PROC_DUMMY_FRAME (proc_desc) = 0;
257 PROC_FRAME_OFFSET (proc_desc) = 0x298; /* sizeof(struct sigcontext_struct) */
258 PROC_FRAME_REG (proc_desc) = SP_REGNUM;
259 PROC_REG_MASK (proc_desc) = 0xffff;
260 PROC_FREG_MASK (proc_desc) = 0xffff;
261 PROC_PC_REG (proc_desc) = 26;
262 PROC_LOCALOFF (proc_desc) = 0;
36a6271d 263 alpha_set_proc_desc_is_dyn_sigtramp (proc_desc);
c906108c
SS
264 return (proc_desc);
265}
c906108c 266\f
c5aa993b 267
fa88f677 268static const char *
636a6dfc
JT
269alpha_register_name (int regno)
270{
271 static char *register_names[] =
272 {
273 "v0", "t0", "t1", "t2", "t3", "t4", "t5", "t6",
274 "t7", "s0", "s1", "s2", "s3", "s4", "s5", "fp",
275 "a0", "a1", "a2", "a3", "a4", "a5", "t8", "t9",
276 "t10", "t11", "ra", "t12", "at", "gp", "sp", "zero",
277 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
278 "f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
279 "f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
280 "f24", "f25", "f26", "f27", "f28", "f29", "f30", "fpcr",
87d1b352 281 "pc", "vfp", "unique",
636a6dfc
JT
282 };
283
284 if (regno < 0)
285 return (NULL);
286 if (regno >= (sizeof(register_names) / sizeof(*register_names)))
287 return (NULL);
288 return (register_names[regno]);
289}
d734c450 290
dc129d82 291static int
d734c450
JT
292alpha_cannot_fetch_register (int regno)
293{
0ba6dca9 294 return (regno == DEPRECATED_FP_REGNUM || regno == ALPHA_ZERO_REGNUM);
d734c450
JT
295}
296
dc129d82 297static int
d734c450
JT
298alpha_cannot_store_register (int regno)
299{
0ba6dca9 300 return (regno == DEPRECATED_FP_REGNUM || regno == ALPHA_ZERO_REGNUM);
d734c450
JT
301}
302
dc129d82 303static int
d734c450
JT
304alpha_register_convertible (int regno)
305{
306 return (regno >= FP0_REGNUM && regno <= FP0_REGNUM + 31);
307}
0d056799 308
dc129d82 309static struct type *
0d056799
JT
310alpha_register_virtual_type (int regno)
311{
312 return ((regno >= FP0_REGNUM && regno < (FP0_REGNUM+31))
313 ? builtin_type_double : builtin_type_long);
314}
f8453e34 315
dc129d82 316static int
f8453e34
JT
317alpha_register_byte (int regno)
318{
319 return (regno * 8);
320}
321
dc129d82 322static int
f8453e34
JT
323alpha_register_raw_size (int regno)
324{
325 return 8;
326}
327
dc129d82 328static int
f8453e34
JT
329alpha_register_virtual_size (int regno)
330{
331 return 8;
332}
636a6dfc
JT
333\f
334
5868c862
JT
335static CORE_ADDR
336alpha_sigcontext_addr (struct frame_info *fi)
337{
338 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
339
340 if (tdep->sigcontext_addr)
341 return (tdep->sigcontext_addr (fi));
342
343 return (0);
344}
345
c906108c
SS
346/* Guaranteed to set frame->saved_regs to some values (it never leaves it
347 NULL). */
348
140f9984 349static void
fba45db2 350alpha_find_saved_regs (struct frame_info *frame)
c906108c
SS
351{
352 int ireg;
353 CORE_ADDR reg_position;
354 unsigned long mask;
355 alpha_extra_func_info_t proc_desc;
356 int returnreg;
357
358 frame_saved_regs_zalloc (frame);
359
360 /* If it is the frame for __sigtramp, the saved registers are located
361 in a sigcontext structure somewhere on the stack. __sigtramp
362 passes a pointer to the sigcontext structure on the stack.
363 If the stack layout for __sigtramp changes, or if sigcontext offsets
364 change, we might have to update this code. */
365#ifndef SIGFRAME_PC_OFF
366#define SIGFRAME_PC_OFF (2 * 8)
367#define SIGFRAME_REGSAVE_OFF (4 * 8)
368#define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_REGSAVE_OFF + 32 * 8 + 8)
369#endif
5a203e44 370 if ((get_frame_type (frame) == SIGTRAMP_FRAME))
c906108c
SS
371 {
372 CORE_ADDR sigcontext_addr;
373
5868c862
JT
374 sigcontext_addr = alpha_sigcontext_addr (frame);
375 if (sigcontext_addr == 0)
376 {
377 /* Don't know where the sigcontext is; just bail. */
378 return;
379 }
c906108c
SS
380 for (ireg = 0; ireg < 32; ireg++)
381 {
c5aa993b 382 reg_position = sigcontext_addr + SIGFRAME_REGSAVE_OFF + ireg * 8;
b2fb4676 383 get_frame_saved_regs (frame)[ireg] = reg_position;
c906108c
SS
384 }
385 for (ireg = 0; ireg < 32; ireg++)
386 {
c5aa993b 387 reg_position = sigcontext_addr + SIGFRAME_FPREGSAVE_OFF + ireg * 8;
b2fb4676 388 get_frame_saved_regs (frame)[FP0_REGNUM + ireg] = reg_position;
c906108c 389 }
b2fb4676 390 get_frame_saved_regs (frame)[PC_REGNUM] = sigcontext_addr + SIGFRAME_PC_OFF;
c906108c
SS
391 return;
392 }
393
da50a4b7 394 proc_desc = get_frame_extra_info (frame)->proc_desc;
c906108c
SS
395 if (proc_desc == NULL)
396 /* I'm not sure how/whether this can happen. Normally when we can't
397 find a proc_desc, we "synthesize" one using heuristic_proc_desc
398 and set the saved_regs right away. */
399 return;
400
401 /* Fill in the offsets for the registers which gen_mask says
402 were saved. */
403
1e2330ba 404 reg_position = get_frame_base (frame) + PROC_REG_OFFSET (proc_desc);
c906108c
SS
405 mask = PROC_REG_MASK (proc_desc);
406
407 returnreg = PROC_PC_REG (proc_desc);
408
409 /* Note that RA is always saved first, regardless of its actual
410 register number. */
411 if (mask & (1 << returnreg))
412 {
b2fb4676 413 get_frame_saved_regs (frame)[returnreg] = reg_position;
c906108c 414 reg_position += 8;
c5aa993b
JM
415 mask &= ~(1 << returnreg); /* Clear bit for RA so we
416 don't save again later. */
c906108c
SS
417 }
418
c5aa993b 419 for (ireg = 0; ireg <= 31; ++ireg)
c906108c
SS
420 if (mask & (1 << ireg))
421 {
b2fb4676 422 get_frame_saved_regs (frame)[ireg] = reg_position;
c906108c
SS
423 reg_position += 8;
424 }
425
426 /* Fill in the offsets for the registers which float_mask says
427 were saved. */
428
1e2330ba 429 reg_position = get_frame_base (frame) + PROC_FREG_OFFSET (proc_desc);
c906108c
SS
430 mask = PROC_FREG_MASK (proc_desc);
431
c5aa993b 432 for (ireg = 0; ireg <= 31; ++ireg)
c906108c
SS
433 if (mask & (1 << ireg))
434 {
b2fb4676 435 get_frame_saved_regs (frame)[FP0_REGNUM + ireg] = reg_position;
c906108c
SS
436 reg_position += 8;
437 }
438
b2fb4676 439 get_frame_saved_regs (frame)[PC_REGNUM] = get_frame_saved_regs (frame)[returnreg];
c906108c
SS
440}
441
dc129d82 442static void
140f9984
JT
443alpha_frame_init_saved_regs (struct frame_info *fi)
444{
b2fb4676 445 if (get_frame_saved_regs (fi) == NULL)
140f9984 446 alpha_find_saved_regs (fi);
1e2330ba 447 get_frame_saved_regs (fi)[SP_REGNUM] = get_frame_base (fi);
140f9984
JT
448}
449
97f46953 450static CORE_ADDR
0d056799
JT
451alpha_init_frame_pc_first (int fromleaf, struct frame_info *prev)
452{
6913c89a
AC
453 return (fromleaf
454 ? DEPRECATED_SAVED_PC_AFTER_CALL (get_next_frame (prev))
455 : get_next_frame (prev)
456 ? DEPRECATED_FRAME_SAVED_PC (get_next_frame (prev))
97f46953 457 : read_pc ());
0d056799
JT
458}
459
c906108c 460static CORE_ADDR
fba45db2 461read_next_frame_reg (struct frame_info *fi, int regno)
c906108c 462{
11c02a10 463 for (; fi; fi = get_next_frame (fi))
c906108c
SS
464 {
465 /* We have to get the saved sp from the sigcontext
c5aa993b 466 if it is a signal handler frame. */
5a203e44 467 if (regno == SP_REGNUM && !(get_frame_type (fi) == SIGTRAMP_FRAME))
1e2330ba 468 return get_frame_base (fi);
c906108c
SS
469 else
470 {
b2fb4676 471 if (get_frame_saved_regs (fi) == NULL)
c906108c 472 alpha_find_saved_regs (fi);
b2fb4676
AC
473 if (get_frame_saved_regs (fi)[regno])
474 return read_memory_integer (get_frame_saved_regs (fi)[regno], 8);
c906108c
SS
475 }
476 }
c5aa993b 477 return read_register (regno);
c906108c
SS
478}
479
dc129d82 480static CORE_ADDR
fba45db2 481alpha_frame_saved_pc (struct frame_info *frame)
c906108c 482{
da50a4b7 483 alpha_extra_func_info_t proc_desc = get_frame_extra_info (frame)->proc_desc;
c906108c
SS
484 /* We have to get the saved pc from the sigcontext
485 if it is a signal handler frame. */
da50a4b7
AC
486 int pcreg = ((get_frame_type (frame) == SIGTRAMP_FRAME)
487 ? PC_REGNUM
488 : get_frame_extra_info (frame)->pc_reg);
c906108c 489
c5aa993b 490 if (proc_desc && PROC_DESC_IS_DUMMY (proc_desc))
1e2330ba 491 return read_memory_integer (get_frame_base (frame) - 8, 8);
c906108c 492
c5aa993b 493 return read_next_frame_reg (frame, pcreg);
c906108c
SS
494}
495
dc129d82 496static CORE_ADDR
fba45db2 497alpha_saved_pc_after_call (struct frame_info *frame)
c906108c 498{
50abf9e5 499 CORE_ADDR pc = get_frame_pc (frame);
c906108c
SS
500 CORE_ADDR tmp;
501 alpha_extra_func_info_t proc_desc;
502 int pcreg;
503
504 /* Skip over shared library trampoline if necessary. */
505 tmp = SKIP_TRAMPOLINE_CODE (pc);
506 if (tmp != 0)
507 pc = tmp;
508
11c02a10 509 proc_desc = find_proc_desc (pc, get_next_frame (frame));
dc129d82 510 pcreg = proc_desc ? PROC_PC_REG (proc_desc) : ALPHA_RA_REGNUM;
c906108c 511
5a203e44 512 if ((get_frame_type (frame) == SIGTRAMP_FRAME))
c906108c
SS
513 return alpha_frame_saved_pc (frame);
514 else
515 return read_register (pcreg);
516}
517
518
519static struct alpha_extra_func_info temp_proc_desc;
dc129d82 520static CORE_ADDR temp_saved_regs[ALPHA_NUM_REGS];
c906108c
SS
521
522/* Nonzero if instruction at PC is a return instruction. "ret
523 $zero,($ra),1" on alpha. */
524
525static int
fba45db2 526alpha_about_to_return (CORE_ADDR pc)
c906108c
SS
527{
528 return read_memory_integer (pc, 4) == 0x6bfa8001;
529}
530
531
532
533/* This fencepost looks highly suspicious to me. Removing it also
534 seems suspicious as it could affect remote debugging across serial
535 lines. */
536
537static CORE_ADDR
fba45db2 538heuristic_proc_start (CORE_ADDR pc)
c906108c 539{
d9b023cc 540 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
c5aa993b
JM
541 CORE_ADDR start_pc = pc;
542 CORE_ADDR fence = start_pc - heuristic_fence_post;
c906108c 543
c5aa993b
JM
544 if (start_pc == 0)
545 return 0;
c906108c 546
c5aa993b 547 if (heuristic_fence_post == UINT_MAX
d9b023cc
JT
548 || fence < tdep->vm_min_address)
549 fence = tdep->vm_min_address;
c906108c 550
c5aa993b
JM
551 /* search back for previous return */
552 for (start_pc -= 4;; start_pc -= 4)
553 if (start_pc < fence)
554 {
555 /* It's not clear to me why we reach this point when
c0236d92 556 stop_soon, but with this test, at least we
c5aa993b
JM
557 don't print out warnings for every child forked (eg, on
558 decstation). 22apr93 rich@cygnus.com. */
c0236d92 559 if (stop_soon == NO_STOP_QUIETLY)
c906108c 560 {
c5aa993b
JM
561 static int blurb_printed = 0;
562
d9b023cc 563 if (fence == tdep->vm_min_address)
c5aa993b
JM
564 warning ("Hit beginning of text section without finding");
565 else
566 warning ("Hit heuristic-fence-post without finding");
567
d4f3574e 568 warning ("enclosing function for address 0x%s", paddr_nz (pc));
c5aa993b 569 if (!blurb_printed)
c906108c 570 {
c5aa993b 571 printf_filtered ("\
c906108c
SS
572This warning occurs if you are debugging a function without any symbols\n\
573(for example, in a stripped executable). In that case, you may wish to\n\
574increase the size of the search with the `set heuristic-fence-post' command.\n\
575\n\
576Otherwise, you told GDB there was a function where there isn't one, or\n\
577(more likely) you have encountered a bug in GDB.\n");
c5aa993b 578 blurb_printed = 1;
c906108c 579 }
c906108c 580 }
c906108c 581
c5aa993b
JM
582 return 0;
583 }
584 else if (alpha_about_to_return (start_pc))
585 break;
586
587 start_pc += 4; /* skip return */
588 return start_pc;
c906108c
SS
589}
590
591static alpha_extra_func_info_t
fba45db2
KB
592heuristic_proc_desc (CORE_ADDR start_pc, CORE_ADDR limit_pc,
593 struct frame_info *next_frame)
c906108c 594{
c5aa993b 595 CORE_ADDR sp = read_next_frame_reg (next_frame, SP_REGNUM);
dc1b0db2 596 CORE_ADDR vfp = sp;
c5aa993b
JM
597 CORE_ADDR cur_pc;
598 int frame_size;
599 int has_frame_reg = 0;
600 unsigned long reg_mask = 0;
601 int pcreg = -1;
dc1b0db2 602 int regno;
c5aa993b
JM
603
604 if (start_pc == 0)
605 return NULL;
606 memset (&temp_proc_desc, '\0', sizeof (temp_proc_desc));
140f9984 607 memset (&temp_saved_regs, '\0', SIZEOF_FRAME_SAVED_REGS);
c5aa993b
JM
608 PROC_LOW_ADDR (&temp_proc_desc) = start_pc;
609
610 if (start_pc + 200 < limit_pc)
611 limit_pc = start_pc + 200;
612 frame_size = 0;
613 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4)
614 {
615 char buf[4];
616 unsigned long word;
617 int status;
c906108c 618
c5aa993b
JM
619 status = read_memory_nobpt (cur_pc, buf, 4);
620 if (status)
621 memory_error (status, cur_pc);
622 word = extract_unsigned_integer (buf, 4);
c906108c 623
c5aa993b
JM
624 if ((word & 0xffff0000) == 0x23de0000) /* lda $sp,n($sp) */
625 {
626 if (word & 0x8000)
dc1b0db2
JB
627 {
628 /* Consider only the first stack allocation instruction
629 to contain the static size of the frame. */
630 if (frame_size == 0)
631 frame_size += (-word) & 0xffff;
632 }
c5aa993b
JM
633 else
634 /* Exit loop if a positive stack adjustment is found, which
635 usually means that the stack cleanup code in the function
636 epilogue is reached. */
637 break;
638 }
639 else if ((word & 0xfc1f0000) == 0xb41e0000 /* stq reg,n($sp) */
640 && (word & 0xffff0000) != 0xb7fe0000) /* reg != $zero */
641 {
642 int reg = (word & 0x03e00000) >> 21;
643 reg_mask |= 1 << reg;
dc1b0db2
JB
644
645 /* Do not compute the address where the register was saved yet,
646 because we don't know yet if the offset will need to be
647 relative to $sp or $fp (we can not compute the address relative
648 to $sp if $sp is updated during the execution of the current
649 subroutine, for instance when doing some alloca). So just store
650 the offset for the moment, and compute the address later
651 when we know whether this frame has a frame pointer or not.
652 */
653 temp_saved_regs[reg] = (short) word;
c5aa993b
JM
654
655 /* Starting with OSF/1-3.2C, the system libraries are shipped
656 without local symbols, but they still contain procedure
657 descriptors without a symbol reference. GDB is currently
658 unable to find these procedure descriptors and uses
659 heuristic_proc_desc instead.
660 As some low level compiler support routines (__div*, __add*)
661 use a non-standard return address register, we have to
662 add some heuristics to determine the return address register,
663 or stepping over these routines will fail.
664 Usually the return address register is the first register
665 saved on the stack, but assembler optimization might
666 rearrange the register saves.
667 So we recognize only a few registers (t7, t9, ra) within
668 the procedure prologue as valid return address registers.
669 If we encounter a return instruction, we extract the
670 the return address register from it.
671
672 FIXME: Rewriting GDB to access the procedure descriptors,
673 e.g. via the minimal symbol table, might obviate this hack. */
674 if (pcreg == -1
675 && cur_pc < (start_pc + 80)
dc129d82
JT
676 && (reg == ALPHA_T7_REGNUM || reg == ALPHA_T9_REGNUM
677 || reg == ALPHA_RA_REGNUM))
c5aa993b
JM
678 pcreg = reg;
679 }
680 else if ((word & 0xffe0ffff) == 0x6be08001) /* ret zero,reg,1 */
681 pcreg = (word >> 16) & 0x1f;
dc1b0db2
JB
682 else if (word == 0x47de040f || word == 0x47fe040f) /* bis sp,sp fp */
683 {
684 /* ??? I am not sure what instruction is 0x47fe040f, and I
685 am suspecting that there was a typo and should have been
686 0x47fe040f. I'm keeping it in the test above until further
687 investigation */
688 has_frame_reg = 1;
689 vfp = read_next_frame_reg (next_frame, ALPHA_GCC_FP_REGNUM);
690 }
c5aa993b
JM
691 }
692 if (pcreg == -1)
693 {
694 /* If we haven't found a valid return address register yet,
695 keep searching in the procedure prologue. */
696 while (cur_pc < (limit_pc + 80) && cur_pc < (start_pc + 80))
697 {
698 char buf[4];
699 unsigned long word;
c906108c 700
c5aa993b
JM
701 if (read_memory_nobpt (cur_pc, buf, 4))
702 break;
703 cur_pc += 4;
704 word = extract_unsigned_integer (buf, 4);
c906108c 705
c5aa993b
JM
706 if ((word & 0xfc1f0000) == 0xb41e0000 /* stq reg,n($sp) */
707 && (word & 0xffff0000) != 0xb7fe0000) /* reg != $zero */
708 {
709 int reg = (word & 0x03e00000) >> 21;
dc129d82
JT
710 if (reg == ALPHA_T7_REGNUM || reg == ALPHA_T9_REGNUM
711 || reg == ALPHA_RA_REGNUM)
c5aa993b
JM
712 {
713 pcreg = reg;
714 break;
715 }
716 }
717 else if ((word & 0xffe0ffff) == 0x6be08001) /* ret zero,reg,1 */
718 {
719 pcreg = (word >> 16) & 0x1f;
720 break;
721 }
722 }
723 }
c906108c 724
c5aa993b 725 if (has_frame_reg)
dc129d82 726 PROC_FRAME_REG (&temp_proc_desc) = ALPHA_GCC_FP_REGNUM;
c5aa993b
JM
727 else
728 PROC_FRAME_REG (&temp_proc_desc) = SP_REGNUM;
dc1b0db2
JB
729
730 /* At this point, we know which of the Stack Pointer or the Frame Pointer
731 to use as the reference address to compute the saved registers address.
732 But in both cases, the processing above has set vfp to this reference
733 address, so just need to increment the offset of each saved register
734 by this address. */
735 for (regno = 0; regno < NUM_REGS; regno++)
736 {
737 if (reg_mask & 1 << regno)
738 temp_saved_regs[regno] += vfp;
739 }
740
c5aa993b
JM
741 PROC_FRAME_OFFSET (&temp_proc_desc) = frame_size;
742 PROC_REG_MASK (&temp_proc_desc) = reg_mask;
dc129d82 743 PROC_PC_REG (&temp_proc_desc) = (pcreg == -1) ? ALPHA_RA_REGNUM : pcreg;
c5aa993b
JM
744 PROC_LOCALOFF (&temp_proc_desc) = 0; /* XXX - bogus */
745 return &temp_proc_desc;
c906108c
SS
746}
747
748/* This returns the PC of the first inst after the prologue. If we can't
749 find the prologue, then return 0. */
750
751static CORE_ADDR
fba45db2 752after_prologue (CORE_ADDR pc, alpha_extra_func_info_t proc_desc)
c906108c
SS
753{
754 struct symtab_and_line sal;
755 CORE_ADDR func_addr, func_end;
756
757 if (!proc_desc)
758 proc_desc = find_proc_desc (pc, NULL);
759
760 if (proc_desc)
761 {
36a6271d 762 if (alpha_proc_desc_is_dyn_sigtramp (proc_desc))
c906108c
SS
763 return PROC_LOW_ADDR (proc_desc); /* "prologue" is in kernel */
764
765 /* If function is frameless, then we need to do it the hard way. I
c5aa993b 766 strongly suspect that frameless always means prologueless... */
c906108c
SS
767 if (PROC_FRAME_REG (proc_desc) == SP_REGNUM
768 && PROC_FRAME_OFFSET (proc_desc) == 0)
769 return 0;
770 }
771
772 if (!find_pc_partial_function (pc, NULL, &func_addr, &func_end))
773 return 0; /* Unknown */
774
775 sal = find_pc_line (func_addr, 0);
776
777 if (sal.end < func_end)
778 return sal.end;
779
780 /* The line after the prologue is after the end of the function. In this
781 case, tell the caller to find the prologue the hard way. */
782
783 return 0;
784}
785
786/* Return non-zero if we *might* be in a function prologue. Return zero if we
787 are definitively *not* in a function prologue. */
788
789static int
fba45db2 790alpha_in_prologue (CORE_ADDR pc, alpha_extra_func_info_t proc_desc)
c906108c
SS
791{
792 CORE_ADDR after_prologue_pc;
793
794 after_prologue_pc = after_prologue (pc, proc_desc);
795
796 if (after_prologue_pc == 0
797 || pc < after_prologue_pc)
798 return 1;
799 else
800 return 0;
801}
802
803static alpha_extra_func_info_t
fba45db2 804find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame)
c906108c
SS
805{
806 alpha_extra_func_info_t proc_desc;
807 struct block *b;
808 struct symbol *sym;
809 CORE_ADDR startaddr;
810
811 /* Try to get the proc_desc from the linked call dummy proc_descs
812 if the pc is in the call dummy.
813 This is hairy. In the case of nested dummy calls we have to find the
814 right proc_desc, but we might not yet know the frame for the dummy
815 as it will be contained in the proc_desc we are searching for.
816 So we have to find the proc_desc whose frame is closest to the current
817 stack pointer. */
818
ae45cd16 819 if (DEPRECATED_PC_IN_CALL_DUMMY (pc, 0, 0))
c906108c
SS
820 {
821 struct linked_proc_info *link;
822 CORE_ADDR sp = read_next_frame_reg (next_frame, SP_REGNUM);
823 alpha_extra_func_info_t found_proc_desc = NULL;
824 long min_distance = LONG_MAX;
825
826 for (link = linked_proc_desc_table; link; link = link->next)
827 {
828 long distance = (CORE_ADDR) PROC_DUMMY_FRAME (&link->info) - sp;
829 if (distance > 0 && distance < min_distance)
830 {
831 min_distance = distance;
832 found_proc_desc = &link->info;
833 }
834 }
835 if (found_proc_desc != NULL)
836 return found_proc_desc;
837 }
838
c5aa993b 839 b = block_for_pc (pc);
c906108c
SS
840
841 find_pc_partial_function (pc, NULL, &startaddr, NULL);
842 if (b == NULL)
843 sym = NULL;
844 else
845 {
846 if (startaddr > BLOCK_START (b))
847 /* This is the "pathological" case referred to in a comment in
848 print_frame_info. It might be better to move this check into
849 symbol reading. */
850 sym = NULL;
851 else
176620f1 852 sym = lookup_symbol (MIPS_EFI_SYMBOL_NAME, b, LABEL_DOMAIN,
c906108c
SS
853 0, NULL);
854 }
855
856 /* If we never found a PDR for this function in symbol reading, then
857 examine prologues to find the information. */
858 if (sym && ((mips_extra_func_info_t) SYMBOL_VALUE (sym))->pdr.framereg == -1)
859 sym = NULL;
860
861 if (sym)
862 {
c5aa993b
JM
863 /* IF this is the topmost frame AND
864 * (this proc does not have debugging information OR
865 * the PC is in the procedure prologue)
866 * THEN create a "heuristic" proc_desc (by analyzing
867 * the actual code) to replace the "official" proc_desc.
868 */
869 proc_desc = (alpha_extra_func_info_t) SYMBOL_VALUE (sym);
870 if (next_frame == NULL)
871 {
872 if (PROC_DESC_IS_DUMMY (proc_desc) || alpha_in_prologue (pc, proc_desc))
873 {
874 alpha_extra_func_info_t found_heuristic =
875 heuristic_proc_desc (PROC_LOW_ADDR (proc_desc),
876 pc, next_frame);
877 if (found_heuristic)
878 {
879 PROC_LOCALOFF (found_heuristic) =
880 PROC_LOCALOFF (proc_desc);
881 PROC_PC_REG (found_heuristic) = PROC_PC_REG (proc_desc);
882 proc_desc = found_heuristic;
883 }
884 }
885 }
c906108c
SS
886 }
887 else
888 {
889 long offset;
890
891 /* Is linked_proc_desc_table really necessary? It only seems to be used
c5aa993b
JM
892 by procedure call dummys. However, the procedures being called ought
893 to have their own proc_descs, and even if they don't,
894 heuristic_proc_desc knows how to create them! */
c906108c
SS
895
896 register struct linked_proc_info *link;
897 for (link = linked_proc_desc_table; link; link = link->next)
c5aa993b
JM
898 if (PROC_LOW_ADDR (&link->info) <= pc
899 && PROC_HIGH_ADDR (&link->info) > pc)
900 return &link->info;
c906108c
SS
901
902 /* If PC is inside a dynamically generated sigtramp handler,
c5aa993b 903 create and push a procedure descriptor for that code: */
36a6271d 904 offset = alpha_dynamic_sigtramp_offset (pc);
c906108c
SS
905 if (offset >= 0)
906 return push_sigtramp_desc (pc - offset);
907
908 /* If heuristic_fence_post is non-zero, determine the procedure
c5aa993b
JM
909 start address by examining the instructions.
910 This allows us to find the start address of static functions which
911 have no symbolic information, as startaddr would have been set to
912 the preceding global function start address by the
913 find_pc_partial_function call above. */
c906108c
SS
914 if (startaddr == 0 || heuristic_fence_post != 0)
915 startaddr = heuristic_proc_start (pc);
916
917 proc_desc =
918 heuristic_proc_desc (startaddr, pc, next_frame);
919 }
920 return proc_desc;
921}
922
923alpha_extra_func_info_t cached_proc_desc;
924
dc129d82 925static CORE_ADDR
fba45db2 926alpha_frame_chain (struct frame_info *frame)
c906108c 927{
c5aa993b 928 alpha_extra_func_info_t proc_desc;
8bedc050 929 CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame);
c5aa993b
JM
930
931 if (saved_pc == 0 || inside_entry_file (saved_pc))
932 return 0;
933
934 proc_desc = find_proc_desc (saved_pc, frame);
935 if (!proc_desc)
936 return 0;
937
938 cached_proc_desc = proc_desc;
939
940 /* Fetch the frame pointer for a dummy frame from the procedure
941 descriptor. */
942 if (PROC_DESC_IS_DUMMY (proc_desc))
943 return (CORE_ADDR) PROC_DUMMY_FRAME (proc_desc);
944
945 /* If no frame pointer and frame size is zero, we must be at end
946 of stack (or otherwise hosed). If we don't check frame size,
947 we loop forever if we see a zero size frame. */
948 if (PROC_FRAME_REG (proc_desc) == SP_REGNUM
949 && PROC_FRAME_OFFSET (proc_desc) == 0
950 /* The previous frame from a sigtramp frame might be frameless
951 and have frame size zero. */
5a203e44 952 && !(get_frame_type (frame) == SIGTRAMP_FRAME))
36a6271d 953 return alpha_frame_past_sigtramp_frame (frame, saved_pc);
c5aa993b
JM
954 else
955 return read_next_frame_reg (frame, PROC_FRAME_REG (proc_desc))
956 + PROC_FRAME_OFFSET (proc_desc);
c906108c
SS
957}
958
959void
140f9984
JT
960alpha_print_extra_frame_info (struct frame_info *fi)
961{
962 if (fi
da50a4b7
AC
963 && get_frame_extra_info (fi)
964 && get_frame_extra_info (fi)->proc_desc
965 && get_frame_extra_info (fi)->proc_desc->pdr.framereg < NUM_REGS)
140f9984 966 printf_filtered (" frame pointer is at %s+%s\n",
da50a4b7
AC
967 REGISTER_NAME (get_frame_extra_info (fi)->proc_desc->pdr.framereg),
968 paddr_d (get_frame_extra_info (fi)->proc_desc->pdr.frameoffset));
140f9984
JT
969}
970
dc129d82 971static void
140f9984 972alpha_init_extra_frame_info (int fromleaf, struct frame_info *frame)
c906108c
SS
973{
974 /* Use proc_desc calculated in frame_chain */
975 alpha_extra_func_info_t proc_desc =
11c02a10
AC
976 get_next_frame (frame)
977 ? cached_proc_desc
978 : find_proc_desc (get_frame_pc (frame), get_next_frame (frame));
c906108c 979
a00a19e9 980 frame_extra_info_zalloc (frame, sizeof (struct frame_extra_info));
140f9984 981
b2fb4676
AC
982 /* NOTE: cagney/2003-01-03: No need to set saved_regs to NULL,
983 always NULL by default. */
984 /* frame->saved_regs = NULL; */
da50a4b7
AC
985 get_frame_extra_info (frame)->localoff = 0;
986 get_frame_extra_info (frame)->pc_reg = ALPHA_RA_REGNUM;
987 get_frame_extra_info (frame)->proc_desc = proc_desc == &temp_proc_desc ? 0 : proc_desc;
c906108c
SS
988 if (proc_desc)
989 {
990 /* Get the locals offset and the saved pc register from the
c5aa993b
JM
991 procedure descriptor, they are valid even if we are in the
992 middle of the prologue. */
da50a4b7
AC
993 get_frame_extra_info (frame)->localoff = PROC_LOCALOFF (proc_desc);
994 get_frame_extra_info (frame)->pc_reg = PROC_PC_REG (proc_desc);
c906108c
SS
995
996 /* Fixup frame-pointer - only needed for top frame */
997
998 /* Fetch the frame pointer for a dummy frame from the procedure
c5aa993b
JM
999 descriptor. */
1000 if (PROC_DESC_IS_DUMMY (proc_desc))
8ccd593b 1001 deprecated_update_frame_base_hack (frame, (CORE_ADDR) PROC_DUMMY_FRAME (proc_desc));
c906108c
SS
1002
1003 /* This may not be quite right, if proc has a real frame register.
c5aa993b
JM
1004 Get the value of the frame relative sp, procedure might have been
1005 interrupted by a signal at it's very start. */
50abf9e5 1006 else if (get_frame_pc (frame) == PROC_LOW_ADDR (proc_desc)
36a6271d 1007 && !alpha_proc_desc_is_dyn_sigtramp (proc_desc))
11c02a10 1008 deprecated_update_frame_base_hack (frame, read_next_frame_reg (get_next_frame (frame), SP_REGNUM));
c906108c 1009 else
11c02a10 1010 deprecated_update_frame_base_hack (frame, read_next_frame_reg (get_next_frame (frame), PROC_FRAME_REG (proc_desc))
8ccd593b 1011 + PROC_FRAME_OFFSET (proc_desc));
c906108c
SS
1012
1013 if (proc_desc == &temp_proc_desc)
1014 {
1015 char *name;
1016
1017 /* Do not set the saved registers for a sigtramp frame,
5a203e44
AC
1018 alpha_find_saved_registers will do that for us. We can't
1019 use (get_frame_type (frame) == SIGTRAMP_FRAME), it is not
1020 yet set. */
1021 /* FIXME: cagney/2002-11-18: This problem will go away once
1022 frame.c:get_prev_frame() is modified to set the frame's
1023 type before calling functions like this. */
50abf9e5 1024 find_pc_partial_function (get_frame_pc (frame), &name,
c5aa993b 1025 (CORE_ADDR *) NULL, (CORE_ADDR *) NULL);
50abf9e5 1026 if (!PC_IN_SIGTRAMP (get_frame_pc (frame), name))
c906108c 1027 {
b2fb4676
AC
1028 frame_saved_regs_zalloc (frame);
1029 memcpy (get_frame_saved_regs (frame), temp_saved_regs,
140f9984 1030 SIZEOF_FRAME_SAVED_REGS);
b2fb4676
AC
1031 get_frame_saved_regs (frame)[PC_REGNUM]
1032 = get_frame_saved_regs (frame)[ALPHA_RA_REGNUM];
c906108c
SS
1033 }
1034 }
1035 }
1036}
1037
dc129d82 1038static CORE_ADDR
140f9984
JT
1039alpha_frame_locals_address (struct frame_info *fi)
1040{
da50a4b7 1041 return (get_frame_base (fi) - get_frame_extra_info (fi)->localoff);
140f9984
JT
1042}
1043
dc129d82 1044static CORE_ADDR
140f9984
JT
1045alpha_frame_args_address (struct frame_info *fi)
1046{
1e2330ba 1047 return (get_frame_base (fi) - (ALPHA_NUM_ARG_REGS * 8));
140f9984
JT
1048}
1049
c906108c
SS
1050/* ALPHA stack frames are almost impenetrable. When execution stops,
1051 we basically have to look at symbol information for the function
1052 that we stopped in, which tells us *which* register (if any) is
1053 the base of the frame pointer, and what offset from that register
1054 the frame itself is at.
1055
1056 This presents a problem when trying to examine a stack in memory
1057 (that isn't executing at the moment), using the "frame" command. We
1058 don't have a PC, nor do we have any registers except SP.
1059
1060 This routine takes two arguments, SP and PC, and tries to make the
1061 cached frames look as if these two arguments defined a frame on the
1062 cache. This allows the rest of info frame to extract the important
1063 arguments without difficulty. */
1064
1065struct frame_info *
a57f9e49 1066alpha_setup_arbitrary_frame (int argc, CORE_ADDR *argv)
c906108c
SS
1067{
1068 if (argc != 2)
1069 error ("ALPHA frame specifications require two arguments: sp and pc");
1070
1071 return create_new_frame (argv[0], argv[1]);
1072}
1073
1074/* The alpha passes the first six arguments in the registers, the rest on
1075 the stack. The register arguments are eventually transferred to the
1076 argument transfer area immediately below the stack by the called function
1077 anyway. So we `push' at least six arguments on the stack, `reload' the
1078 argument registers and then adjust the stack pointer to point past the
1079 sixth argument. This algorithm simplifies the passing of a large struct
1080 which extends from the registers to the stack.
1081 If the called function is returning a structure, the address of the
1082 structure to be returned is passed as a hidden first argument. */
1083
dc129d82 1084static CORE_ADDR
ea7c478f 1085alpha_push_arguments (int nargs, struct value **args, CORE_ADDR sp,
fba45db2 1086 int struct_return, CORE_ADDR struct_addr)
c906108c 1087{
7a292a7a 1088 int i;
c906108c
SS
1089 int accumulate_size = struct_return ? 8 : 0;
1090 int arg_regs_size = ALPHA_NUM_ARG_REGS * 8;
c5aa993b
JM
1091 struct alpha_arg
1092 {
1093 char *contents;
1094 int len;
1095 int offset;
1096 };
c906108c 1097 struct alpha_arg *alpha_args =
c5aa993b 1098 (struct alpha_arg *) alloca (nargs * sizeof (struct alpha_arg));
c906108c
SS
1099 register struct alpha_arg *m_arg;
1100 char raw_buffer[sizeof (CORE_ADDR)];
1101 int required_arg_regs;
1102
1103 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
1104 {
ea7c478f 1105 struct value *arg = args[i];
c906108c
SS
1106 struct type *arg_type = check_typedef (VALUE_TYPE (arg));
1107 /* Cast argument to long if necessary as the compiler does it too. */
1108 switch (TYPE_CODE (arg_type))
1109 {
1110 case TYPE_CODE_INT:
1111 case TYPE_CODE_BOOL:
1112 case TYPE_CODE_CHAR:
1113 case TYPE_CODE_RANGE:
1114 case TYPE_CODE_ENUM:
1115 if (TYPE_LENGTH (arg_type) < TYPE_LENGTH (builtin_type_long))
1116 {
1117 arg_type = builtin_type_long;
1118 arg = value_cast (arg_type, arg);
1119 }
1120 break;
1121 default:
1122 break;
1123 }
1124 m_arg->len = TYPE_LENGTH (arg_type);
1125 m_arg->offset = accumulate_size;
1126 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
c5aa993b 1127 m_arg->contents = VALUE_CONTENTS (arg);
c906108c
SS
1128 }
1129
1130 /* Determine required argument register loads, loading an argument register
1131 is expensive as it uses three ptrace calls. */
1132 required_arg_regs = accumulate_size / 8;
1133 if (required_arg_regs > ALPHA_NUM_ARG_REGS)
1134 required_arg_regs = ALPHA_NUM_ARG_REGS;
1135
1136 /* Make room for the arguments on the stack. */
1137 if (accumulate_size < arg_regs_size)
c5aa993b 1138 accumulate_size = arg_regs_size;
c906108c
SS
1139 sp -= accumulate_size;
1140
1141 /* Keep sp aligned to a multiple of 16 as the compiler does it too. */
1142 sp &= ~15;
1143
1144 /* `Push' arguments on the stack. */
c5aa993b
JM
1145 for (i = nargs; m_arg--, --i >= 0;)
1146 write_memory (sp + m_arg->offset, m_arg->contents, m_arg->len);
c906108c
SS
1147 if (struct_return)
1148 {
fbd9dcd3
AC
1149 /* NOTE: cagney/2003-05-09: Using sizeof CORE_ADDR here is just
1150 wrong. */
1151 store_unsigned_integer (raw_buffer, sizeof (CORE_ADDR), struct_addr);
c906108c
SS
1152 write_memory (sp, raw_buffer, sizeof (CORE_ADDR));
1153 }
1154
1155 /* Load the argument registers. */
1156 for (i = 0; i < required_arg_regs; i++)
1157 {
1158 LONGEST val;
1159
1160 val = read_memory_integer (sp + i * 8, 8);
dc129d82
JT
1161 write_register (ALPHA_A0_REGNUM + i, val);
1162 write_register (ALPHA_FPA0_REGNUM + i, val);
c906108c
SS
1163 }
1164
1165 return sp + arg_regs_size;
1166}
1167
dc129d82 1168static void
fba45db2 1169alpha_push_dummy_frame (void)
c906108c
SS
1170{
1171 int ireg;
1172 struct linked_proc_info *link;
1173 alpha_extra_func_info_t proc_desc;
1174 CORE_ADDR sp = read_register (SP_REGNUM);
1175 CORE_ADDR save_address;
dc129d82 1176 char raw_buffer[ALPHA_MAX_REGISTER_RAW_SIZE];
c906108c
SS
1177 unsigned long mask;
1178
c5aa993b 1179 link = (struct linked_proc_info *) xmalloc (sizeof (struct linked_proc_info));
c906108c
SS
1180 link->next = linked_proc_desc_table;
1181 linked_proc_desc_table = link;
c5aa993b 1182
c906108c
SS
1183 proc_desc = &link->info;
1184
1185 /*
1186 * The registers we must save are all those not preserved across
1187 * procedure calls.
1188 * In addition, we must save the PC and RA.
1189 *
1190 * Dummy frame layout:
1191 * (high memory)
c5aa993b 1192 * Saved PC
c906108c
SS
1193 * Saved F30
1194 * ...
1195 * Saved F0
c5aa993b
JM
1196 * Saved R29
1197 * ...
1198 * Saved R0
1199 * Saved R26 (RA)
1200 * Parameter build area
c906108c
SS
1201 * (low memory)
1202 */
1203
1204/* MASK(i,j) == (1<<i) + (1<<(i+1)) + ... + (1<<j)). Assume i<=j<31. */
1205#define MASK(i,j) ((((LONGEST)1 << ((j)+1)) - 1) ^ (((LONGEST)1 << (i)) - 1))
1206#define GEN_REG_SAVE_MASK (MASK(0,8) | MASK(16,29))
1207#define GEN_REG_SAVE_COUNT 24
1208#define FLOAT_REG_SAVE_MASK (MASK(0,1) | MASK(10,30))
1209#define FLOAT_REG_SAVE_COUNT 23
1210 /* The special register is the PC as we have no bit for it in the save masks.
1211 alpha_frame_saved_pc knows where the pc is saved in a dummy frame. */
1212#define SPECIAL_REG_SAVE_COUNT 1
1213
c5aa993b
JM
1214 PROC_REG_MASK (proc_desc) = GEN_REG_SAVE_MASK;
1215 PROC_FREG_MASK (proc_desc) = FLOAT_REG_SAVE_MASK;
c906108c
SS
1216 /* PROC_REG_OFFSET is the offset from the dummy frame to the saved RA,
1217 but keep SP aligned to a multiple of 16. */
c5aa993b
JM
1218 PROC_REG_OFFSET (proc_desc) =
1219 -((8 * (SPECIAL_REG_SAVE_COUNT
c906108c
SS
1220 + GEN_REG_SAVE_COUNT
1221 + FLOAT_REG_SAVE_COUNT)
c5aa993b
JM
1222 + 15) & ~15);
1223 PROC_FREG_OFFSET (proc_desc) =
1224 PROC_REG_OFFSET (proc_desc) + 8 * GEN_REG_SAVE_COUNT;
c906108c
SS
1225
1226 /* Save general registers.
1227 The return address register is the first saved register, all other
1228 registers follow in ascending order.
1229 The PC is saved immediately below the SP. */
c5aa993b 1230 save_address = sp + PROC_REG_OFFSET (proc_desc);
fbd9dcd3 1231 store_unsigned_integer (raw_buffer, 8, read_register (ALPHA_RA_REGNUM));
c906108c
SS
1232 write_memory (save_address, raw_buffer, 8);
1233 save_address += 8;
c5aa993b 1234 mask = PROC_REG_MASK (proc_desc) & 0xffffffffL;
c906108c
SS
1235 for (ireg = 0; mask; ireg++, mask >>= 1)
1236 if (mask & 1)
1237 {
dc129d82 1238 if (ireg == ALPHA_RA_REGNUM)
c906108c 1239 continue;
fbd9dcd3 1240 store_unsigned_integer (raw_buffer, 8, read_register (ireg));
c906108c
SS
1241 write_memory (save_address, raw_buffer, 8);
1242 save_address += 8;
1243 }
1244
fbd9dcd3 1245 store_unsigned_integer (raw_buffer, 8, read_register (PC_REGNUM));
c906108c
SS
1246 write_memory (sp - 8, raw_buffer, 8);
1247
1248 /* Save floating point registers. */
c5aa993b
JM
1249 save_address = sp + PROC_FREG_OFFSET (proc_desc);
1250 mask = PROC_FREG_MASK (proc_desc) & 0xffffffffL;
c906108c
SS
1251 for (ireg = 0; mask; ireg++, mask >>= 1)
1252 if (mask & 1)
1253 {
fbd9dcd3 1254 store_unsigned_integer (raw_buffer, 8, read_register (ireg + FP0_REGNUM));
c906108c
SS
1255 write_memory (save_address, raw_buffer, 8);
1256 save_address += 8;
1257 }
1258
1259 /* Set and save the frame address for the dummy.
1260 This is tricky. The only registers that are suitable for a frame save
1261 are those that are preserved across procedure calls (s0-s6). But if
1262 a read system call is interrupted and then a dummy call is made
1263 (see testsuite/gdb.t17/interrupt.exp) the dummy call hangs till the read
1264 is satisfied. Then it returns with the s0-s6 registers set to the values
1265 on entry to the read system call and our dummy frame pointer would be
1266 destroyed. So we save the dummy frame in the proc_desc and handle the
1267 retrieval of the frame pointer of a dummy specifically. The frame register
1268 is set to the virtual frame (pseudo) register, it's value will always
1269 be read as zero and will help us to catch any errors in the dummy frame
1270 retrieval code. */
c5aa993b 1271 PROC_DUMMY_FRAME (proc_desc) = sp;
0ba6dca9 1272 PROC_FRAME_REG (proc_desc) = DEPRECATED_FP_REGNUM;
c5aa993b
JM
1273 PROC_FRAME_OFFSET (proc_desc) = 0;
1274 sp += PROC_REG_OFFSET (proc_desc);
c906108c
SS
1275 write_register (SP_REGNUM, sp);
1276
c5aa993b
JM
1277 PROC_LOW_ADDR (proc_desc) = CALL_DUMMY_ADDRESS ();
1278 PROC_HIGH_ADDR (proc_desc) = PROC_LOW_ADDR (proc_desc) + 4;
c906108c 1279
c5aa993b 1280 SET_PROC_DESC_IS_DUMMY (proc_desc);
dc129d82 1281 PROC_PC_REG (proc_desc) = ALPHA_RA_REGNUM;
c906108c
SS
1282}
1283
dc129d82 1284static void
fba45db2 1285alpha_pop_frame (void)
c906108c
SS
1286{
1287 register int regnum;
1288 struct frame_info *frame = get_current_frame ();
1e2330ba 1289 CORE_ADDR new_sp = get_frame_base (frame);
c906108c 1290
da50a4b7 1291 alpha_extra_func_info_t proc_desc = get_frame_extra_info (frame)->proc_desc;
c906108c 1292
9e0b60a8
JM
1293 /* we need proc_desc to know how to restore the registers;
1294 if it is NULL, construct (a temporary) one */
1295 if (proc_desc == NULL)
11c02a10 1296 proc_desc = find_proc_desc (get_frame_pc (frame), get_next_frame (frame));
9e0b60a8
JM
1297
1298 /* Question: should we copy this proc_desc and save it in
1299 frame->proc_desc? If we do, who will free it?
1300 For now, we don't save a copy... */
1301
8bedc050 1302 write_register (PC_REGNUM, DEPRECATED_FRAME_SAVED_PC (frame));
b2fb4676 1303 if (get_frame_saved_regs (frame) == NULL)
c906108c
SS
1304 alpha_find_saved_regs (frame);
1305 if (proc_desc)
1306 {
c5aa993b
JM
1307 for (regnum = 32; --regnum >= 0;)
1308 if (PROC_REG_MASK (proc_desc) & (1 << regnum))
c906108c 1309 write_register (regnum,
b2fb4676 1310 read_memory_integer (get_frame_saved_regs (frame)[regnum],
c906108c 1311 8));
c5aa993b
JM
1312 for (regnum = 32; --regnum >= 0;)
1313 if (PROC_FREG_MASK (proc_desc) & (1 << regnum))
c906108c 1314 write_register (regnum + FP0_REGNUM,
b2fb4676 1315 read_memory_integer (get_frame_saved_regs (frame)[regnum + FP0_REGNUM], 8));
c906108c
SS
1316 }
1317 write_register (SP_REGNUM, new_sp);
1318 flush_cached_frames ();
1319
c5aa993b 1320 if (proc_desc && (PROC_DESC_IS_DUMMY (proc_desc)
36a6271d 1321 || alpha_proc_desc_is_dyn_sigtramp (proc_desc)))
c906108c
SS
1322 {
1323 struct linked_proc_info *pi_ptr, *prev_ptr;
1324
1325 for (pi_ptr = linked_proc_desc_table, prev_ptr = NULL;
1326 pi_ptr != NULL;
1327 prev_ptr = pi_ptr, pi_ptr = pi_ptr->next)
1328 {
1329 if (&pi_ptr->info == proc_desc)
1330 break;
1331 }
1332
1333 if (pi_ptr == NULL)
1334 error ("Can't locate dummy extra frame info\n");
1335
1336 if (prev_ptr != NULL)
1337 prev_ptr->next = pi_ptr->next;
1338 else
1339 linked_proc_desc_table = pi_ptr->next;
1340
b8c9b27d 1341 xfree (pi_ptr);
c906108c
SS
1342 }
1343}
1344\f
1345/* To skip prologues, I use this predicate. Returns either PC itself
1346 if the code at PC does not look like a function prologue; otherwise
1347 returns an address that (if we're lucky) follows the prologue. If
1348 LENIENT, then we must skip everything which is involved in setting
1349 up the frame (it's OK to skip more, just so long as we don't skip
1350 anything which might clobber the registers which are being saved.
0fb34c3a
MS
1351 Currently we must not skip more on the alpha, but we might need the
1352 lenient stuff some day. */
c906108c 1353
f8453e34
JT
1354static CORE_ADDR
1355alpha_skip_prologue_internal (CORE_ADDR pc, int lenient)
c906108c 1356{
c5aa993b
JM
1357 unsigned long inst;
1358 int offset;
1359 CORE_ADDR post_prologue_pc;
1360 char buf[4];
c906108c 1361
c5aa993b
JM
1362 /* Silently return the unaltered pc upon memory errors.
1363 This could happen on OSF/1 if decode_line_1 tries to skip the
1364 prologue for quickstarted shared library functions when the
1365 shared library is not yet mapped in.
1366 Reading target memory is slow over serial lines, so we perform
15d72a92
JT
1367 this check only if the target has shared libraries (which all
1368 Alpha targets do). */
c5aa993b
JM
1369 if (target_read_memory (pc, buf, 4))
1370 return pc;
c906108c 1371
c5aa993b
JM
1372 /* See if we can determine the end of the prologue via the symbol table.
1373 If so, then return either PC, or the PC after the prologue, whichever
1374 is greater. */
c906108c 1375
c5aa993b 1376 post_prologue_pc = after_prologue (pc, NULL);
c906108c 1377
c5aa993b
JM
1378 if (post_prologue_pc != 0)
1379 return max (pc, post_prologue_pc);
c906108c 1380
c5aa993b
JM
1381 /* Can't determine prologue from the symbol table, need to examine
1382 instructions. */
c906108c 1383
c5aa993b
JM
1384 /* Skip the typical prologue instructions. These are the stack adjustment
1385 instruction and the instructions that save registers on the stack
1386 or in the gcc frame. */
1387 for (offset = 0; offset < 100; offset += 4)
1388 {
1389 int status;
1390
1391 status = read_memory_nobpt (pc + offset, buf, 4);
1392 if (status)
1393 memory_error (status, pc + offset);
1394 inst = extract_unsigned_integer (buf, 4);
1395
1396 /* The alpha has no delay slots. But let's keep the lenient stuff,
1397 we might need it for something else in the future. */
1398 if (lenient && 0)
1399 continue;
1400
1401 if ((inst & 0xffff0000) == 0x27bb0000) /* ldah $gp,n($t12) */
1402 continue;
1403 if ((inst & 0xffff0000) == 0x23bd0000) /* lda $gp,n($gp) */
1404 continue;
1405 if ((inst & 0xffff0000) == 0x23de0000) /* lda $sp,n($sp) */
1406 continue;
1407 if ((inst & 0xffe01fff) == 0x43c0153e) /* subq $sp,n,$sp */
1408 continue;
1409
1410 if ((inst & 0xfc1f0000) == 0xb41e0000
1411 && (inst & 0xffff0000) != 0xb7fe0000)
1412 continue; /* stq reg,n($sp) */
1413 /* reg != $zero */
1414 if ((inst & 0xfc1f0000) == 0x9c1e0000
1415 && (inst & 0xffff0000) != 0x9ffe0000)
1416 continue; /* stt reg,n($sp) */
1417 /* reg != $zero */
1418 if (inst == 0x47de040f) /* bis sp,sp,fp */
1419 continue;
1420
1421 break;
c906108c 1422 }
c5aa993b 1423 return pc + offset;
c906108c
SS
1424}
1425
dc129d82 1426static CORE_ADDR
f8453e34
JT
1427alpha_skip_prologue (CORE_ADDR addr)
1428{
1429 return (alpha_skip_prologue_internal (addr, 0));
1430}
1431
c906108c
SS
1432#if 0
1433/* Is address PC in the prologue (loosely defined) for function at
1434 STARTADDR? */
1435
1436static int
fba45db2 1437alpha_in_lenient_prologue (CORE_ADDR startaddr, CORE_ADDR pc)
c906108c 1438{
f8453e34 1439 CORE_ADDR end_prologue = alpha_skip_prologue_internal (startaddr, 1);
c906108c
SS
1440 return pc >= startaddr && pc < end_prologue;
1441}
1442#endif
1443
1444/* The alpha needs a conversion between register and memory format if
1445 the register is a floating point register and
c5aa993b 1446 memory format is float, as the register format must be double
c906108c 1447 or
c5aa993b
JM
1448 memory format is an integer with 4 bytes or less, as the representation
1449 of integers in floating point registers is different. */
dc129d82 1450static void
fba45db2
KB
1451alpha_register_convert_to_virtual (int regnum, struct type *valtype,
1452 char *raw_buffer, char *virtual_buffer)
c906108c
SS
1453{
1454 if (TYPE_LENGTH (valtype) >= REGISTER_RAW_SIZE (regnum))
1455 {
1456 memcpy (virtual_buffer, raw_buffer, REGISTER_VIRTUAL_SIZE (regnum));
1457 return;
1458 }
1459
1460 if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
1461 {
f1908289
AC
1462 double d = deprecated_extract_floating (raw_buffer, REGISTER_RAW_SIZE (regnum));
1463 deprecated_store_floating (virtual_buffer, TYPE_LENGTH (valtype), d);
c906108c
SS
1464 }
1465 else if (TYPE_CODE (valtype) == TYPE_CODE_INT && TYPE_LENGTH (valtype) <= 4)
1466 {
1467 ULONGEST l;
1468 l = extract_unsigned_integer (raw_buffer, REGISTER_RAW_SIZE (regnum));
1469 l = ((l >> 32) & 0xc0000000) | ((l >> 29) & 0x3fffffff);
1470 store_unsigned_integer (virtual_buffer, TYPE_LENGTH (valtype), l);
1471 }
1472 else
1473 error ("Cannot retrieve value from floating point register");
1474}
1475
dc129d82 1476static void
fba45db2
KB
1477alpha_register_convert_to_raw (struct type *valtype, int regnum,
1478 char *virtual_buffer, char *raw_buffer)
c906108c
SS
1479{
1480 if (TYPE_LENGTH (valtype) >= REGISTER_RAW_SIZE (regnum))
1481 {
1482 memcpy (raw_buffer, virtual_buffer, REGISTER_RAW_SIZE (regnum));
1483 return;
1484 }
1485
1486 if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
1487 {
f1908289
AC
1488 double d = deprecated_extract_floating (virtual_buffer, TYPE_LENGTH (valtype));
1489 deprecated_store_floating (raw_buffer, REGISTER_RAW_SIZE (regnum), d);
c906108c
SS
1490 }
1491 else if (TYPE_CODE (valtype) == TYPE_CODE_INT && TYPE_LENGTH (valtype) <= 4)
1492 {
1493 ULONGEST l;
1494 if (TYPE_UNSIGNED (valtype))
1495 l = extract_unsigned_integer (virtual_buffer, TYPE_LENGTH (valtype));
1496 else
1497 l = extract_signed_integer (virtual_buffer, TYPE_LENGTH (valtype));
1498 l = ((l & 0xc0000000) << 32) | ((l & 0x3fffffff) << 29);
1499 store_unsigned_integer (raw_buffer, REGISTER_RAW_SIZE (regnum), l);
1500 }
1501 else
1502 error ("Cannot store value in floating point register");
1503}
1504
95b80706
JT
1505static const unsigned char *
1506alpha_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
1507{
1508 static const unsigned char alpha_breakpoint[] =
1509 { 0x80, 0, 0, 0 }; /* call_pal bpt */
1510
1511 *lenptr = sizeof(alpha_breakpoint);
1512 return (alpha_breakpoint);
1513}
1514
c906108c
SS
1515/* Given a return value in `regbuf' with a type `valtype',
1516 extract and copy its value into `valbuf'. */
1517
dc129d82 1518static void
732a6b2d 1519alpha_extract_return_value (struct type *valtype,
997b20b8 1520 char regbuf[ALPHA_REGISTER_BYTES], char *valbuf)
c906108c
SS
1521{
1522 if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
1523 alpha_register_convert_to_virtual (FP0_REGNUM, valtype,
1524 regbuf + REGISTER_BYTE (FP0_REGNUM),
1525 valbuf);
1526 else
dc129d82
JT
1527 memcpy (valbuf, regbuf + REGISTER_BYTE (ALPHA_V0_REGNUM),
1528 TYPE_LENGTH (valtype));
c906108c
SS
1529}
1530
1531/* Given a return value in `regbuf' with a type `valtype',
1532 write its value into the appropriate register. */
1533
dc129d82 1534static void
fba45db2 1535alpha_store_return_value (struct type *valtype, char *valbuf)
c906108c 1536{
dc129d82
JT
1537 char raw_buffer[ALPHA_MAX_REGISTER_RAW_SIZE];
1538 int regnum = ALPHA_V0_REGNUM;
c906108c 1539 int length = TYPE_LENGTH (valtype);
c5aa993b 1540
c906108c
SS
1541 if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
1542 {
1543 regnum = FP0_REGNUM;
1544 length = REGISTER_RAW_SIZE (regnum);
1545 alpha_register_convert_to_raw (valtype, regnum, valbuf, raw_buffer);
1546 }
1547 else
1548 memcpy (raw_buffer, valbuf, length);
1549
73937e03 1550 deprecated_write_register_bytes (REGISTER_BYTE (regnum), raw_buffer, length);
c906108c
SS
1551}
1552
1553/* Just like reinit_frame_cache, but with the right arguments to be
1554 callable as an sfunc. */
1555
1556static void
fba45db2 1557reinit_frame_cache_sfunc (char *args, int from_tty, struct cmd_list_element *c)
c906108c
SS
1558{
1559 reinit_frame_cache ();
1560}
1561
1562/* This is the definition of CALL_DUMMY_ADDRESS. It's a heuristic that is used
1563 to find a convenient place in the text segment to stick a breakpoint to
1564 detect the completion of a target function call (ala call_function_by_hand).
1565 */
1566
1567CORE_ADDR
fba45db2 1568alpha_call_dummy_address (void)
c906108c
SS
1569{
1570 CORE_ADDR entry;
1571 struct minimal_symbol *sym;
1572
1573 entry = entry_point_address ();
1574
1575 if (entry != 0)
1576 return entry;
1577
1578 sym = lookup_minimal_symbol ("_Prelude", NULL, symfile_objfile);
1579
1580 if (!sym || MSYMBOL_TYPE (sym) != mst_text)
1581 return 0;
1582 else
1583 return SYMBOL_VALUE_ADDRESS (sym) + 4;
ec32e4be
JT
1584}
1585
dc129d82 1586static void
0d056799
JT
1587alpha_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs,
1588 struct value **args, struct type *type, int gcc_p)
1589{
1590 CORE_ADDR bp_address = CALL_DUMMY_ADDRESS ();
1591
1592 if (bp_address == 0)
1593 error ("no place to put call");
dc129d82
JT
1594 write_register (ALPHA_RA_REGNUM, bp_address);
1595 write_register (ALPHA_T12_REGNUM, fun);
0d056799
JT
1596}
1597
ee1f65f0
JT
1598/* On the Alpha, the call dummy code is nevery copied to user space
1599 (see alpha_fix_call_dummy() above). The contents of this do not
1600 matter. */
1601LONGEST alpha_call_dummy_words[] = { 0 };
1602
dc129d82 1603static int
d734c450
JT
1604alpha_use_struct_convention (int gcc_p, struct type *type)
1605{
1606 /* Structures are returned by ref in extra arg0. */
1607 return 1;
1608}
1609
dc129d82 1610static void
0d056799
JT
1611alpha_store_struct_return (CORE_ADDR addr, CORE_ADDR sp)
1612{
1613 /* Store the address of the place in which to copy the structure the
1614 subroutine will return. Handled by alpha_push_arguments. */
1615}
1616
dc129d82 1617static CORE_ADDR
0d056799
JT
1618alpha_extract_struct_value_address (char *regbuf)
1619{
dc129d82
JT
1620 return (extract_address (regbuf + REGISTER_BYTE (ALPHA_V0_REGNUM),
1621 REGISTER_RAW_SIZE (ALPHA_V0_REGNUM)));
0d056799
JT
1622}
1623
accc6d1f
JT
1624/* Figure out where the longjmp will land.
1625 We expect the first arg to be a pointer to the jmp_buf structure from
1626 which we extract the PC (JB_PC) that we will land at. The PC is copied
1627 into the "pc". This routine returns true on success. */
1628
1629static int
1630alpha_get_longjmp_target (CORE_ADDR *pc)
1631{
1632 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
1633 CORE_ADDR jb_addr;
1634 char raw_buffer[ALPHA_MAX_REGISTER_RAW_SIZE];
1635
1636 jb_addr = read_register (ALPHA_A0_REGNUM);
1637
1638 if (target_read_memory (jb_addr + (tdep->jb_pc * tdep->jb_elt_size),
1639 raw_buffer, tdep->jb_elt_size))
1640 return 0;
1641
1642 *pc = extract_address (raw_buffer, tdep->jb_elt_size);
1643 return 1;
1644}
1645
ec32e4be
JT
1646/* alpha_software_single_step() is called just before we want to resume
1647 the inferior, if we want to single-step it but there is no hardware
1648 or kernel single-step support (NetBSD on Alpha, for example). We find
1649 the target of the coming instruction and breakpoint it.
1650
1651 single_step is also called just after the inferior stops. If we had
1652 set up a simulated single-step, we undo our damage. */
1653
1654static CORE_ADDR
1655alpha_next_pc (CORE_ADDR pc)
1656{
1657 unsigned int insn;
1658 unsigned int op;
1659 int offset;
1660 LONGEST rav;
1661
1662 insn = read_memory_unsigned_integer (pc, sizeof (insn));
1663
1664 /* Opcode is top 6 bits. */
1665 op = (insn >> 26) & 0x3f;
1666
1667 if (op == 0x1a)
1668 {
1669 /* Jump format: target PC is:
1670 RB & ~3 */
1671 return (read_register ((insn >> 16) & 0x1f) & ~3);
1672 }
1673
1674 if ((op & 0x30) == 0x30)
1675 {
1676 /* Branch format: target PC is:
1677 (new PC) + (4 * sext(displacement)) */
1678 if (op == 0x30 || /* BR */
1679 op == 0x34) /* BSR */
1680 {
1681 branch_taken:
1682 offset = (insn & 0x001fffff);
1683 if (offset & 0x00100000)
1684 offset |= 0xffe00000;
1685 offset *= 4;
1686 return (pc + 4 + offset);
1687 }
1688
1689 /* Need to determine if branch is taken; read RA. */
1690 rav = (LONGEST) read_register ((insn >> 21) & 0x1f);
1691 switch (op)
1692 {
1693 case 0x38: /* BLBC */
1694 if ((rav & 1) == 0)
1695 goto branch_taken;
1696 break;
1697 case 0x3c: /* BLBS */
1698 if (rav & 1)
1699 goto branch_taken;
1700 break;
1701 case 0x39: /* BEQ */
1702 if (rav == 0)
1703 goto branch_taken;
1704 break;
1705 case 0x3d: /* BNE */
1706 if (rav != 0)
1707 goto branch_taken;
1708 break;
1709 case 0x3a: /* BLT */
1710 if (rav < 0)
1711 goto branch_taken;
1712 break;
1713 case 0x3b: /* BLE */
1714 if (rav <= 0)
1715 goto branch_taken;
1716 break;
1717 case 0x3f: /* BGT */
1718 if (rav > 0)
1719 goto branch_taken;
1720 break;
1721 case 0x3e: /* BGE */
1722 if (rav >= 0)
1723 goto branch_taken;
1724 break;
1725 }
1726 }
1727
1728 /* Not a branch or branch not taken; target PC is:
1729 pc + 4 */
1730 return (pc + 4);
1731}
1732
1733void
1734alpha_software_single_step (enum target_signal sig, int insert_breakpoints_p)
1735{
1736 static CORE_ADDR next_pc;
1737 typedef char binsn_quantum[BREAKPOINT_MAX];
1738 static binsn_quantum break_mem;
1739 CORE_ADDR pc;
1740
1741 if (insert_breakpoints_p)
1742 {
1743 pc = read_pc ();
1744 next_pc = alpha_next_pc (pc);
1745
1746 target_insert_breakpoint (next_pc, break_mem);
1747 }
1748 else
1749 {
1750 target_remove_breakpoint (next_pc, break_mem);
1751 write_pc (next_pc);
1752 }
c906108c
SS
1753}
1754
dc129d82 1755\f
44dffaac 1756
dc129d82
JT
1757/* Initialize the current architecture based on INFO. If possible, re-use an
1758 architecture from ARCHES, which is a list of architectures already created
1759 during this debugging session.
1760
1761 Called e.g. at program startup, when reading a core file, and when reading
1762 a binary file. */
1763
1764static struct gdbarch *
1765alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
1766{
1767 struct gdbarch_tdep *tdep;
1768 struct gdbarch *gdbarch;
dc129d82
JT
1769
1770 /* Try to determine the ABI of the object we are loading. */
4be87837 1771 if (info.abfd != NULL && info.osabi == GDB_OSABI_UNKNOWN)
dc129d82 1772 {
4be87837
DJ
1773 /* If it's an ECOFF file, assume it's OSF/1. */
1774 if (bfd_get_flavour (info.abfd) == bfd_target_ecoff_flavour)
aff87235 1775 info.osabi = GDB_OSABI_OSF1;
dc129d82
JT
1776 }
1777
1778 /* Find a candidate among extant architectures. */
4be87837
DJ
1779 arches = gdbarch_list_lookup_by_info (arches, &info);
1780 if (arches != NULL)
1781 return arches->gdbarch;
dc129d82
JT
1782
1783 tdep = xmalloc (sizeof (struct gdbarch_tdep));
1784 gdbarch = gdbarch_alloc (&info, tdep);
1785
d9b023cc
JT
1786 /* Lowest text address. This is used by heuristic_proc_start() to
1787 decide when to stop looking. */
1788 tdep->vm_min_address = (CORE_ADDR) 0x120000000;
1789
36a6271d
JT
1790 tdep->dynamic_sigtramp_offset = NULL;
1791 tdep->skip_sigtramp_frame = NULL;
5868c862 1792 tdep->sigcontext_addr = NULL;
36a6271d 1793
accc6d1f
JT
1794 tdep->jb_pc = -1; /* longjmp support not enabled by default */
1795
dc129d82
JT
1796 /* Type sizes */
1797 set_gdbarch_short_bit (gdbarch, 16);
1798 set_gdbarch_int_bit (gdbarch, 32);
1799 set_gdbarch_long_bit (gdbarch, 64);
1800 set_gdbarch_long_long_bit (gdbarch, 64);
1801 set_gdbarch_float_bit (gdbarch, 32);
1802 set_gdbarch_double_bit (gdbarch, 64);
1803 set_gdbarch_long_double_bit (gdbarch, 64);
1804 set_gdbarch_ptr_bit (gdbarch, 64);
1805
1806 /* Register info */
1807 set_gdbarch_num_regs (gdbarch, ALPHA_NUM_REGS);
1808 set_gdbarch_sp_regnum (gdbarch, ALPHA_SP_REGNUM);
0ba6dca9 1809 set_gdbarch_deprecated_fp_regnum (gdbarch, ALPHA_FP_REGNUM);
dc129d82
JT
1810 set_gdbarch_pc_regnum (gdbarch, ALPHA_PC_REGNUM);
1811 set_gdbarch_fp0_regnum (gdbarch, ALPHA_FP0_REGNUM);
1812
1813 set_gdbarch_register_name (gdbarch, alpha_register_name);
b1e29e33 1814 set_gdbarch_deprecated_register_size (gdbarch, ALPHA_REGISTER_SIZE);
b8b527c5 1815 set_gdbarch_deprecated_register_bytes (gdbarch, ALPHA_REGISTER_BYTES);
dc129d82
JT
1816 set_gdbarch_register_byte (gdbarch, alpha_register_byte);
1817 set_gdbarch_register_raw_size (gdbarch, alpha_register_raw_size);
a0ed5532 1818 set_gdbarch_deprecated_max_register_raw_size (gdbarch, ALPHA_MAX_REGISTER_RAW_SIZE);
dc129d82 1819 set_gdbarch_register_virtual_size (gdbarch, alpha_register_virtual_size);
a0ed5532 1820 set_gdbarch_deprecated_max_register_virtual_size (gdbarch,
dc129d82
JT
1821 ALPHA_MAX_REGISTER_VIRTUAL_SIZE);
1822 set_gdbarch_register_virtual_type (gdbarch, alpha_register_virtual_type);
1823
1824 set_gdbarch_cannot_fetch_register (gdbarch, alpha_cannot_fetch_register);
1825 set_gdbarch_cannot_store_register (gdbarch, alpha_cannot_store_register);
1826
1827 set_gdbarch_register_convertible (gdbarch, alpha_register_convertible);
1828 set_gdbarch_register_convert_to_virtual (gdbarch,
1829 alpha_register_convert_to_virtual);
1830 set_gdbarch_register_convert_to_raw (gdbarch, alpha_register_convert_to_raw);
1831
1832 set_gdbarch_skip_prologue (gdbarch, alpha_skip_prologue);
1833
1834 set_gdbarch_frame_num_args (gdbarch, frame_num_args_unknown);
1835 set_gdbarch_frameless_function_invocation (gdbarch,
1836 generic_frameless_function_invocation_not);
1837
6913c89a 1838 set_gdbarch_deprecated_saved_pc_after_call (gdbarch, alpha_saved_pc_after_call);
dc129d82 1839
618ce49f 1840 set_gdbarch_deprecated_frame_chain (gdbarch, alpha_frame_chain);
8bedc050 1841 set_gdbarch_deprecated_frame_saved_pc (gdbarch, alpha_frame_saved_pc);
dc129d82 1842
f30ee0bc 1843 set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, alpha_frame_init_saved_regs);
dc129d82
JT
1844
1845 set_gdbarch_use_struct_convention (gdbarch, alpha_use_struct_convention);
26e9b323 1846 set_gdbarch_deprecated_extract_return_value (gdbarch, alpha_extract_return_value);
dc129d82 1847
4183d812 1848 set_gdbarch_deprecated_store_struct_return (gdbarch, alpha_store_struct_return);
ebba8386 1849 set_gdbarch_deprecated_store_return_value (gdbarch, alpha_store_return_value);
26e9b323 1850 set_gdbarch_deprecated_extract_struct_value_address (gdbarch,
dc129d82
JT
1851 alpha_extract_struct_value_address);
1852
1853 /* Settings for calling functions in the inferior. */
07555a72 1854 set_gdbarch_deprecated_use_generic_dummy_frames (gdbarch, 0);
b81774d8 1855 set_gdbarch_deprecated_push_arguments (gdbarch, alpha_push_arguments);
749b82f6 1856 set_gdbarch_deprecated_pop_frame (gdbarch, alpha_pop_frame);
dc129d82
JT
1857
1858 /* On the Alpha, the call dummy code is never copied to user space,
1859 stopping the user call is achieved via a bp_call_dummy breakpoint.
1860 But we need a fake CALL_DUMMY definition to enable the proper
1861 call_function_by_hand and to avoid zero length array warnings. */
b1e29e33
AC
1862 set_gdbarch_deprecated_call_dummy_words (gdbarch, alpha_call_dummy_words);
1863 set_gdbarch_deprecated_sizeof_call_dummy_words (gdbarch, 0);
dc129d82
JT
1864 set_gdbarch_frame_args_address (gdbarch, alpha_frame_args_address);
1865 set_gdbarch_frame_locals_address (gdbarch, alpha_frame_locals_address);
e9582e71 1866 set_gdbarch_deprecated_init_extra_frame_info (gdbarch, alpha_init_extra_frame_info);
dc129d82
JT
1867
1868 /* Alpha OSF/1 inhibits execution of code on the stack. But there is
1869 no need for a dummy on the Alpha. PUSH_ARGUMENTS takes care of all
1870 argument handling and bp_call_dummy takes care of stopping the dummy. */
dc129d82 1871 set_gdbarch_call_dummy_address (gdbarch, alpha_call_dummy_address);
ae45cd16 1872 set_gdbarch_deprecated_pc_in_call_dummy (gdbarch, deprecated_pc_in_call_dummy_at_entry_point);
f3824013 1873 set_gdbarch_deprecated_push_dummy_frame (gdbarch, alpha_push_dummy_frame);
6c0e89ed
AC
1874 /* Should be using push_dummy_call. */
1875 set_gdbarch_deprecated_dummy_write_sp (gdbarch, generic_target_write_sp);
b1e29e33 1876 set_gdbarch_deprecated_fix_call_dummy (gdbarch, alpha_fix_call_dummy);
a5afb99f 1877 set_gdbarch_deprecated_init_frame_pc (gdbarch, init_frame_pc_noop);
2ca6c561 1878 set_gdbarch_deprecated_init_frame_pc_first (gdbarch, alpha_init_frame_pc_first);
dc129d82
JT
1879
1880 set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
36a6271d 1881 set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
dc129d82 1882
95b80706 1883 set_gdbarch_breakpoint_from_pc (gdbarch, alpha_breakpoint_from_pc);
dc129d82 1884 set_gdbarch_decr_pc_after_break (gdbarch, 4);
95b80706
JT
1885
1886 set_gdbarch_function_start_offset (gdbarch, 0);
dc129d82
JT
1887 set_gdbarch_frame_args_skip (gdbarch, 0);
1888
44dffaac 1889 /* Hook in ABI-specific overrides, if they have been registered. */
4be87837 1890 gdbarch_init_osabi (info, gdbarch);
44dffaac 1891
accc6d1f
JT
1892 /* Now that we have tuned the configuration, set a few final things
1893 based on what the OS ABI has told us. */
1894
1895 if (tdep->jb_pc >= 0)
1896 set_gdbarch_get_longjmp_target (gdbarch, alpha_get_longjmp_target);
1897
dc129d82
JT
1898 return gdbarch;
1899}
1900
1901static void
1902alpha_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
1903{
1904 struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
1905
1906 if (tdep == NULL)
1907 return;
1908
d9b023cc
JT
1909 fprintf_unfiltered (file,
1910 "alpha_dump_tdep: vm_min_address = 0x%lx\n",
1911 (long) tdep->vm_min_address);
accc6d1f
JT
1912
1913 fprintf_unfiltered (file,
1914 "alpha_dump_tdep: jb_pc = %d\n",
1915 tdep->jb_pc);
1916 fprintf_unfiltered (file,
1917 "alpha_dump_tdep: jb_elt_size = %ld\n",
1918 (long) tdep->jb_elt_size);
dc129d82
JT
1919}
1920
c906108c 1921void
fba45db2 1922_initialize_alpha_tdep (void)
c906108c
SS
1923{
1924 struct cmd_list_element *c;
1925
dc129d82
JT
1926 gdbarch_register (bfd_arch_alpha, alpha_gdbarch_init, alpha_dump_tdep);
1927
d7a27068 1928 deprecated_tm_print_insn = print_insn_alpha;
c906108c
SS
1929
1930 /* Let the user set the fence post for heuristic_proc_start. */
1931
1932 /* We really would like to have both "0" and "unlimited" work, but
1933 command.c doesn't deal with that. So make it a var_zinteger
1934 because the user can always use "999999" or some such for unlimited. */
1935 c = add_set_cmd ("heuristic-fence-post", class_support, var_zinteger,
1936 (char *) &heuristic_fence_post,
1937 "\
1938Set the distance searched for the start of a function.\n\
1939If you are debugging a stripped executable, GDB needs to search through the\n\
1940program for the start of a function. This command sets the distance of the\n\
1941search. The only need to set it is when debugging a stripped executable.",
1942 &setlist);
1943 /* We need to throw away the frame cache when we set this, since it
1944 might change our ability to get backtraces. */
9f60d481 1945 set_cmd_sfunc (c, reinit_frame_cache_sfunc);
c906108c
SS
1946 add_show_from_set (c, &showlist);
1947}