|
HyperDbg Debugger
|
g command More...
#include "pch.h"Functions | |
| VOID | CommandGHelp () |
| help of the g command | |
| VOID | CommandGRequest () |
| Request to unpause. | |
| VOID | CommandG (vector< CommandToken > CommandTokens, string Command) |
| handler of g command | |
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). | |
| BOOLEAN | g_IsSerialConnectedToRemoteDebuggee |
| Shows if the debugger was connected to remote debuggee over (A remote guest). | |
| ACTIVE_DEBUGGING_PROCESS | g_ActiveProcessDebuggingState |
| State of active debugging thread. | |
g command
| VOID CommandG | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
handler of g command
| CommandTokens | |
| Command |
| VOID CommandGHelp | ( | ) |
help of the g command
| VOID CommandGRequest | ( | ) |
Request to unpause.
|
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).
|
extern |
Shows if the debugger was connected to remote debuggee over (A remote guest).