mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 06:16:03 +01:00
118ddee0fd
- Limit invocations of CreateStackTrace() in ThreadHandler to only unwind the topmost frame since that's all it actually cares about anyways. Also adjust Step Over to use this functionality in order to work with the correct frame addresses, since the CPU frame pointer register isn't entirely what we want here.