module Byebug::FrameFunctions

def c_frame?(frame_no)

def c_frame?(frame_no)
  @state.context.frame_binding(frame_no).nil?
end