summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ShellPkg: Fix typosPage Chen1-1/+1
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-75/+80
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-12-18ShellPkg/UefiShellDebug1CommandsLib: Remove the unused function CharToUpperShenglei Zhang1-28/+0
2018-06-28ShellPkg: Clean up source filesLiming Gao1-9/+9
2017-10-26Shellpkg/editor: Fix a bug that may modifies Line[-1]Ruiyu Ni1-1/+1
2017-10-23ShellPkg/editor: Fix system hang when console max column > 200Ruiyu Ni1-12/+19
2017-03-01ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni1-118/+1
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-9/+0
2016-01-21ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek1-70/+0
2014-09-10ShellPkg: Use the new library for "bcfg" commandJaben Carsey1-10/+5
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-2/+0
2012-12-19ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey1-1/+1
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey1-1/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+3
2011-09-21Clean up the private GUID definition in module Level.lgao41-4/+0
2011-09-02Refine comments and two code style.ydong101-4/+4
2011-08-08remove CatSPrint from ShellPkg.jcarsey1-46/+0
2011-05-16add support to easily remove profiles and shell levels. the libraries will n...jcarsey1-1/+1
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten1-1/+0
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-3/+9
2011-03-25comp - add comments and add input verification jcarsey1-50/+434
2010-11-16Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+309