audk/SourceLevelDebugPkg/Library/DebugAgent
Ruiyu Ni d9044ec555 Use RLE (Run Length Encoding) to improve debugging performance.
DEBUG_AGENT_REVISION is DEBUG_AGENT_REVISION_03 to disable this feature and will be changed to DEBUG_AGENT_REVISION_04 when new version of HOST is released.
Reduce the stack usage by re-using the same buffer to send/receive packet.
Zero out the buffer before fxsave so that the reserved field in the buffer remains 0 for better RLE compression ratio.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16628 6f19259b-4bc3-4df7-8a09-765794883524
2015-01-20 08:46:31 +00:00
..
DebugAgentCommon Use RLE (Run Length Encoding) to improve debugging performance. 2015-01-20 08:46:31 +00:00
DxeDebugAgent 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. 2014-11-04 01:29:20 +00:00
SecPeiDebugAgent 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. 2014-11-04 01:29:20 +00:00
SmmDebugAgent 1. DebugAgentLib will install reserved vector table to persist vectors. 2013-11-22 06:30:01 +00:00
DxeDebugAgentLib.inf SourceLevelDebugPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:13:05 +00:00
DxeDebugAgentLib.uni SourceLevelDebugPkg: Convert non DOS format files to DOS format 2014-09-03 08:49:15 +00:00
SecPeiDebugAgentLib.inf SourceLevelDebugPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:13:05 +00:00
SecPeiDebugAgentLib.uni SourceLevelDebugPkg: Convert non DOS format files to DOS format 2014-09-03 08:49:15 +00:00
SmmDebugAgentLib.inf SourceLevelDebugPkg: Refine the format of meta data files. 2015-01-19 02:44:10 +00:00
SmmDebugAgentLib.uni SourceLevelDebugPkg: Convert non DOS format files to DOS format 2014-09-03 08:49:15 +00:00