| Line |  | 
|---|
| 1 | /* $Id: oslibdebug.h,v 1.2 2002-05-28 09:53:34 sandervl Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * OS/2 debug apis | 
|---|
| 5 | * | 
|---|
| 6 | * Copyright 1999 Edgar Buerkle | 
|---|
| 7 | * | 
|---|
| 8 | * | 
|---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 10 | * | 
|---|
| 11 | */ | 
|---|
| 12 | #ifndef __OSLIBDEBUG_H__ | 
|---|
| 13 | #define __OSLIBDEBUG_H__ | 
|---|
| 14 |  | 
|---|
| 15 | #ifndef PAGE_SIZE | 
|---|
| 16 | #define PAGE_SIZE 4096 | 
|---|
| 17 | #endif | 
|---|
| 18 |  | 
|---|
| 19 | //Debug apis | 
|---|
| 20 | VOID OSLibStartDebugger(ULONG *pid); | 
|---|
| 21 | BOOL OSLibContinueDebugEvent(DWORD dwProcessId, DWORD dwThreadId, DWORD dwContinueStatus); | 
|---|
| 22 | BOOL OSLibWaitForDebugEvent(LPDEBUG_EVENT lpde, DWORD dwTimeout); | 
|---|
| 23 | VOID OSLibDebugReadMemory(LPCVOID lpBaseAddress,LPVOID lpBuffer, DWORD cbRead, LPDWORD lpNumberOfBytesRead); | 
|---|
| 24 | BOOL OSLibAddWin32Event(LPDEBUG_EVENT lpde); | 
|---|
| 25 | #endif //__OSLIBDEBUG_H__ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.