Don't report progress events in the REPL. Most of the progress events
are very debugger specific which are very useful when you're debugging,
but not so much when you're waiting for the next line to be executed.
This patch disables reporting of progress events when in REPL mode.
rdar://91502950