mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOSKRNL]
* Print RealFrameCount here. svn path=/trunk/; revision=62377
This commit is contained in:
parent
acfa62fbeb
commit
3958819ba0
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ KeRosDumpStackFrames(IN PULONG_PTR Frame OPTIONAL,
|
|||
{
|
||||
/* Get the current frames (skip the two. One for the dumper, one for the caller) */
|
||||
RealFrameCount = RtlCaptureStackBackTrace(2, FrameCount, (PVOID*)Frames, NULL);
|
||||
DPRINT1("RealFrameCount =%lu\n", RealFrameCount);
|
||||
|
||||
/* Dump them */
|
||||
KeRosDumpStackFrameArray(Frames, RealFrameCount);
|
||||
|
|
Loading…
Reference in a new issue