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