summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/DebugLib.h
AgeCommit message (Expand)AuthorFilesLines
2 daysMdePkg: DebugLib: Check Signature in CR in Release BuildsOliver Smith-Denny1-2/+10
12 daysMdePkg: Fix DEBUG_CODE and PERF_CODE macros for XCODE5Mike Beaton1-2/+7
2024-09-13MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for GCC12Chun-Yi Lee1-2/+2
2024-02-14MdePkg/Include: Rename _DEBUG() to address name collisionMichael D Kinney1-3/+3
2023-12-11MdePkg: Improve wording of manageability debug level commentRebecca Cran1-2/+2
2023-04-21MdePkg: Add DEBUG_MANAGEABILITY print error levelAbner Chang1-20/+22
2022-11-11MdePkg/Include/Library: Undefine _ASSERT() if already definedMichael D Kinney1-0/+3
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-49/+38
2021-12-07MdePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2021-11-08MdePkg/Include: Enhance DebugLib to support reproduce buildsMichael D Kinney1-4/+39
2020-07-15MdePkg/Include: Hook DebugLib _ASSERT() for unit testsMichael D Kinney1-1/+27
2020-04-13MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for CLANGZhiguang Liu1-1/+5
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-04-02MdePkg/DebugLib.h: Add new APIs for DebugLibBret Barkelew1-1/+51
2018-06-28MdePkg: Clean up source filesLiming Gao1-85/+85
2016-10-25MdePkg/DebugLib.h: add ASSERT_RETURN_ERROR()Laszlo Ersek1-0/+27
2016-10-09MdePkg:Correct the comment for the DEBUG_NET.Zhang Lubo1-2/+2
2016-06-22MdePkg/DebugLib: Flag post-_ASSERT() as unreachable for analyzers.Marvin H?user1-0/+1
2016-03-02MdePkg: DebugLib: more cleanup for log level comments in lib class headerLaszlo Ersek1-4/+5
2016-03-01MdePkg: fix comment typo in DebugLib.hLeif Lindholm1-1/+1
2015-07-16MdePkg: Correct comment typo from ECB to EBC in DebugLib.hLiming Gao1-1/+1
2015-04-10MdePkg: Fix build fail when DDK3790 tool chain is usedScott Duplichan1-1/+1
2015-02-10MdePkg: Fix WINDDK3790 build failureLiming Gao1-1/+3
2015-02-06MdePkg: Add new API DebugPrintLevelEnabled() in DebugLibLiming Gao1-2/+26
2012-01-16Add new DEBUG_VERBOSE print error level.lgao41-2/+4
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-3/+3
2011-01-06Fix Copyright year to 2011mdkinney1-1/+1
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney1-0/+2
2010-12-01Update comments for PI 1.2 SMM support.mdkinney1-1/+1
2010-04-23Update the copyright notice formathhtian1-1/+1
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter1-25/+25
2010-02-02wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian1-4/+4
2009-12-14Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian1-75/+99
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel1-4/+4
2008-12-10Synchronize the h files with c files.gikidy1-1/+1
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-4/+4
2008-11-26Synchronize function comment in gikidy1-35/+16
2008-11-19Synchronize the MdePkg\Include\Library\BaseMemoryLib.h,gikidy1-1/+4
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang121-1/+2
2008-11-14Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji41-8/+8
2008-11-06At bit mask for PEI/DXE dispatchqhuang81-0/+2
2008-11-04remove DEBUG_DEPEX as it does not pass design review yet.qwang121-2/+0
2008-11-03Add in a new debug mask bit EFI_D_DEPEX. It is used to enable the debug messa...qwang121-1/+3
2008-08-12code review's result.eric_tian1-4/+4
2008-07-15Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao41-5/+6
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang11-0/+458
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-458/+0
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang81-15/+34
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli241-1/+1
2006-06-19 1. PostCodeLib.qhuang81-16/+16