mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
Added Debug Buffer Information. Testing with SysInternals.com listdlls.exe.
svn path=/trunk/; revision=10455
This commit is contained in:
parent
08707afede
commit
0b8a58aaa9
4 changed files with 67 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntdll.def,v 1.125 2004/07/15 08:15:20 ekohl Exp $
|
; $Id: ntdll.def,v 1.126 2004/08/09 18:17:22 jimtabor Exp $
|
||||||
;
|
;
|
||||||
; ReactOS Operating System
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -351,7 +351,7 @@ RtlCreateEnvironment@8
|
||||||
RtlCreateHeap@24
|
RtlCreateHeap@24
|
||||||
RtlCreateProcessParameters@40
|
RtlCreateProcessParameters@40
|
||||||
;RtlCreatePropertySet
|
;RtlCreatePropertySet
|
||||||
;RtlCreateQueryDebugBuffer
|
RtlCreateQueryDebugBuffer@8
|
||||||
RtlCreateRegistryKey@8
|
RtlCreateRegistryKey@8
|
||||||
RtlCreateSecurityDescriptor@8
|
RtlCreateSecurityDescriptor@8
|
||||||
;RtlCreateTagHeap
|
;RtlCreateTagHeap
|
||||||
|
@ -388,7 +388,7 @@ RtlDestroyEnvironment@4
|
||||||
RtlDestroyHandleTable@4
|
RtlDestroyHandleTable@4
|
||||||
RtlDestroyHeap@4
|
RtlDestroyHeap@4
|
||||||
RtlDestroyProcessParameters@4
|
RtlDestroyProcessParameters@4
|
||||||
;RtlDestroyQueryDebugBuffer
|
RtlDestroyQueryDebugBuffer@4
|
||||||
RtlDetermineDosPathNameType_U@4
|
RtlDetermineDosPathNameType_U@4
|
||||||
RtlDoesFileExists_U@4
|
RtlDoesFileExists_U@4
|
||||||
RtlDosPathNameToNtPathName_U@16
|
RtlDosPathNameToNtPathName_U@16
|
||||||
|
@ -547,7 +547,7 @@ RtlQueryAtomInAtomTable@24
|
||||||
RtlQueryEnvironmentVariable_U@12
|
RtlQueryEnvironmentVariable_U@12
|
||||||
RtlQueryInformationAcl@16
|
RtlQueryInformationAcl@16
|
||||||
;RtlQueryProcessBackTraceInformation
|
;RtlQueryProcessBackTraceInformation
|
||||||
;RtlQueryProcessDebugInformation
|
RtlQueryProcessDebugInformation@12
|
||||||
;RtlQueryProcessHeapInformation
|
;RtlQueryProcessHeapInformation
|
||||||
;RtlQueryProcessLockInformation
|
;RtlQueryProcessLockInformation
|
||||||
;RtlQueryProperties
|
;RtlQueryProperties
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntdll.edf,v 1.115 2004/07/15 08:15:21 ekohl Exp $
|
; $Id: ntdll.edf,v 1.116 2004/08/09 18:17:22 jimtabor Exp $
|
||||||
;
|
;
|
||||||
; ReactOS Operating System
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -351,7 +351,7 @@ RtlCreateEnvironment=RtlCreateEnvironment@8
|
||||||
RtlCreateHeap=RtlCreateHeap@24
|
RtlCreateHeap=RtlCreateHeap@24
|
||||||
RtlCreateProcessParameters=RtlCreateProcessParameters@40
|
RtlCreateProcessParameters=RtlCreateProcessParameters@40
|
||||||
;RtlCreatePropertySet
|
;RtlCreatePropertySet
|
||||||
;RtlCreateQueryDebugBuffer
|
RtlCreateQueryDebugBuffer=RtlCreateQueryDebugBuffer@8
|
||||||
RtlCreateRegistryKey=RtlCreateRegistryKey@8
|
RtlCreateRegistryKey=RtlCreateRegistryKey@8
|
||||||
RtlCreateSecurityDescriptor=RtlCreateSecurityDescriptor@8
|
RtlCreateSecurityDescriptor=RtlCreateSecurityDescriptor@8
|
||||||
;RtlCreateTagHeap
|
;RtlCreateTagHeap
|
||||||
|
@ -388,7 +388,7 @@ RtlDestroyEnvironment=RtlDestroyEnvironment@4
|
||||||
RtlDestroyHandleTable=RtlDestroyHandleTable@4
|
RtlDestroyHandleTable=RtlDestroyHandleTable@4
|
||||||
RtlDestroyHeap=RtlDestroyHeap@4
|
RtlDestroyHeap=RtlDestroyHeap@4
|
||||||
RtlDestroyProcessParameters=RtlDestroyProcessParameters@4
|
RtlDestroyProcessParameters=RtlDestroyProcessParameters@4
|
||||||
;RtlDestroyQueryDebugBuffer
|
RtlDestroyQueryDebugBuffer=RtlDestroyQueryDebugBuffer@4
|
||||||
RtlDetermineDosPathNameType_U=RtlDetermineDosPathNameType_U@4
|
RtlDetermineDosPathNameType_U=RtlDetermineDosPathNameType_U@4
|
||||||
RtlDoesFileExists_U=RtlDoesFileExists_U@4
|
RtlDoesFileExists_U=RtlDoesFileExists_U@4
|
||||||
RtlDosPathNameToNtPathName_U=RtlDosPathNameToNtPathName_U@16
|
RtlDosPathNameToNtPathName_U=RtlDosPathNameToNtPathName_U@16
|
||||||
|
@ -548,7 +548,7 @@ RtlQueryAtomInAtomTable=RtlQueryAtomInAtomTable@24
|
||||||
RtlQueryEnvironmentVariable_U=RtlQueryEnvironmentVariable_U@12
|
RtlQueryEnvironmentVariable_U=RtlQueryEnvironmentVariable_U@12
|
||||||
RtlQueryInformationAcl=RtlQueryInformationAcl@16
|
RtlQueryInformationAcl=RtlQueryInformationAcl@16
|
||||||
;RtlQueryProcessBackTraceInformation
|
;RtlQueryProcessBackTraceInformation
|
||||||
;RtlQueryProcessDebugInformation
|
RtlQueryProcessDebugInformation=RtlQueryProcessDebugInformation@12
|
||||||
;RtlQueryProcessHeapInformation
|
;RtlQueryProcessHeapInformation
|
||||||
;RtlQueryProcessLockInformation
|
;RtlQueryProcessLockInformation
|
||||||
;RtlQueryProperties
|
;RtlQueryProperties
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.106 2004/07/08 00:40:31 weiden Exp $
|
# $Id: makefile,v 1.107 2004/08/09 18:17:22 jimtabor Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@ RTL_OBJECTS = \
|
||||||
rtl/access.o \
|
rtl/access.o \
|
||||||
rtl/apc.o \
|
rtl/apc.o \
|
||||||
rtl/atom.o \
|
rtl/atom.o \
|
||||||
|
rtl/dbgbuffer.o \
|
||||||
rtl/bitmap.o \
|
rtl/bitmap.o \
|
||||||
rtl/callback.o \
|
rtl/callback.o \
|
||||||
rtl/crc32.o \
|
rtl/crc32.o \
|
||||||
|
|
57
reactos/lib/ntdll/rtl/dbgbuffer.c
Normal file
57
reactos/lib/ntdll/rtl/dbgbuffer.c
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
/*
|
||||||
|
* ReactOS kernel
|
||||||
|
* Copyright (C) 2004 ReactOS Team
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
*/
|
||||||
|
/* $Id:
|
||||||
|
*
|
||||||
|
* PROJECT: ReactOS kernel
|
||||||
|
* PURPOSE: User-mode Debug Buffer support
|
||||||
|
* FILE: lib/ntdll/rtl/dbgbuffer.c
|
||||||
|
* PROGRAMER: James Tabor
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* INCLUDES *****************************************************************/
|
||||||
|
|
||||||
|
#include <ntos/types.h>
|
||||||
|
#include <napi/teb.h>
|
||||||
|
#include <ntdll/rtl.h>
|
||||||
|
#include <ddk/ntddk.h>
|
||||||
|
|
||||||
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
||||||
|
PDEBUG_BUFFER STDCALL
|
||||||
|
RtlCreateQueryDebugBuffer(IN ULONG Size,
|
||||||
|
IN BOOLEAN EventPair)
|
||||||
|
{
|
||||||
|
return(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
NTSTATUS STDCALL
|
||||||
|
RtlDestroyQueryDebugBuffer(IN PDEBUG_BUFFER Buf)
|
||||||
|
{
|
||||||
|
return(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
NTSTATUS STDCALL
|
||||||
|
RtlQueryProcessDebugInformation(IN ULONG ProcessId,
|
||||||
|
IN ULONG DebugInfoMask,
|
||||||
|
IN OUT PDEBUG_BUFFER Buf)
|
||||||
|
{
|
||||||
|
return (0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue