[patch] Move frame code to frame.c (corollary to dummy-frame.[hc])

Andrew Cagney ac131313@redhat.com
Fri Nov 8 12:41:00 GMT 2002


Hello,

This is, I think, is an obvious collary to dummy-frame.[hc].  It 
cut/pastes the frame specific part of blockframe.c into frame.c (as 
determined by a function's need to manipulate the internals of `struct 
frame_info').

This means that the accessor functions such as:

	frame_pc()
	get_next_frame()
	get_prev_frame()

are now in frame.c.  The declarations for all those functions were moved 
to frame.h long long ago so no header changes are needed.

committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20021108/06ce867e/attachment.ksh>


More information about the Gdb-patches mailing list