NetBurner 3.5.0
PDF Version
 
gdbstub.h File Reference

NetBurner GDB Stub. More...

Go to the source code of this file.

Functions

Stub Initialization functions
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, and will stop immediately at a breakpoint. This function is best used during development to stop the system from executing questionable code at startup. It is also useful to control the system execution to debug startup and initialization code.
 
void InitGDBStubNoBreak (int port, int baudrate)
 Start the GDB stub and continue without stopping This function will start the GDB stub, and continue with normal program execution. This function is best used to debug a program that is operating correctly and has intermitant bugs or anomallies. The program will run as normal until you connect the debugger. Thus you can operate the program until one needs to debug it.
 

Detailed Description

NetBurner GDB Stub.