summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-01 17:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-01 17:40:16 +0000
commit8986eb3674f73ce5343160273e23faed563a786e (patch)
tree4daa817c7676074a4025713700435d36b13bb5a6 /c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads
parentAdd config.h.in (diff)
downloadrtems-8986eb3674f73ce5343160273e23faed563a786e.tar.bz2
Remove (Abandoned).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads b/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads
deleted file mode 100644
index d645ca52c5..0000000000
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/debug_ada/serial_debug.ads
+++ /dev/null
@@ -1,17 +0,0 @@
--- This package allows one to easily add serial debugging support to any
--- Ada program by simply adding "with Serial_Debug; use Serial_Debug".
--- Debugging will be automatically initialized when the program is run,
--- and it should be possible to interrupt the running program from ddd/gdb.
---
--- Additionally, one can place explicit breakpoints for the debugger using
--- the procedure Breakpoint
-
-package Serial_Debug is
-
- procedure Breakpoint;
-
-private
-
- pragma Inline (Breakpoint);
-
-end Serial_Debug;