2005-03-21 Michael Snyder <msnyder@redhat.com>
* mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr instead of pc addr for frame_id. Otherwise "until" won't work.
This commit is contained in:
parent
4f0d78e096
commit
342ee437fb
@ -1,3 +1,8 @@
|
||||
2005-03-21 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
|
||||
instead of pc addr for frame_id. Otherwise "until" won't work.
|
||||
|
||||
2005-03-21 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
|
||||
|
@ -317,7 +317,8 @@ mn10300_frame_unwind_cache (struct frame_info *next_frame,
|
||||
mn10300_analyze_prologue (next_frame, (void **) &cache, pc);
|
||||
|
||||
trad_frame_set_id (cache,
|
||||
frame_id_build (trad_frame_get_this_base (cache), pc));
|
||||
frame_id_build (trad_frame_get_this_base (cache),
|
||||
frame_func_unwind (next_frame)));
|
||||
|
||||
(*this_prologue_cache) = cache;
|
||||
return cache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user