OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [tools/] [debug_ada/] [serial_debug.ads] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
--  This package allows one to easily add serial debugging support to any
2
--  Ada program by simply adding "with Serial_Debug; use Serial_Debug".
3
--  Debugging will be automatically initialized when the program is run,
4
--  and it should be possible to interrupt the running program from ddd/gdb.
5
--
6
--  Additionally, one can place explicit breakpoints for the debugger using
7
--  the procedure Breakpoint
8
 
9
package Serial_Debug is
10
 
11
   procedure Breakpoint;
12
 
13
private
14
 
15
   pragma Inline (Breakpoint);
16
 
17
end Serial_Debug;

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.