mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
the register value from the correct frame.
This commit is contained in:
parent
44b263ce53
commit
1cc759c321
@ -1,3 +1,8 @@
|
||||
2004-12-01 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
|
||||
the register value from the correct frame.
|
||||
|
||||
2004-11-30 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
|
||||
|
@ -1190,8 +1190,8 @@ alpha_heuristic_frame_prev_register (struct frame_info *next_frame,
|
||||
}
|
||||
|
||||
/* Otherwise assume the next frame has the same register value. */
|
||||
frame_register (next_frame, regnum, optimizedp, lvalp, addrp,
|
||||
realnump, bufferp);
|
||||
frame_register_unwind (next_frame, regnum, optimizedp, lvalp, addrp,
|
||||
realnump, bufferp);
|
||||
}
|
||||
|
||||
static const struct frame_unwind alpha_heuristic_frame_unwind = {
|
||||
|
Loading…
Reference in New Issue
Block a user