module Byebug::ThreadFunctions

def display_context(context, should_show_top_frame = true)

def display_context(context, should_show_top_frame = true)
  args = thread_arguments(context, should_show_top_frame)
  print "%s%s%d %s\t%s\n", args[:status_flag], args[:debug_flag], args[:id],
                           args[:thread], args[:file_line]
end