Skip to content

Set Context::currStack when changing fibres in gdb debugging

Mohammed Bilal Akhtar requested to merge mbakhtar/KOS:bugfix-stackcontext into master

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.

Merge request reports