KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

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.
 

Detailed Description

Interface for using the GNU Debugger

Function Documentation

◆ gdb_breakpoint()

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.

Referenced by main().

◆ gdb_init()

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.

Referenced by main().