X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FGdbStub%2FX64%2FProcessor.c;h=c6599a2b2b68c0c8af88f8c8fd4b775fb521cf00;hp=20eabf0c1d59ba577e09e15d0f6a51fbde966c4b;hb=c6a72cd79465594876626e738466441d8b3d61ca;hpb=16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 diff --git a/EmbeddedPkg/GdbStub/X64/Processor.c b/EmbeddedPkg/GdbStub/X64/Processor.c index 20eabf0c1d..c6599a2b2b 100644 --- a/EmbeddedPkg/GdbStub/X64/Processor.c +++ b/EmbeddedPkg/GdbStub/X64/Processor.c @@ -254,7 +254,7 @@ BasicWriteRegister ( Writes the new value of n-th register received into the input buffer to the n-th register @param SystemContext Register content at time of the exception - @param InBuffer Ponter to the input buffer received from gdb server + @param InBuffer Pointer to the input buffer received from gdb server **/ VOID EFIAPI @@ -638,7 +638,7 @@ EnableDebugRegister ( /** - Returns register number 0 - 3 for the maching debug register. + Returns register number 0 - 3 for the matching debug register. This function compares incoming Address, Type, Length and if there is a match then it returns the appropriate register number. In case of mismatch, function returns EFI_NOT_FOUND message.