NetBurner 3.5.0
PDF Version
 
gdbstub.h
Go to the documentation of this file.
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
21#ifndef _GDB_MON_H
22#define _GDB_MON_H
23
24/*Functions:*/
25
41void InitGDBStub(int port, int baudrate);
42
54void InitGDBStubNoBreak(int port, int baudrate);
55
58#endif
59
60
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,...
void InitGDBStubNoBreak(int port, int baudrate)
Start the GDB stub and continue without stopping This function will start the GDB stub,...