|
HyperDbg Debugger
|
pause command More...
#include "pch.h"Functions | |
| VOID | CommandPauseHelp () |
| help of the pause command | |
| VOID | CommandPauseRequest () |
| request to pause | |
| VOID | CommandPause (vector< CommandToken > CommandTokens, string Command) |
| pause command handler | |
Variables | |
| BOOLEAN | g_BreakPrintingOutput |
| Shows whether the pause command or CTRL+C or CTRL+Break is executed or not. | |
| BOOLEAN | g_IsConnectedToRemoteDebuggee |
| Shows whether the current debugger is the host and connected to a remote debuggee (guest). | |
| ACTIVE_DEBUGGING_PROCESS | g_ActiveProcessDebuggingState |
| State of active debugging thread. | |
pause command
| VOID CommandPause | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
pause command handler
| CommandTokens | |
| Command |
| VOID CommandPauseHelp | ( | ) |
help of the pause command
| VOID CommandPauseRequest | ( | ) |
request to pause
|
extern |
State of active debugging thread.
|
extern |
Shows whether the pause command or CTRL+C or CTRL+Break is executed or not.
|
extern |
Shows whether the current debugger is the host and connected to a remote debuggee (guest).