mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:38:13 +00:00
![]() If we're trying to walk the stack for another thread, we can no longer retreive the EBP register from Thread::m_tss. Instead, we need to look at the top of the kernel stack, because all threads not currently running were last in kernel mode. Context switches now always trigger a brief switch to kernel mode, and Thread::m_tss only is used to save ESP and EIP. Fixes #2678 |
||
---|---|---|
.. | ||
i386 | ||
PC |