* [patch/rfa:ppc] Use generic_unwind_get_saved_register
@ 2002-06-27 11:12 Andrew Cagney
2002-06-27 11:32 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2002-06-27 11:12 UTC (permalink / raw)
To: gdb-patches
Hello,
This patch switches the PPC target so that it uses the frame unwind
mechanism. I've been meaning to submit it for ages.
Ok?
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch/rfa:ppc] Use generic_unwind_get_saved_register
2002-06-27 11:12 [patch/rfa:ppc] Use generic_unwind_get_saved_register Andrew Cagney
@ 2002-06-27 11:32 ` Andrew Cagney
2002-06-27 11:42 ` Kevin Buettner
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2002-06-27 11:32 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
> Hello,
>
> This patch switches the PPC target so that it uses the frame unwind mechanism. I've been meaning to submit it for ages.
>
> Ok?
> Andrew
>
[and a patch]
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 963 bytes --]
2002-06-27 Andrew Cagney <ac131313@redhat.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Use
generic_unwind_get_saved_register.
Index: rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.68
diff -u -r1.68 rs6000-tdep.c
--- rs6000-tdep.c 17 Jun 2002 23:32:33 -0000 1.68
+++ rs6000-tdep.c 27 Jun 2002 18:07:05 -0000
@@ -2606,7 +2606,7 @@
set_gdbarch_pc_in_call_dummy (gdbarch, generic_pc_in_call_dummy);
set_gdbarch_call_dummy_p (gdbarch, 1);
set_gdbarch_call_dummy_stack_adjust_p (gdbarch, 0);
- set_gdbarch_get_saved_register (gdbarch, generic_get_saved_register);
+ set_gdbarch_get_saved_register (gdbarch, generic_unwind_get_saved_register);
set_gdbarch_fix_call_dummy (gdbarch, rs6000_fix_call_dummy);
set_gdbarch_push_dummy_frame (gdbarch, generic_push_dummy_frame);
set_gdbarch_save_dummy_frame_tos (gdbarch, generic_save_dummy_frame_tos);
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch/rfa:ppc] Use generic_unwind_get_saved_register
2002-06-27 11:32 ` Andrew Cagney
@ 2002-06-27 11:42 ` Kevin Buettner
2002-06-28 9:23 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Buettner @ 2002-06-27 11:42 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
On Jun 27, 2:32pm, Andrew Cagney wrote:
> This patch switches the PPC target so that it uses the frame unwind mechanism. I've been meaning to submit it for ages.
>
> Ok?
>
> 2002-06-27 Andrew Cagney <ac131313@redhat.com>
>
> * rs6000-tdep.c (rs6000_gdbarch_init): Use
> generic_unwind_get_saved_register.
Okay.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch/rfa:ppc] Use generic_unwind_get_saved_register
2002-06-27 11:42 ` Kevin Buettner
@ 2002-06-28 9:23 ` Andrew Cagney
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2002-06-28 9:23 UTC (permalink / raw)
To: Kevin Buettner; +Cc: gdb-patches
> On Jun 27, 2:32pm, Andrew Cagney wrote:
>
>
>> This patch switches the PPC target so that it uses the frame unwind mechanism. I've been meaning to submit it for ages.
>>
>> Ok?
>>
>> 2002-06-27 Andrew Cagney <ac131313@redhat.com>
>>
>> * rs6000-tdep.c (rs6000_gdbarch_init): Use
>> generic_unwind_get_saved_register.
>
>
> Okay.
Thanks, it's in.
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-28 16:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-27 11:12 [patch/rfa:ppc] Use generic_unwind_get_saved_register Andrew Cagney
2002-06-27 11:32 ` Andrew Cagney
2002-06-27 11:42 ` Kevin Buettner
2002-06-28 9:23 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox