> Hello, > > This patch deprecates the function inside_entry_func. > > PS: Ref: http://sources.redhat.com/ml/gdb-patches/2003-10/msg00533.html Here's a revised patch. It now eliminates the [disabled] inside_entry_func call from "get_prev_frame", replacing it with the more direct [but equally disabled] get_frame_func() == entry_point_address() test. This way all calls to inside_entry_func have been eliminated from up-to-date code. Thoughts? Symtab ok? Andrew