ReactOS
0.4.15-dev-1618-g9c8ed68
|
Go to the source code of this file.
Variables | |
char | tempBp [1024] |
ULONG | OldInt3Handler =0 |
SW_BP | aSwBreakpoints [64] ={{0,0,0,0},} |
__asm__ | ( | "\n\t \NewInt3Handler:\n\t \ pushl $" STR(REASON_INT3) "\n\t \ // call debugger loop\n\t \ jmp NewInt31Handler\n\t \" | ) |
Referenced by InstallInt3Hook().
Definition at line 428 of file bp.c.
Referenced by COMMAND_PROTOTYPE(), DeInstallPrintkHook(), and RealIsr().
Definition at line 69 of file bp.c.
Referenced by InstallSWBreakpoint(), and InstallVirtualSWBreakpoint().
Definition at line 52 of file bp.c.
Referenced by DeInstallSWBreakpoint(), InstallSWBreakpoint(), and RemoveSWBreakpoint().
Definition at line 88 of file bp.c.
Referenced by TryToInstallVirtualSWBreakpoints().
Definition at line 709 of file bp.c.
Referenced by InitPICE().
BOOLEAN InstallSWBreakpoint | ( | ULONG | ulAddress, |
BOOLEAN | bPermanent, | ||
void(*)(void) | SWBreakpointCallback | ||
) |
Definition at line 236 of file bp.c.
Referenced by COMMAND_PROTOTYPE(), and InstallPrintkHook().
Definition at line 300 of file bp.c.
Referenced by COMMAND_PROTOTYPE().
Definition at line 520 of file bp.c.
Referenced by RealIsr().
Definition at line 133 of file bp.c.
Referenced by COMMAND_PROTOTYPE().
Definition at line 113 of file bp.c.
Referenced by COMMAND_PROTOTYPE(), and RealIsr().
Definition at line 549 of file bp.c.
Referenced by COMMAND_PROTOTYPE().
Definition at line 150 of file bp.c.
Referenced by RealIsr().
Definition at line 197 of file bp.c.
Referenced by COMMAND_PROTOTYPE(), and RealIsr().
Definition at line 463 of file bp.c.
Referenced by COMMAND_PROTOTYPE(), DeInstallDblFltHook(), DeInstallGPFaultHook(), and DeInstallInt3Hook().
void RevirtualizeBreakpointsForModule | ( | PDEBUG_MODULE | pMod | ) |
Definition at line 592 of file bp.c.
Referenced by other_module_cleanup_module().
Definition at line 331 of file bp.c.
Referenced by RealIsr().
SW_BP aSwBreakpoints[64] ={{0,0,0,0},} |
Definition at line 46 of file bp.c.
Referenced by FindEmptySwBpSlot(), FindSwBp(), FindVirtualSwBp(), InstallInt3Hook(), IsPermanentSWBreakpoint(), IsSwBpAtAddress(), IsSwBpAtAddressInstalled(), ListSWBreakpoints(), NeedToReInstallSWBreakpoints(), ReInstallSWBreakpoint(), RemoveAllSWBreakpoints(), RevirtualizeBreakpointsForModule(), and TryToInstallVirtualSWBreakpoints().
ULONG OldInt3Handler =0 |
Definition at line 44 of file bp.c.
Referenced by DeInstallInt3Hook(), and InstallInt3Hook().
char tempBp[1024] |
Definition at line 42 of file bp.c.
Referenced by InstallSWBreakpoint(), ListSWBreakpoints(), RevirtualizeBreakpointsForModule(), and TryToInstallVirtualSWBreakpoints().