|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Interface for using the GNU Debugger More...
Files | |
| file | gdb.h |
| GNU Debugger support. | |
Functions | |
| void | gdb_init (void) |
| Initialize the GDB stub. | |
| void | gdb_breakpoint (void) |
| Manually raise a GDB breakpoint. | |
Interface for using the GNU Debugger
| void gdb_breakpoint | ( | void | ) |
Manually raise a GDB breakpoint.
This function manually raises a GDB breakpoint at the current location in the code, allowing you to inspect things with GDB at the point where the function is called.
| void gdb_init | ( | void | ) |
Initialize the GDB stub.
This function initializes GDB support. It should be the first thing you do in your program, when you wish to use GDB for debugging.