Hi, I noticed that skip is not working well on inlined frames which may happen in optimized gcc stage3 binary, where step stops at functions which are marked for skip, whenever they happen to be in-lined, where it is ignored if the frame is marked for skip, thus currently skipped frames are only checked when the skipped function is not inlined, which is usually only the case in non-optimized builds. Thanks Bernd.