index
:
Tianocore/edk2.git
UDK2008
UDK2010
UDK2010.SR1
UDK2014
UDK2014.SP1
UDK2015
UDK2017
UDK2018
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/github/issue-labeler-3.4
dependabot/pip/antlr4-python3-runtime-4.13.2
dependabot/pip/edk2-basetools-0.1.52
dependabot/pip/edk2-basetools-0.1.53
dependabot/pip/edk2-pytool-extensions-0.27.10
dependabot/pip/edk2-pytool-extensions-0.27.11
dependabot/pip/edk2-pytool-extensions-0.27.12
dependabot/pip/edk2-pytool-extensions-0.27.6
dependabot/pip/edk2-pytool-extensions-0.27.8
dependabot/pip/edk2-pytool-extensions-0.27.9
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.0
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.1
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.2
dependabot/pip/edk2-pytool-extensions-approx-eq-0.28.3
dependabot/pip/edk2-pytool-library-0.21.10
dependabot/pip/edk2-pytool-library-0.21.6
dependabot/pip/edk2-pytool-library-0.21.7
dependabot/pip/edk2-pytool-library-0.21.8
dependabot/pip/edk2-pytool-library-0.21.9
dependabot/pip/edk2-pytool-library-approx-eq-0.21.11
dependabot/pip/edk2-pytool-library-approx-eq-0.21.12
dependabot/pip/edk2-pytool-library-approx-eq-0.22.0
dependabot/pip/edk2-pytool-library-approx-eq-0.22.2
dependabot/pip/edk2-pytool-library-approx-eq-0.22.3
dependabot/pip/edk2-pytool-library-approx-eq-0.22.4
dependabot/pip/edk2-pytool-library-approx-eq-0.22.5
dependabot/pip/lcov-cobertura-2.1.1
dependabot/pip/regex-2024.11.6
dependabot/pip/regex-2024.7.24
dependabot/pip/regex-2024.9.11
dependabot/pip/regex-2025.7.31
dependabot/pip/regex-2025.7.34
leiflindholm-pr-template
master
pipeline_gen_update
release/rpl_program
security-advisory/cve-2024-38796/advisory
security-advisory/cve-2024-38797/advisory
security-advisory/cve-2025-3770/advisory
security-advisory/cve-2025-xxxxx/advisory
stable/202011
stable/202408
trunk
EDK II (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SourceLevelDebugPkg
/
Library
/
DebugAgent
/
DebugAgentCommon
/
DebugAgent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-06
SourceLevelDebugPkg: Fix spelling errors
Michael Kubacki
1
-4
/
+4
2021-12-07
SourceLevelDebugPkg: Apply uncrustify changes
Michael Kubacki
1
-967
/
+1026
2021-12-07
SourceLevelDebugPkg: Change OPTIONAL keyword usage style
Michael D Kinney
1
-3
/
+3
2021-12-07
SourceLevelDebugPkg: Change use of EFI_D_* to DEBUG_*
Michael D Kinney
1
-3
/
+2
2020-02-11
SourceLevelDebugPkg/DebugAgent: Fix various typos
Antoine Coeur
1
-26
/
+26
2019-04-09
SourceLevelDebugPkg: Replace BSD License with BSD+Patent License
Michael D Kinney
1
-7
/
+1
2018-06-28
SourceLevelDebugPkg: Clean up source files
Liming Gao
1
-5
/
+5
2018-02-08
SourceLevelDebugPkg DebugAgentLib: Rename IsBsp to DebugAgentIsBsp
Star Zeng
1
-3
/
+3
2017-09-04
SourceLevelDebugPkg: Use Pcd for the revision of transfer protocol
Hao Wu
1
-3
/
+3
2017-04-26
PeCoffGetEntryPointLib: Fix spelling issue
Jeff Fan
1
-1
/
+1
2017-04-07
SourceLevelDebugPkg/DebugAgent.c: Consume PeCoffSerachImageBase()
Jeff Fan
1
-44
/
+6
2016-03-25
SourceLevelDebugPkg: DebugAgentCommon: remove set but unused variables
Laszlo Ersek
1
-3
/
+0
2015-09-24
SourceLevelDebugPkg: Change the debug message to "v1.5" from "v1.4"
Ruiyu Ni
1
-1
/
+1
2015-06-08
SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as early
Jeff Fan
1
-0
/
+1
2015-05-25
SourceLevelDebugPkg/DebugTimer: Dump Debug Timer parameter
Jeff Fan
1
-1
/
+1
2015-05-18
SourceLevelDebugPkg: Fix Serial Port connection cannot be setup
Ruiyu Ni
1
-21
/
+25
2015-04-27
SourceLevelDebugPkg/DebugAgent: Add some comments and debug message
Jeff Fan
1
-4
/
+22
2015-04-27
SourceLevelDebugPkg/DebugAgent: Clear/Restore EFLAGS.IF
Jeff Fan
1
-8
/
+41
2015-04-21
SourceLevelDebugPkg: Clear Stepping flag as early as possible
Jeff Fan
1
-4
/
+4
2015-04-10
SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer check
Jeff Fan
1
-1
/
+1
2015-04-01
SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout.
Jeff Fan
1
-9
/
+91
2015-03-13
SourceLevelDebugPkg: Fix typo.
Shumin Qiu
1
-1
/
+1
2015-01-20
Use RLE (Run Length Encoding) to improve debugging performance.
Ruiyu Ni
1
-85
/
+233
2014-11-10
Fix a bug in DebugAgent that hang happens when the ACK for GO is lost.
Ruiyu Ni
1
-13
/
+14
2014-11-04
1. Remove any references on other files from DebugTimer.c, to avoid un-used s...
Jeff Fan
1
-69
/
+69
2014-08-08
Add type cast on variable before operation.
Jeff Fan
1
-7
/
+7
2014-06-30
Fix the potential address overflow issue when checking PE signature.
Jeff Fan
1
-3
/
+5
2014-06-25
Refine code to make it more safely.
Eric Dong
1
-2
/
+3
2014-01-15
Update Debug Agent initialization message to change the version string from "...
Ruiyu Ni
1
-2
/
+2
2013-12-27
Update HostSequenceNo for Command packet instead for Response packet.
Jeff Fan
1
-1
/
+1
2013-12-27
Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox...
Jeff Fan
1
-1
/
+0
2013-12-20
Only save HostSequenceNo for new command in Debug Timer handler.
Jeff Fan
1
-3
/
+18
2013-11-22
1. DebugAgentLib will install reserved vector table to persist vectors.
Jeff Fan
1
-0
/
+108
2013-05-08
Updated connecting HOST version information from 1.3 to 1.3.1.
vanjeff
1
-1
/
+1
2013-05-06
Read/Write memory space including MMIO range with the width requested from HOST.
vanjeff
1
-27
/
+125
2013-01-25
This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or gr...
vanjeff
1
-324
/
+675
2012-10-11
Roll back r13823.
vanjeff
1
-5
/
+9
2012-10-11
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...
vanjeff
1
-9
/
+5
2012-06-11
This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or gr...
vanjeff
1
-321
/
+945
2012-02-07
Generic solution to handle reset failure in some special platforms.
niruiyu
1
-3
/
+5
2010-09-13
Fix the issue that might prevent single step in PeCoffExtraActionLib (right a...
pgao2
1
-0
/
+5
2010-09-12
Import SourceLevelDebugPkg.
vanjeff
1
-0
/
+1195