summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
Commit message (Expand)AuthorAgeFilesLines
* SourceLevelDebugPkg: DebugAgentCommon: remove set but unused variablesLaszlo Ersek2016-03-251-3/+0
* SourceLevelDebugPkg: Change the debug message to "v1.5" from "v1.4"Ruiyu Ni2015-09-241-1/+1
* SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as earlyJeff Fan2015-06-081-0/+1
* SourceLevelDebugPkg/DebugTimer: Dump Debug Timer parameterJeff Fan2015-05-251-1/+1
* SourceLevelDebugPkg: Fix Serial Port connection cannot be setupRuiyu Ni2015-05-181-21/+25
* SourceLevelDebugPkg/DebugAgent: Add some comments and debug messageJeff Fan2015-04-271-4/+22
* SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IFJeff Fan2015-04-271-8/+41
* SourceLevelDebugPkg: Clear Stepping flag as early as possibleJeff Fan2015-04-211-4/+4
* SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer checkJeff Fan2015-04-101-1/+1
* SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout.Jeff Fan2015-04-011-9/+91
* SourceLevelDebugPkg: Fix typo.Shumin Qiu2015-03-131-1/+1
* Use RLE (Run Length Encoding) to improve debugging performance.Ruiyu Ni2015-01-201-85/+233
* Fix a bug in DebugAgent that hang happens when the ACK for GO is lost.Ruiyu Ni2014-11-101-13/+14
* 1. Remove any references on other files from DebugTimer.c, to avoid un-used s...Jeff Fan2014-11-041-69/+69
* Add type cast on variable before operation.Jeff Fan2014-08-081-7/+7
* Fix the potential address overflow issue when checking PE signature. Jeff Fan2014-06-301-3/+5
* Refine code to make it more safely.Eric Dong2014-06-251-2/+3
* Update Debug Agent initialization message to change the version string from "...Ruiyu Ni2014-01-151-2/+2
* Update HostSequenceNo for Command packet instead for Response packet.Jeff Fan2013-12-271-1/+1
* Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox...Jeff Fan2013-12-271-1/+0
* Only save HostSequenceNo for new command in Debug Timer handler.Jeff Fan2013-12-201-3/+18
* 1. DebugAgentLib will install reserved vector table to persist vectors.Jeff Fan2013-11-221-0/+108
* Updated connecting HOST version information from 1.3 to 1.3.1.vanjeff2013-05-081-1/+1
* Read/Write memory space including MMIO range with the width requested from HOST.vanjeff2013-05-061-27/+125
* This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...vanjeff2013-01-251-324/+675
* Roll back r13823.vanjeff2012-10-111-5/+9
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...vanjeff2012-10-111-9/+5
* This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or gr...vanjeff2012-06-111-321/+945
* Generic solution to handle reset failure in some special platforms.niruiyu2012-02-071-3/+5
* Fix the issue that might prevent single step in PeCoffExtraActionLib (right a...pgao22010-09-131-0/+5
* Import SourceLevelDebugPkg.vanjeff2010-09-121-0/+1195