Line 240: |
Line 240: |
| | 0x57 | | | 0x57 |
| | GetDmaState(DmaState*, Handle) | | | GetDmaState(DmaState*, Handle) |
| + | |- |
| + | | 0x60 |
| + | | DebugActiveProcess(Handle*, unsigned int) |
| + | |- |
| + | | 0x61 |
| + | | BreakDebugProcess(Handle) |
| + | |- |
| + | | 0x62 |
| + | | TerminateDebugProcess(Handle) |
| + | |- |
| + | | 0x63 |
| + | | GetProcessDebugEvent(DebugEventInfo*, Handle) |
| + | |- |
| + | | 0x64 |
| + | | ContinueDebugEvent(Handle, unsigned int) |
| + | |- |
| + | | 0x65 |
| + | | GetProcessList(int*, unsigned int*, int) |
| + | |- |
| + | | 0x66 |
| + | | GetThreadList(int*, unsigned int*, int, Handle) |
| + | |- |
| + | | 0x67 |
| + | | GetDebugThreadContext(ThreadContext*, Handle, unsigned int, unsigned int) |
| + | |- |
| + | | 0x68 |
| + | | SetDebugThreadContext(Handle, unsigned int, ThreadContext const&, unsigned int) |
| + | |- |
| + | | 0x69 |
| + | | QueryDebugProcessMemory(MemoryInfo*, PageInfo*, Handle, unsigned int) |
| + | |- |
| + | | 0x6a |
| + | | ReadProcessMemory(void*, Handle, unsigned int, unsigned int) |
| + | |- |
| + | | 0x6b |
| + | | WriteProcessMemory(Handle, void const*, unsigned int, unsigned int) |
| + | |- |
| + | | 0x6c |
| + | | SetHardwareBreakPoint(int, unsigned int, unsigned int) |
| |} | | |} |