URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [tools/] [debug_c/] [serial_gdb.h] - Rev 773
Go to most recent revision | Compare with Previous | Blame | View Log
/* serial_gdb.h * * Interface to invoke and initialize GDB support. * */ #ifdef __cplusplus extern "C" { #endif void init_serial_gdb( void ); #define breakpoint() asm("int $3") #ifdef __cplusplus } #endif
Go to most recent revision | Compare with Previous | Blame | View Log