Set Context::currStack when changing fibres in gdb debugging
Currently if you run info fibres
right after setidx
, the output is incorrect since currStack doesn't change alongside the other registers - so we end up putting the currently-set
-ed fibre's backtrace in the place where the currently running fibre's would have been.