mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
- Don't stop backtrace at the first address that can't be displayed with module name (ie. backtrace over syscalls).
svn path=/trunk/; revision=11931
This commit is contained in:
parent
f8e3085f08
commit
b5cbaeae0c
1 changed files with 0 additions and 1 deletions
|
@ -498,7 +498,6 @@ KiDumpTrapFrame(PKTRAP_FRAME Tf, ULONG Parameter1, ULONG Parameter2)
|
||||||
if (!KeRosPrintAddress(Eip))
|
if (!KeRosPrintAddress(Eip))
|
||||||
{
|
{
|
||||||
DbgPrint("<%X>", Eip);
|
DbgPrint("<%X>", Eip);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
Status = MmSafeCopyFromUser(&Frame, Frame, sizeof(Frame));
|
Status = MmSafeCopyFromUser(&Frame, Frame, sizeof(Frame));
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Reference in a new issue