Initialize commands and attributes.
1344{
1349
1353
1356
1359
1362
1365
1367
1370
1373
1376
1379
1382
1385
1390
1395
1397
1400
1405
1408
1411
1414
1417
1420
1422
1425
1427
1430
1432
1434
1438
1440
1442
1445
1448
1450
1452
1454
1456
1458
1461
1463
1466
1470
1472
1474
1476
1478
1480
1482
1484
1486
1488
1490
1492
1495
1497
1499
1501
1503
1505
1507
1510
1512
1514
1517
1520
1522
1524
1526
1528
1530
1532
1535
1538
1541
1543
1560
1567
1574
1576
1579
1582
1584
1588
1592
1596
1599
1602
1604
1607
1610
1614
1623
1626
1628
1630
1632
1634
1638
1640
1641
1642
1643
1648
1650
1652}
VOID CommandAssemble(vector< CommandToken > CommandTokens, string Command)
a and !a commands handler
Definition a.cpp:182
VOID CommandAssembleHelp()
help of a and !a command
Definition a.cpp:43
VOID CommandApic(vector< CommandToken > CommandTokens, string Command)
!apic command handler
Definition apic.cpp:186
VOID CommandApicHelp()
help of the !apic command
Definition apic.cpp:26
VOID CommandAttachHelp()
help of the .attach command
Definition attach.cpp:25
VOID CommandAttach(vector< CommandToken > CommandTokens, string Command)
.attach command handler
Definition attach.cpp:44
VOID CommandBcHelp()
help of the bc command
Definition bc.cpp:25
VOID CommandBc(vector< CommandToken > CommandTokens, string Command)
handler of bc command
Definition bc.cpp:45
VOID CommandBd(vector< CommandToken > CommandTokens, string Command)
handler of bd command
Definition bd.cpp:45
VOID CommandBdHelp()
help of the bd command
Definition bd.cpp:25
VOID CommandBe(vector< CommandToken > CommandTokens, string Command)
handler of be command
Definition be.cpp:45
VOID CommandBeHelp()
help of the be command
Definition be.cpp:25
VOID CommandBl(vector< CommandToken > CommandTokens, string Command)
handler of the bl command
Definition bl.cpp:41
VOID CommandBlHelp()
help of the bl command
Definition bl.cpp:25
VOID CommandBp(vector< CommandToken > CommandTokens, string Command)
bp command handler
Definition bp.cpp:168
VOID CommandBpHelp()
help of the bp command
Definition bp.cpp:27
VOID CommandClsHelp()
help of the .cls command
Definition cls.cpp:20
VOID CommandCls(vector< CommandToken > CommandTokens, string Command)
.cls command handler
Definition cls.cpp:36
#define DEBUGGER_COMMAND_CONTINUE_ATTRIBUTES
Definition commands.h:253
#define DEBUGGER_COMMAND_IOOUT_ATTRIBUTES
Definition commands.h:367
#define DEBUGGER_COMMAND_LOAD_ATTRIBUTES
Definition commands.h:289
#define DEBUGGER_COMMAND_PCICAM_ATTRIBUTES
Definition commands.h:471
#define DEBUGGER_COMMAND_INTERRUPT_ATTRIBUTES
Definition commands.h:371
#define DEBUGGER_COMMAND_PAGEIN_ATTRIBUTES
Definition commands.h:453
#define DEBUGGER_COMMAND_X_ATTRIBUTES
Definition commands.h:431
#define DEBUGGER_COMMAND_HELP_ATTRIBUTES
Definition commands.h:234
#define DEBUGGER_COMMAND_BD_ATTRIBUTES
Definition commands.h:416
#define DEBUGGER_COMMAND_MEASURE_ATTRIBUTES
Definition commands.h:385
#define DEBUGGER_COMMAND_HIDE_ATTRIBUTES
Definition commands.h:381
#define DEBUGGER_COMMAND_A_ATTRIBUTES
Definition commands.h:465
#define DEBUGGER_COMMAND_VMCALL_ATTRIBUTES
Definition commands.h:343
#define DEBUGGER_COMMAND_DT_ATTRIBUTES
Definition commands.h:441
#define DEBUGGER_COMMAND_FORMATS_ATTRIBUTES
Definition commands.h:329
#define DEBUGGER_COMMAND_STRUCT_ATTRIBUTES
Definition commands.h:444
#define DEBUGGER_COMMAND_PTE_ATTRIBUTES
Definition commands.h:332
#define DEBUGGER_COMMAND_APIC_ATTRIBUTES
Definition commands.h:334
#define DEBUGGER_COMMAND_DUMP_ATTRIBUTES
Definition commands.h:455
#define DEBUGGER_COMMAND_DISCONNECT_ATTRIBUTES
Definition commands.h:278
#define DEBUGGER_COMMAND_GG_ATTRIBUTES
Definition commands.h:245
#define DEBUGGER_COMMAND_TSC_ATTRIBUTES
Definition commands.h:357
#define DEBUGGER_COMMAND_K_ATTRIBUTES
Definition commands.h:438
#define DEBUGGER_COMMAND_FLUSH_ATTRIBUTES
Definition commands.h:294
#define DEBUGGER_COMMAND_S_ATTRIBUTES
Definition commands.h:404
#define DEBUGGER_COMMAND_BP_ATTRIBUTES
Definition commands.h:410
#define DEBUGGER_COMMAND_WRMSR_ATTRIBUTES
Definition commands.h:321
#define DEBUGGER_COMMAND_P_ATTRIBUTES
Definition commands.h:389
#define DEBUGGER_COMMAND_SYM_ATTRIBUTES
Definition commands.h:428
#define DEBUGGER_COMMAND_PA2VA_ATTRIBUTES
Definition commands.h:327
#define DEBUGGER_COMMAND_HWDBG_HW_ATTRIBUTES
Definition commands.h:461
#define DEBUGGER_COMMAND_CPUID_ATTRIBUTES
Definition commands.h:349
#define DEBUGGER_COMMAND_REV_ATTRIBUTES
Definition commands.h:449
#define DEBUGGER_COMMAND_PMC_ATTRIBUTES
Definition commands.h:359
#define DEBUGGER_COMMAND_LISTEN_ATTRIBUTES
Definition commands.h:240
#define DEBUGGER_COMMAND_TEST_ATTRIBUTES
Definition commands.h:317
#define DEBUGGER_COMMAND_PREACTIVATE_ATTRIBUTES
Definition commands.h:436
#define DEBUGGER_COMMAND_OUTPUT_ATTRIBUTES
Definition commands.h:302
#define DEBUGGER_COMMAND_LBR_ATTRIBUTES
Definition commands.h:480
#define DEBUGGER_COMMAND_CORE_ATTRIBUTES
Definition commands.h:338
#define DEBUGGER_COMMAND_SCRIPT_ATTRIBUTES
Definition commands.h:299
#define DEBUGGER_COMMAND_RDMSR_ATTRIBUTES
Definition commands.h:323
#define DEBUGGER_COMMAND_PE_ATTRIBUTES
Definition commands.h:447
#define DEBUGGER_COMMAND_SWITCH_ATTRIBUTES
Definition commands.h:251
#define DEBUGGER_COMMAND_IOAPIC_ATTRIBUTES
Definition commands.h:336
#define DEBUGGER_COMMAND_MSRWRITE_ATTRIBUTES
Definition commands.h:355
#define DEBUGGER_COMMAND_RESTART_ATTRIBUTES
Definition commands.h:259
#define DEBUGGER_COMMAND_SETTINGS_ATTRIBUTES
Definition commands.h:275
#define DEBUGGER_COMMAND_VA2PA_ATTRIBUTES
Definition commands.h:325
#define DEBUGGER_COMMAND_UNHIDE_ATTRIBUTES
Definition commands.h:383
#define DEBUGGER_COMMAND_STATUS_ATTRIBUTES
Definition commands.h:287
#define DEBUGGER_COMMAND_PAUSE_ATTRIBUTES
Definition commands.h:255
#define DEBUGGER_COMMAND_LOGCLOSE_ATTRIBUTES
Definition commands.h:314
#define DEBUGGER_COMMAND_G_ATTRIBUTES
Definition commands.h:243
#define DEBUGGER_COMMAND_LOGOPEN_ATTRIBUTES
Definition commands.h:311
#define DEBUGGER_COMMAND_CONNECT_ATTRIBUTES
Definition commands.h:237
#define DEBUGGER_COMMAND_E_ATTRIBUTES
Definition commands.h:401
#define DEBUGGER_COMMAND_IOIN_ATTRIBUTES
Definition commands.h:365
#define DEBUGGER_COMMAND_SYMPATH_ATTRIBUTES
Definition commands.h:425
#define DEBUGGER_COMMAND_EXCEPTION_ATTRIBUTES
Definition commands.h:369
#define DEBUGGER_COMMAND_T_ATTRIBUTES
Definition commands.h:392
#define DEBUGGER_COMMAND_XSETBV_ATTRIBUTES
Definition commands.h:351
#define DEBUGGER_COMMAND_HWDBG_HW_CLK_ATTRIBUTES
Definition commands.h:463
#define DEBUGGER_COMMAND_LBRDUMP_ATTRIBUTES
Definition commands.h:483
#define DEBUGGER_COMMAND_MODE_ATTRIBUTES
Definition commands.h:377
#define DEBUGGER_COMMAND_SMI_ATTRIBUTES
Definition commands.h:477
#define DEBUGGER_COMMAND_LM_ATTRIBUTES
Definition commands.h:387
#define DEBUGGER_COMMAND_SYSRET_ATTRIBUTES
Definition commands.h:375
#define DEBUGGER_COMMAND_TRACE_ATTRIBUTES
Definition commands.h:379
#define DEBUGGER_COMMAND_UNLOAD_ATTRIBUTES
Definition commands.h:297
#define DEBUGGER_COMMAND_IDT_ATTRIBUTES
Definition commands.h:474
#define DEBUGGER_COMMAND_THREAD_ATTRIBUTES
Definition commands.h:266
#define DEBUGGER_COMMAND_EPTHOOK_ATTRIBUTES
Definition commands.h:345
#define DEBUGGER_COMMAND_SLEEP_ATTRIBUTES
Definition commands.h:269
#define DEBUGGER_COMMAND_PREALLOC_ATTRIBUTES
Definition commands.h:434
#define DEBUGGER_COMMAND_EPTHOOK2_ATTRIBUTES
Definition commands.h:347
#define DEBUGGER_COMMAND_MONITOR_ATTRIBUTES
Definition commands.h:341
#define DEBUGGER_COMMAND_PRINT_ATTRIBUTES
Definition commands.h:305
#define DEBUGGER_COMMAND_START_ATTRIBUTES
Definition commands.h:257
#define DEBUGGER_COMMAND_DOT_STATUS_ATTRIBUTES
Definition commands.h:284
#define DEBUGGER_COMMAND_DR_ATTRIBUTES
Definition commands.h:363
#define DEBUGGER_COMMAND_CLEAR_ATTRIBUTES
Command's attributes.
Definition commands.h:231
#define DEBUGGER_COMMAND_SYSCALL_ATTRIBUTES
Definition commands.h:373
#define DEBUGGER_COMMAND_GU_ATTRIBUTES
Definition commands.h:458
#define DEBUGGER_COMMAND_PROCESS_ATTRIBUTES
Definition commands.h:263
#define DEBUGGER_COMMAND_KILL_ATTRIBUTES
Definition commands.h:261
#define DEBUGGER_COMMAND_I_ATTRIBUTES
Definition commands.h:395
#define DEBUGGER_COMMAND_PT_ATTRIBUTES
Definition commands.h:486
#define DEBUGGER_COMMAND_CRWRITE_ATTRIBUTES
Definition commands.h:361
#define DEBUGGER_COMMAND_D_AND_U_ATTRIBUTES
Definition commands.h:398
#define DEBUGGER_COMMAND_PCITREE_ATTRIBUTES
Definition commands.h:468
#define DEBUGGER_COMMAND_CPU_ATTRIBUTES
Definition commands.h:319
#define DEBUGGER_COMMAND_MSRREAD_ATTRIBUTES
Definition commands.h:353
#define DEBUGGER_COMMAND_EVENTS_ATTRIBUTES
Definition commands.h:272
#define DEBUGGER_COMMAND_ATTACH_ATTRIBUTES
Definition commands.h:247
#define DEBUGGER_COMMAND_EXIT_ATTRIBUTES
Definition commands.h:291
#define DEBUGGER_COMMAND_EVAL_ATTRIBUTES
Definition commands.h:308
#define DEBUGGER_COMMAND_DETACH_ATTRIBUTES
Definition commands.h:249
#define DEBUGGER_COMMAND_TRACK_ATTRIBUTES
Definition commands.h:451
#define DEBUGGER_COMMAND_R_ATTRIBUTES
Definition commands.h:407
#define DEBUGGER_COMMAND_DEBUG_ATTRIBUTES
Definition commands.h:281
VOID CommandConnectHelp()
help of the .connect command
Definition connect.cpp:31
VOID CommandConnect(vector< CommandToken > CommandTokens, string Command)
.connect command handler
Definition connect.cpp:107
VOID CommandContinueHelp()
help of the continue command
Definition continue.cpp:20
VOID CommandContinue(vector< CommandToken > CommandTokens, string Command)
handler of continue command
Definition continue.cpp:47
VOID CommandCore(vector< CommandToken > CommandTokens, string Command)
~ command handler
Definition core.cpp:47
VOID CommandCoreHelp()
help of the ~ command
Definition core.cpp:26
VOID CommandCpuHelp()
help of the cpu command
Definition cpu.cpp:20
VOID CommandCpu(vector< CommandToken > CommandTokens, string Command)
cpu command handler
Definition cpu.cpp:36
VOID CommandCpuid(vector< CommandToken > CommandTokens, string Command)
!cpuid command handler
Definition cpuid.cpp:48
VOID CommandCpuidHelp()
help of the !cpuid command
Definition cpuid.cpp:20
VOID CommandCrwrite(vector< CommandToken > CommandTokens, string Command)
!crwrite command handler
Definition crwrite.cpp:47
VOID CommandCrwriteHelp()
help of the !crwrite command
Definition crwrite.cpp:20
VOID CommandReadMemoryAndDisassembler(vector< CommandToken > CommandTokens, string Command)
u* d* !u* !d* commands handler
Definition d-u.cpp:73
VOID CommandReadMemoryAndDisassemblerHelp()
help of u* d* !u* !d* commands
Definition d-u.cpp:26
VOID CommandDebugHelp()
help of the .debug command
Definition debug.cpp:25
VOID CommandDebug(vector< CommandToken > CommandTokens, string Command)
.debug command handler
Definition debug.cpp:235
VOID CommandDetachHelp()
help of the .detach command
Definition detach.cpp:26
VOID CommandDetach(vector< CommandToken > CommandTokens, string Command)
.detach command handler
Definition detach.cpp:72
VOID CommandDisconnectHelp()
help of the .disconnect command
Definition disconnect.cpp:28
VOID CommandDisconnect(vector< CommandToken > CommandTokens, string Command)
.disconnect command handler
Definition disconnect.cpp:45
VOID CommandDr(vector< CommandToken > CommandTokens, string Command)
!dr command handler
Definition dr.cpp:46
VOID CommandDrHelp()
help of the !dr command
Definition dr.cpp:20
VOID CommandStructHelp()
help of the struct command
Definition dt-struct.cpp:63
VOID CommandDtAndStruct(vector< CommandToken > CommandTokens, string Command)
dt and struct command handler
Definition dt-struct.cpp:429
VOID CommandDtHelp()
help of the dt command
Definition dt-struct.cpp:26
VOID CommandDumpHelp()
help of the .dump command
Definition dump.cpp:36
VOID CommandDump(vector< CommandToken > CommandTokens, string Command)
.dump command handler
Definition dump.cpp:62
VOID CommandEditMemoryHelp()
help of !e* and e* commands
Definition e.cpp:28
VOID CommandEditMemory(vector< CommandToken > CommandTokens, string Command)
!e* and e* commands handler
Definition e.cpp:269
VOID CommandEptHook2Help()
help of the !epthook2 command
Definition epthook2.cpp:20
VOID CommandEptHook2(vector< CommandToken > CommandTokens, string Command)
!epthook2 command handler
Definition epthook2.cpp:49
VOID CommandEptHookHelp()
help of the !epthook command
Definition epthook.cpp:20
VOID CommandEptHook(vector< CommandToken > CommandTokens, string Command)
!epthook command handler
Definition epthook.cpp:48
VOID CommandEval(vector< CommandToken > CommandTokens, string Command)
handler of ? command
Definition eval.cpp:196
VOID CommandEvalHelp()
help of the ? command
Definition eval.cpp:26
VOID CommandEventsHelp()
help of the events command
Definition events.cpp:33
VOID CommandEvents(vector< CommandToken > CommandTokens, string Command)
events command handler
Definition events.cpp:67
VOID CommandExceptionHelp()
help of the !exception command
Definition exception.cpp:20
VOID CommandException(vector< CommandToken > CommandTokens, string Command)
!exception command handler
Definition exception.cpp:51
VOID CommandExit(vector< CommandToken > CommandTokens, string Command)
exit command handler
Definition exit.cpp:46
VOID CommandExitHelp()
help of the exit command
Definition exit.cpp:29
VOID CommandFlushHelp()
help of the flush command
Definition flush.cpp:26
VOID CommandFlush(vector< CommandToken > CommandTokens, string Command)
flush command handler
Definition flush.cpp:111
VOID CommandG(vector< CommandToken > CommandTokens, string Command)
handler of g command
Definition g.cpp:94
VOID CommandGHelp()
help of the g command
Definition g.cpp:28
VOID CommandGg(vector< CommandToken > CommandTokens, string Command)
gg command handler
Definition gg.cpp:41
VOID CommandGgHelp()
help of the g command
Definition gg.cpp:20
VOID CommandGuHelp()
help of the gu command
Definition gu.cpp:29
VOID CommandGu(vector< CommandToken > CommandTokens, string Command)
handler of gu command
Definition gu.cpp:52
VOID CommandHide(vector< CommandToken > CommandTokens, string Command)
!hide command handler
Definition hide.cpp:395
VOID CommandHideHelp()
help of the !hide command
Definition hide.cpp:27
VOID CommandHwHelp()
help of the !hw command
Definition hw.cpp:25
VOID CommandHw(vector< CommandToken > CommandTokens, string Command)
!hw command handler
Definition hw.cpp:46
VOID CommandHwClkHelp()
help of the !hw_clk command
Definition hw_clk.cpp:25
VOID CommandHwClk(vector< CommandToken > CommandTokens, string Command)
!hw_clk command handler
Definition hw_clk.cpp:154
VOID CommandIHelp()
help of the i command
Definition i.cpp:27
VOID CommandI(vector< CommandToken > CommandTokens, string Command)
handler of i command
Definition i.cpp:56
VOID CommandIdt(vector< CommandToken > CommandTokens, string Command)
!idt command handler
Definition idt.cpp:115
VOID CommandIdtHelp()
help of the !idt command
Definition idt.cpp:27
VOID CommandInterruptHelp()
help of the !interrupt command
Definition interrupt.cpp:20
VOID CommandInterrupt(vector< CommandToken > CommandTokens, string Command)
!interrupt command handler
Definition interrupt.cpp:49
VOID CommandIoapicHelp()
help of the !ioapic command
Definition ioapic.cpp:20
VOID CommandIoapic(vector< CommandToken > CommandTokens, string Command)
!ioapic command handler
Definition ioapic.cpp:194
VOID CommandIoinHelp()
help of the !ioin command
Definition ioin.cpp:20
VOID CommandIoin(vector< CommandToken > CommandTokens, string Command)
!ioin command handler
Definition ioin.cpp:48
VOID CommandIooutHelp()
help of the !ioout command
Definition ioout.cpp:20
VOID CommandIoout(vector< CommandToken > CommandTokens, string Command)
!ioout command handler
Definition ioout.cpp:48
VOID CommandKHelp()
help of the k command
Definition k.cpp:26
VOID CommandK(vector< CommandToken > CommandTokens, string Command)
k command handler
Definition k.cpp:56
VOID CommandKill(vector< CommandToken > CommandTokens, string Command)
.kill command handler
Definition kill.cpp:42
VOID CommandKillHelp()
help of the .kill command
Definition kill.cpp:26
VOID CommandLbrHelp()
help of the !lbr command
Definition lbr.cpp:26
VOID CommandLbr(vector< CommandToken > CommandTokens, string Command)
!lbr command handler
Definition lbr.cpp:329
VOID CommandLbrdump(vector< CommandToken > CommandTokens, string Command)
!lbrdump command handler
Definition lbrdump.cpp:240
VOID CommandLbrdumpHelp()
help of the !lbrdump command
Definition lbrdump.cpp:82
VOID CommandListenHelp()
help of the listen command
Definition listen.cpp:29
VOID CommandListen(vector< CommandToken > CommandTokens, string Command)
listen command handler
Definition listen.cpp:54
VOID CommandLm(vector< CommandToken > CommandTokens, string Command)
handle lm command
Definition lm.cpp:358
VOID CommandLmHelp()
help of the lm command
Definition lm.cpp:28
VOID CommandLoad(vector< CommandToken > CommandTokens, string Command)
load command handler
Definition load.cpp:50
VOID CommandLoadHelp()
help of the load command
Definition load.cpp:28
VOID CommandLogclose(vector< CommandToken > CommandTokens, string Command)
.logclose command handler
Definition logclose.cpp:42
VOID CommandLogcloseHelp()
help .logclose command
Definition logclose.cpp:26
VOID CommandLogopenHelp()
help of the .logopen command
Definition logopen.cpp:28
VOID CommandLogopen(vector< CommandToken > CommandTokens, string Command)
.logopen command handler
Definition logopen.cpp:48
VOID CommandMeasure(vector< CommandToken > CommandTokens, string Command)
!measure command handler
Definition measure.cpp:56
VOID CommandMeasureHelp()
help of the !measure command
Definition measure.cpp:33
VOID CommandModeHelp()
help of the !mode command
Definition mode.cpp:20
VOID CommandMode(vector< CommandToken > CommandTokens, string Command)
!mode command handler
Definition mode.cpp:49
VOID CommandMonitorHelp()
help of the !monitor command
Definition monitor.cpp:20
VOID CommandMonitor(vector< CommandToken > CommandTokens, string Command)
!monitor command handler
Definition monitor.cpp:62
VOID CommandMsrreadHelp()
help of the !msrread command
Definition msrread.cpp:20
VOID CommandMsrread(vector< CommandToken > CommandTokens, string Command)
!msrread command handler
Definition msrread.cpp:47
VOID CommandMsrwriteHelp()
help of the !msrwrite command
Definition msrwrite.cpp:20
VOID CommandMsrwrite(vector< CommandToken > CommandTokens, string Command)
!msrwrite command handler
Definition msrwrite.cpp:47
VOID CommandOutputHelp()
help of the output command
Definition output.cpp:26
VOID CommandOutput(vector< CommandToken > CommandTokens, string Command)
output command handler
Definition output.cpp:58
VOID CommandPHelp()
help of the p command
Definition p.cpp:27
VOID CommandP(vector< CommandToken > CommandTokens, string Command)
handler of p command
Definition p.cpp:53
VOID CommandPa2va(vector< CommandToken > CommandTokens, string Command)
!pa2va command handler
Definition pa2va.cpp:50
VOID CommandPa2vaHelp()
help of the !pa2va command
Definition pa2va.cpp:27
VOID CommandPageinHelp()
help of the .pagein command
Definition pagein.cpp:27
VOID CommandPagein(vector< CommandToken > CommandTokens, string Command)
.pagein command handler
Definition pagein.cpp:266
VOID CommandPauseHelp()
help of the pause command
Definition pause.cpp:27
VOID CommandPause(vector< CommandToken > CommandTokens, string Command)
pause command handler
Definition pause.cpp:71
VOID CommandPcicamHelp()
!pcicam command help
Definition pcicam.cpp:26
VOID CommandPcicam(vector< CommandToken > CommandTokens, string Command)
!pcicam command handler
Definition pcicam.cpp:47
VOID CommandPcitree(vector< CommandToken > CommandTokens, string Command)
!pcitree command handler
Definition pcitree.cpp:45
VOID CommandPcitreeHelp()
help of the !pcitree command
Definition pcitree.cpp:26
VOID CommandPe(vector< CommandToken > CommandTokens, string Command)
.pe command handler
Definition pe.cpp:42
VOID CommandPeHelp()
help of the .pe command
Definition pe.cpp:20
VOID CommandPmcHelp()
help of the !pmc command
Definition pmc.cpp:20
VOID CommandPmc(vector< CommandToken > CommandTokens, string Command)
!pmc command handler
Definition pmc.cpp:46
VOID CommandPreactivateHelp()
help of the preactivate command
Definition preactivate.cpp:26
VOID CommandPreactivate(vector< CommandToken > CommandTokens, string Command)
preactivate command handler
Definition preactivate.cpp:49
VOID CommandPreallocHelp()
help of the prealloc command
Definition prealloc.cpp:25
VOID CommandPrealloc(vector< CommandToken > CommandTokens, string Command)
prealloc command handler
Definition prealloc.cpp:60
VOID CommandPrintHelp()
help of the print command
Definition print.cpp:23
VOID CommandPrint(vector< CommandToken > CommandTokens, string Command)
handler of print command
Definition print.cpp:42
VOID CommandProcessHelp()
help of the .process command
Definition process.cpp:25
VOID CommandProcess(vector< CommandToken > CommandTokens, string Command)
.process command handler
Definition process.cpp:57
VOID CommandPtHelp()
help of the !pt command
Definition pt.cpp:26
VOID CommandPt(vector< CommandToken > CommandTokens, string Command)
!pt command handler
Definition pt.cpp:321
VOID CommandPte(vector< CommandToken > CommandTokens, string Command)
!pte command handler
Definition pte.cpp:93
VOID CommandPteHelp()
help of the !pte command
Definition pte.cpp:27
VOID CommandRHelp()
help of the r command
Definition r.cpp:152
VOID CommandR(vector< CommandToken > CommandTokens, string Command)
handler of r command
Definition r.cpp:452
VOID CommandRdmsr(vector< CommandToken > CommandTokens, string Command)
rdmsr command handler
Definition rdmsr.cpp:120
VOID CommandRdmsrHelp()
help of the rdmsr command
Definition rdmsr.cpp:25
VOID CommandRestart(vector< CommandToken > CommandTokens, string Command)
.restart command handler
Definition restart.cpp:47
VOID CommandRestartHelp()
help of the .restart command
Definition restart.cpp:29
VOID CommandRevHelp()
help of the !rev command
Definition rev.cpp:26
VOID CommandRev(vector< CommandToken > CommandTokens, string Command)
!rev command handler
Definition rev.cpp:50
VOID CommandSearchMemoryHelp()
help of !s* s* commands
Definition s.cpp:27
VOID CommandSearchMemory(vector< CommandToken > CommandTokens, string Command)
!s* s* commands handler
Definition s.cpp:141
VOID CommandScriptHelp()
help of the .script command
Definition script.cpp:27
VOID CommandScript(vector< CommandToken > CommandTokens, string Command)
.script command handler
Definition script.cpp:263
VOID CommandSettingsHelp()
help of the settings command
Definition settings.cpp:29
VOID CommandSettings(vector< CommandToken > CommandTokens, string Command)
settings command handler
Definition settings.cpp:553
VOID CommandSleep(vector< CommandToken > CommandTokens, string Command)
sleep command help
Definition sleep.cpp:38
VOID CommandSleepHelp()
help of the sleep command
Definition sleep.cpp:20
VOID CommandSmi(vector< CommandToken > CommandTokens, string Command)
!smi command handler
Definition smi.cpp:123
VOID CommandSmiHelp()
help of the !smi command
Definition smi.cpp:26
VOID CommandStartHelp()
help of the .start command
Definition start.cpp:27
VOID CommandStart(vector< CommandToken > CommandTokens, string Command)
.start command handler
Definition start.cpp:47
VOID CommandStatus(vector< CommandToken > CommandTokens, string Command)
.status and status command handler
Definition status.cpp:51
VOID CommandStatusHelp()
help of the .status command
Definition status.cpp:31
VOID CommandSwitch(vector< CommandToken > CommandTokens, string Command)
.switch command handler
Definition switch.cpp:45
VOID CommandSwitchHelp()
help of the .switch command
Definition switch.cpp:20
VOID CommandSymHelp()
help of the .sym command
Definition sym.cpp:26
VOID CommandSym(vector< CommandToken > CommandTokens, string Command)
.sym command handler
Definition sym.cpp:56
VOID CommandSympath(vector< CommandToken > CommandTokens, string Command)
.sympath command handler
Definition sympath.cpp:45
VOID CommandSympathHelp()
help of the .sympath command
Definition sympath.cpp:24
VOID CommandSyscallAndSysret(vector< CommandToken > CommandTokens, string Command)
!syscall, !syscall2 and !sysret, !sysret2 commands handler
Definition syscall-sysret.cpp:85
VOID CommandSysretHelp()
help of the !sysret command
Definition syscall-sysret.cpp:54
VOID CommandSyscallHelp()
help of the !syscall command
Definition syscall-sysret.cpp:20
VOID CommandTHelp()
help of the t command
Definition t.cpp:27
VOID CommandT(vector< CommandToken > CommandTokens, string Command)
handler of t command
Definition t.cpp:53
VOID CommandTest(vector< CommandToken > CommandTokens, string Command)
test command handler
Definition test.cpp:434
VOID CommandTestHelp()
help of the test command
Definition test.cpp:26
VOID CommandThreadHelp()
help of the .thread command
Definition thread.cpp:25
VOID CommandThread(vector< CommandToken > CommandTokens, string Command)
.thread command handler
Definition thread.cpp:120
VOID CommandTraceHelp()
help of the !trace command
Definition trace.cpp:20
VOID CommandTrace(vector< CommandToken > CommandTokens, string Command)
!trace command handler
Definition trace.cpp:51
VOID CommandTrack(vector< CommandToken > CommandTokens, string Command)
handler of !track command
Definition track.cpp:60
VOID CommandTrackHelp()
help of the !track command
Definition track.cpp:36
VOID CommandTsc(vector< CommandToken > CommandTokens, string Command)
handler of !tsc command
Definition tsc.cpp:46
VOID CommandTscHelp()
help of the !tsc command
Definition tsc.cpp:20
VOID CommandUnhide(vector< CommandToken > CommandTokens, string Command)
!unhide command handler
Definition unhide.cpp:100
VOID CommandUnhideHelp()
help of the !unhide command
Definition unhide.cpp:25
VOID CommandUnloadHelp()
help of the unload command
Definition unload.cpp:30
VOID CommandUnload(vector< CommandToken > CommandTokens, string Command)
unload command handler
Definition unload.cpp:82
VOID CommandVa2pa(vector< CommandToken > CommandTokens, string Command)
!va2pa command handler
Definition va2pa.cpp:51
VOID CommandVa2paHelp()
help of the !va2pa command
Definition va2pa.cpp:27
VOID CommandVmcallHelp()
help of the !vmcall command
Definition vmcall.cpp:20
VOID CommandVmcall(vector< CommandToken > CommandTokens, string Command)
!vmcall command handler
Definition vmcall.cpp:46
VOID CommandWrmsr(vector< CommandToken > CommandTokens, string Command)
wrmsr command handler
Definition wrmsr.cpp:47
VOID CommandWrmsrHelp()
help of the wrmsr command
Definition wrmsr.cpp:25
VOID CommandX(vector< CommandToken > CommandTokens, string Command)
x command handler
Definition x.cpp:41
VOID CommandXHelp()
help of the x command
Definition x.cpp:20
VOID CommandXsetbvHelp()
help of the !xsetbv command
Definition xsetbv.cpp:20
VOID CommandXsetbv(vector< CommandToken > CommandTokens, string Command)
!xsetbv command handler
Definition xsetbv.cpp:47