KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Functions
gdb.h File Reference

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.

Detailed Description

GNU Debugger support.

This file contains functions to set up and utilize GDB with KallistiOS.

Author:
Dan Potter

Function Documentation

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.