interpret .pagein commands parameters

This commit is contained in:
Sinaei 2023-07-13 16:05:42 +09:00
parent 2b54f993f7
commit cc99978919
94 changed files with 396 additions and 320 deletions

View file

@ -21,7 +21,7 @@ extern BOOLEAN g_IsSerialConnectedToRemoteDebuggee;
extern BOOLEAN g_IsSerialConnectedToRemoteDebugger;
/**
* @brief help of unload command
* @brief help of the unload command
*
* @return VOID
*/
@ -50,7 +50,7 @@ CommandUnload(vector<string> SplittedCommand, string Command)
{
if (SplittedCommand.size() != 2 && SplittedCommand.size() != 3)
{
ShowMessages("incorrect use of 'unload'\n\n");
ShowMessages("incorrect use of the 'unload'\n\n");
CommandUnloadHelp();
return;
}