Vladimir Prus wrote: > > This implements the --thread and --frame options to all MI command. > Please see http://article.gmane.org/gmane.comp.gdb.devel/23414/ for > background design for --thread. The --frame is ideologically same > as --thread. > > The only non-MI change here is making find_thread_pid exported from > thread.c, which change seems obvious, so no approval is needed. Comments, > however, are much appreciated. I've checked in the below. It checks for "--thread " as opposed to "--thread" as suggested by Marc and uses sizeof. - Volodya