udiavr / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

VSX: Stack is truncated when stopped in syscall #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the Visual Studio debugger is halted in a nacl syscall, the top of stack 
shows the syscall's caller, not the syscall itself.

Fixing this bug requires open-coding the trampoline stack walk in the debugger, 
which will be brittle but probably unavoidable.

Original issue reported on code.google.com by ile...@google.com on 12 Jul 2010 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by mli...@google.com on 11 Oct 2010 at 8:55