*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / blockframe.c
index d752c8dd27fc3dd53aba4724c2865bc0f6aac6e8..4387a68f1518b16c99035c900abf5d777a700563 100644 (file)
 
 void _initialize_blockframe (void);
 
-/* Test whether THIS_FRAME is inside the process entry point function.  */
-
-int
-inside_entry_func (struct frame_info *this_frame)
-{
-  return (get_frame_func (this_frame) == entry_point_address ());
-}
-
 /* Return the innermost lexical block in execution
    in a specified stack frame.  The frame address is assumed valid.
 
This page took 0.022506 seconds and 4 git commands to generate.