summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/tools/debug_c/serial_gdb.h
blob: 48367263a18086e934f20af95f68cafab01b27bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*  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