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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [tools/] [debug_ada/] [serial_debug.ads] - Blame information for rev 609

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
--  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.