summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2018-02-15ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni3-12/+18
2018-02-13ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni2-2/+2
2018-02-13ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni8-161/+309
2018-02-09ShellPkg/hexedit: Fix a read-after-free bugRuiyu Ni2-27/+18
2018-02-08ShellPkg/UefiShellDebug1CommandsLib: sync Compress() definition with decl.Laszlo Ersek2-7/+8
2017-11-07ShellPkg/HexEdit: Fix EBC build failureRuiyu Ni1-2/+2
2017-11-02ShellPkg/hexeditor: Use CpuIo for memory accessRuiyu Ni2-68/+6
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-09-22ShellPkg/DmpStore: fix GCC/CLANG build failureLaszlo Ersek1-1/+1
2017-09-22ShellPkg/dmpstore: Show name of known variable vendor GUIDHuajing Li2-4/+14
2017-08-16ShellPkg: Update header file including styleSong, BinX5-5/+5
2017-08-03ShellPkg/dblk: Honor the BlockIo alignment requirement.HuajingLi1-5/+12
2017-07-27ShellPkg/setvar: Check the duplicate flagHuajing Li2-0/+5
2017-06-27ShellPkg DmpStore: Make NameSize to be consistent with name bufferStar Zeng1-0/+1
2017-05-12ShellPkg/memmap: Dump memory map information for all memory typesRuiyu Ni2-3/+93
2017-05-12ShellPkg/memmap: Refine codeRuiyu Ni1-52/+55
2017-04-25ShellPkg SmbiosView: Display Type 0 BIOS segment in hexadecimalJeff Westfahl1-1/+1
2017-04-20ShellPkg/pci: Fix VS2012 build failureRuiyu Ni1-1/+2
2017-04-20ShellPkg/comp: Fix file tag name.Ruiyu Ni1-4/+6
2017-04-19ShellPkg/Pci: Always dump the extended config space for PCIERuiyu Ni1-193/+125
2017-04-07ShellPkg/SetVar: Fix typo in commentsDandan Bi1-1/+1
2017-04-05ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULLRuiyu Ni1-1/+2
2017-03-31ShellPkg/setvar: Support data format in Shell 2.2 specChen A Chen1-126/+297
2017-03-27ShellPkg/mm: Support UINT16 segment numberRuiyu Ni2-20/+20
2017-03-06ShellPkg/comp: Use proper parameter namesRuiyu Ni1-5/+5
2017-03-06ShellPkg: Refine casting expression result to bigger sizeHao Wu1-4/+4
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu2-3/+3
2017-03-01ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni4-159/+11
2017-02-28ShellPkg/comp: Fix GCC build failureRuiyu Ni1-0/+1
2017-02-28ShellPkg/comp: Add "-n <diff-count>"/"-s <diff-byte>" supportChen A Chen2-155/+229
2017-02-28ShellPkg/comp: Rename variable names to proper onesChen A Chen1-23/+23
2017-02-16ShellPkg/pci: Report error when invalid value is specified for "-ec"Ruiyu Ni2-7/+16
2017-02-10ShellPkg SmbiosView: Correct some outputs for Type 0/3/10Star Zeng3-3/+4
2017-02-10ShellPkg SmbiosView: Eliminate trailing " | " in PrintBitsInfo()Star Zeng1-5/+13
2017-01-25ShellPkg/pci: Fix extended register dumping for MFVC capabilityRuiyu Ni1-1/+2
2017-01-25ShellPkg/pci: Support interpreting specific PCIE ext cap thru "-ec"Ruiyu Ni2-42/+34
2017-01-25ShellPkg/pci: Use PCI definitions defined in MdePkgRuiyu Ni2-721/+284
2017-01-24ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.1Star Zeng4-3/+57
2017-01-22ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0Star Zeng4-2/+102
2017-01-19ShellPkg SmbiosView: Add missing decoding of SMBIOS spec 3.0.0Star Zeng2-1/+97
2017-01-19ShellPkg SmbiosView: Add missing decoding of SlotType AGP8XStar Zeng1-1/+5
2017-01-13ShellPkg/SmbiosView: Add decoding of SMBIOS record type 43Linson Augustine4-2/+95
2017-01-12ShellPkg: Update smbiosview command to display Type 3 valuesChris Phillips1-3/+16
2016-12-16ShellPkg/setvar: Correct typo in setvar help messageRuiyu Ni1-3/+3
2016-12-14ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issuesDandan Bi1-2/+3
2016-11-16ShellPkg/dmpstore: Support "-sfo"Ruiyu Ni2-61/+154
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni2-5/+3
2016-10-19ShellPkg: Move SHELL_FREE_NON_NULL from ShellBase.h to ShellLib.hRuiyu Ni1-4/+4
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen34-241/+0