summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 15:27:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 15:27:07 +0000
commitefdfd48add0e7f5549ce99a3cabf6aed9f170230 (patch)
tree396c3c8ae3a969c7fe1b1d3f334e4b2bc442ff37 /c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
parentWhitespace removal. (diff)
downloadrtems-efdfd48add0e7f5549ce99a3cabf6aed9f170230.tar.bz2
Whitespace removal.
Diffstat (limited to 'c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c')
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
index 9b16f94db8..f88ab9b6e1 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c
@@ -118,7 +118,7 @@
* As an example, "0* " means the same thing as "0000".
*
*******************************************************************************/
-
+
#include <string.h>
#include <signal.h>
@@ -255,7 +255,7 @@ static struct z0break z0break_arr[BREAKNUM];
static struct z0break *z0break_avail = NULL;
static struct z0break *z0break_list = NULL;
-
+
/*
* Convert an int to hex.
*/
@@ -334,7 +334,7 @@ mem2hex (void *_addr, int length, char *buf)
return (buf);
}
-
+
/*
* Convert a hex character to an int.
*/
@@ -531,7 +531,7 @@ bin2mem (
return mem;
}
-
+
/*
* Scan the input stream for a sequence for the form $<data>#<checksum>.
*/
@@ -649,7 +649,7 @@ putpacket (char *buffer)
while (getAck () != '+');
}
-
+
/*
* Saved instruction data for single step support
*/
@@ -808,7 +808,7 @@ doSStep (void)
return;
}
-
+
/*
* Translate the R4600 exception code into a Unix-compatible signal.
*/
@@ -917,7 +917,7 @@ void gdb_stub_report_exception_info(
*optr++ = '\0';
}
-
+
/*
* Scratch frame used to retrieve contexts for different threads, so as