gdbserial.h File Reference

GDB remote debugging over serial. More...

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER)
struct gdb_transportgdbserial_configure (void)
 Set up the serial transport.


Detailed Description

GDB remote debugging over serial.

Definition in file gdbserial.h.


Function Documentation

FILE_LICENCE ( GPL2_OR_LATER   ) 

struct gdb_transport* gdbserial_configure ( void   )  [read]

Set up the serial transport.

Return values:
transport suitable for starting the GDB stub or NULL on error

Definition at line 44 of file gdbserial.c.

00044                                                    {
00045         return &serial_gdb_transport;
00046 }


Generated on Tue Apr 6 20:01:50 2010 for gPXE by  doxygen 1.5.7.1