mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added KeRosPrintAddress
svn path=/trunk/; revision=12201
This commit is contained in:
parent
a67fbba8ec
commit
8afda8f04f
1 changed files with 6 additions and 0 deletions
|
@ -358,6 +358,12 @@ KeRemoveQueueDpc(IN PKDPC Dpc);
|
|||
LONG STDCALL
|
||||
KeResetEvent(IN PKEVENT Event);
|
||||
|
||||
VOID STDCALL
|
||||
KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount );
|
||||
|
||||
BOOLEAN STDCALL
|
||||
KeRosPrintAddress(PVOID address);
|
||||
|
||||
LONG STDCALL
|
||||
KeSetBasePriorityThread(struct _KTHREAD* Thread,
|
||||
LONG Increment);
|
||||
|
|
Loading…
Reference in a new issue