> The latter is the name we all agreed on, right? I think it's okay, > then. That's what I understood, but not being a native english speaker, I sometime have doubts about what I understand. I committed the attached change (I'll try to remember to add the attachement this time :). Basically, I just did a search and replace to use the name we agreed on. 2002-07-02 Joel Brobecker * frame.h (frame_address_in_block): New function. * blockframe.c (frame_address_in_block): New function extracted from get_frame_block(). (get_frame_block): Use frame_address_in_block(). (block_innermost_frame): Use frame_address_in_block() to match the frame pc address against the block boundaries rather than the frame pc directly. This prevents a failure when a frame pc is actually a return-address pointing immediately after the end of the given block. Thanks for the feedback, -- Joel