]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/GdbStub/Arm/Processor.c
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
[mirror_edk2.git] / EmbeddedPkg / GdbStub / Arm / Processor.c
index 7626f5df52215e9621c41d621015162c80e11162..2d33d97290fc516c60846c7c3c9c244ef37fc602 100644 (file)
@@ -195,7 +195,7 @@ BasicReadRegister (
 }\r
 \r
 \r
-/** ‘p n’ \r
+/**\r
  Reads the n-th register's value into an output buffer and sends it as a packet \r
  @param   SystemContext   Register content at time of the exception\r
  @param   InBuffer      Pointer to the input buffer received from gdb server\r
@@ -225,7 +225,7 @@ ReadNthRegister (
 }\r
 \r
 \r
-/** ‘g’ \r
+/**\r
  Reads the general registers into an output buffer  and sends it as a packet \r
  @param   SystemContext     Register content at time of the exception\r
  **/\r
@@ -452,7 +452,7 @@ RemoveSingleStep (
 \r
 \r
 \r
-/** ‘c [addr ]’ \r
+/**\r
  Continue. addr is Address to resume. If addr is omitted, resume at current \r
  Address.\r
  \r