NetBurner 3.5.8
PDF Version
Toggle main menu visibility
gdbstub.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
9
20
21
#ifndef _GDB_MON_H
22
#define _GDB_MON_H
23
24
/*Functions:*/
25
29
41
void
InitGDBStub
(
int
port,
int
baudrate);
42
54
void
InitGDBStubNoBreak
(
int
port,
int
baudrate);
55
57
58
#endif
59
InitGDBStub
void InitGDBStub(int port, int baudrate)
Start the GDB stub and then immediately stop at a break point This function will start the GDB stub,...
InitGDBStubNoBreak
void InitGDBStubNoBreak(int port, int baudrate)
Start the GDB stub and continue without stopping This function will start the GDB stub,...
nbrtos
include
gdbstub.h
Generated by
1.18.0