|
KallistiOS
2.0.0
|
GNU Debugger support. More...
#include <sys/cdefs.h>Go to the source code of this file.
Functions | |
| void | gdb_init () |
| Initialize the GDB stub. | |
| void | gdb_breakpoint () |
| Manually raise a GDB breakpoint. | |
GNU Debugger support.
This file contains functions to set up and utilize GDB with KallistiOS.
| void gdb_breakpoint | ( | ) |
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 | ( | ) |
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.
1.8.1.1