435{
436 UINT64 Context =
NULL;
437
439
440 if (CommandSize == 1)
441 {
442 ShowMessages("incorrect use of the '%s'\n\n",
445 }
447 {
448
449
450
452 }
454 {
455
456
457
459 }
461 {
462
463
464
466 }
468 {
469
470
471
473 }
475 {
476
477
478
480 }
482 {
484 {
485 ShowMessages("err, you should enter a valid hex number as the core id\n\n");
486 return;
487 }
488
489
490
491
493 }
495 {
496
497
498
500 {
502 }
504 {
506 }
507 else
508 {
509 ShowMessages("err, couldn't resolve error at '%s'\n\n",
511 return;
512 }
513 }
515 {
516
517
518
520 {
522 }
524 {
526 }
527 else
528 {
529 ShowMessages("err, couldn't resolve error at '%s'\n\n",
531 return;
532 }
533 }
535 {
536
537
538
540 }
542 {
543
544
545
547 }
548 else
549 {
550 ShowMessages("incorrect use of the '%s'\n\n",
553 return;
554 }
555}
std::string GetCaseSensitiveStringFromCommandToken(CommandToken TargetToken)
Get case sensitive string from command token.
Definition common.cpp:467
BOOLEAN CompareLowerCaseStrings(CommandToken TargetToken, const CHAR *StringToCompare)
Compare lower case strings.
Definition common.cpp:503
BOOLEAN ConvertTokenToUInt64(CommandToken TargetToken, PUINT64 Result)
add ` between 64 bit values and convert them to string
Definition common.cpp:447
NULL()
Definition test-case-generator.py:530
VOID CommandTestSetTargetTaskToTargetCore(UINT32 CoreNumber)
test command for setting target task to the specified core
Definition test.cpp:354
VOID CommandTestSetTargetTaskToHaltedCores(BOOLEAN Synchronous)
test command for setting target tasks to halted cores
Definition test.cpp:332
VOID CommandTestQueryPreAllocPoolsState()
test command for query the state of pre-allocated pools
Definition test.cpp:310
VOID CommandTestAllFunctionalities()
perform test on for all functionalities
Definition test.cpp:105
VOID CommandTestSetDebugBreakState(BOOLEAN State)
test command for turning on/off the debug breaks (DB)
Definition test.cpp:403
VOID CommandTestQueryState()
test command for query the state
Definition test.cpp:268
VOID CommandTestAllHwdbg()
perform test for all functionalities of hwdbg
Definition test.cpp:153
VOID CommandTestSetBreakpointState(BOOLEAN State)
test command for turning on/off the breakpoints (DB)
Definition test.cpp:375
VOID CommandTestHelp()
help of the test command
Definition test.cpp:26
VOID CommandTestQueryTrapState()
test command for query the trap state
Definition test.cpp:289