]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
[mirror_edk2.git] / EmbeddedPkg / Library / GdbDebugAgent / Arm / Processor.c
index d3c050499a302fb2f9155649bc8f669ab4429122..e6aabf940a9bf07dceb1bff2450e6408a637eabb 100755 (executable)
@@ -210,7 +210,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
@@ -240,7 +240,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
@@ -390,7 +390,7 @@ WriteGeneralRegisters (
 \r
 \r
 \r
-/** ‘c [addr ]’ \r
+/**\r
  Continue. addr is Address to resume. If addr is omitted, resume at current \r
  Address.\r
  \r