This patch adds a new interpreter scripted process method to return the
most relevant thread index, which can be chosen aritrarily by the user.
This can be very helpful to ensure lldb will stop on the thread the
user judged the most relevant, in his script.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>