KallistiOS
##version##
|
GNU Debugger support. More...
#include <sys/cdefs.h>
Go to the source code of this file.
Functions | |
void | gdb_init () |
Initialize the GDB stub. More... | |
void | gdb_breakpoint () |
Manually raise a GDB breakpoint. More... | |
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.