diff options
| author | Pierre Gondois <pierre.gondois@arm.com> | 2026-06-04 12:19:21 +0300 |
|---|---|---|
| committer | Ard Biesheuvel <ardb@kernel.org> | 2026-08-04 10:35:35 +0300 |
| commit | 0b6156b43a545a0a571013293963290eb06c0865 (patch) | |
| tree | 352198aa33e3066b8ae7aea5ec39a8b507c8c2f7 /BaseTools/Source/Python/Workspace/MetaFileParser.py | |
| parent | 5bdbf4462bd50762b308a62498f587650ebaf656 (diff) | |
| download | edk2-0b6156b43a545a0a571013293963290eb06c0865.tar.xz | |
ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (3/4)
This patch aims to help breaking down the long functions present in
the ShellPkg and reduce complexity/nested code and conditions.
Extract a MainCmdXXX() function for each shell command.
This command contains the possible operations the command aims
to operate. The ShellCommandRunXXX() function from which it
is extracted is only responsible of:
- initializing the shell/command environment
- parsing the command parameter and creating a Package
- freeing the Package
For the MemMap and SetVar commands, ShellCommandLineFreeVarList()
calls are removed as the Package is now freed in the caller
function: ShellCommandRunXXX().
To avoid having one large commit updating all the UefiShellDebug1
commands, only update these files:
- MemMap.c
- Mm.c
- Mode.c
- Pci.c
No functional change should be induced by this patch.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/MetaFileParser.py')
0 files changed, 0 insertions, 0 deletions
