This patch fixes a timeout issue on the ScriptedProcess test that was
happening on intel platforms. The timeout was due to a misreporting of
the StopInfo in the ScriptedThread that caused the ScriptedProcess to
never stop.
To solve this, this patch changes the way a ScriptedThread reports its
stop reason by making it more architecture specific. In order to do so,
this patch also refactors the ScriptedProcess & ScriptedThread
initializer methods to provide an easy access to the target architecture.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Since you're already modifying these lines, maybe it's worth moving this into a constant. That'll make the class itself a lot more readable.