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_c/] [serial_gdb.h] - Blame information for rev 773

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

Line No. Rev Author Line
1 30 unneback
/*  serial_gdb.h
2
 *
3
 *  Interface to invoke and initialize GDB support.
4
 *
5
 */
6
 
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
 
11
void init_serial_gdb( void );
12
 
13
#define breakpoint() asm("int $3")
14
 
15
#ifdef __cplusplus
16
}
17
#endif
18
 

powered by: WebSVN 2.1.0

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