![]() |
My Project
|
Go to the source code of this file.
Functions | |
| int | find_available_debug_reg (void) |
| MTSTATUS | MdSetHardwareBreakpoint (DebugCallback CallbackFunction, void *BreakpointAddress, DEBUG_ACCESS_MODE AccessMode, DEBUG_LENGTH Length) |
| MTSTATUS | MdClearHardwareBreakpointByIndex (int index) |
| MTSTATUS | MdClearHardwareBreakpointByAddress (void *BreakpointAddress) |
| int find_available_debug_reg | ( | void | ) |
Definition at line 11 of file debugfunctions.c.
| MTSTATUS MdClearHardwareBreakpointByAddress | ( | void * | BreakpointAddress | ) |
Definition at line 110 of file debugfunctions.c.
| MTSTATUS MdClearHardwareBreakpointByIndex | ( | int | index | ) |
Definition at line 79 of file debugfunctions.c.
| MTSTATUS MdSetHardwareBreakpoint | ( | DebugCallback | CallbackFunction, |
| void * | BreakpointAddress, | ||
| DEBUG_ACCESS_MODE | AccessMode, | ||
| DEBUG_LENGTH | Length ) |
Definition at line 26 of file debugfunctions.c.