2002-12-11 Andrew Cagney <ac131313@redhat.com>
* frame.c (get_frame_extra_info): New function. * frame.h (get_frame_extra_info): Declare.
This commit is contained in:
parent
37444a97e6
commit
0394eb2acb
3 changed files with 19 additions and 0 deletions
|
@ -1203,6 +1203,12 @@ deprecated_get_frame_saved_regs (struct frame_info *frame,
|
|||
}
|
||||
#endif
|
||||
|
||||
struct frame_extra_info *
|
||||
get_frame_extra_info (struct frame_info *fi)
|
||||
{
|
||||
return fi->extra_info;
|
||||
}
|
||||
|
||||
void
|
||||
_initialize_frame (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue