summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-19EmbeddedPkg: remove GdbDebugAgent libraryArd Biesheuvel1-675/+0
2016-10-28EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect sizeArd Biesheuvel1-1/+1
2016-10-19EmbeddedPkg: Fix typos in commentsGary Lin1-1/+1
2016-03-25ArmPkg|EmbeddedPkg: make PcdCpuVectorBaseAddress 64 bits wideLeendert van Doorn1-4/+4
2016-02-02EmbeddedPkg: Rectify file modesEvan Lloyd1-0/+0
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-64/+64
2013-01-25ARM Packages: Fixed line endingsoliviermartin1-52/+52
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-3/+3
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish1-5/+22
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-04-21Clean up using FIQ as ctrl-c checker so you can break in from the debugger.andrewfish1-15/+43
2010-04-03Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low le...andrewfish1-0/+630