iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
include
ipxe
gdbserial.h
Go to the documentation of this file.
1
#ifndef _IPXE_GDBSERIAL_H
2
#define _IPXE_GDBSERIAL_H
3
4
/** @file
5
*
6
* GDB remote debugging over serial
7
*
8
*/
9
10
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
11
12
#include <
stdint.h
>
13
14
struct
gdb_transport
;
15
16
extern
struct
gdb_transport
*
gdbserial_configure
(
unsigned
int
port
,
17
unsigned
int
baud,
18
uint8_t
lcr );
19
20
#endif
/* _IPXE_GDBSERIAL_H */
port
u8 port
Port number.
Definition:
CIB_PRM.h:31
uint8_t
unsigned char uint8_t
Definition:
stdint.h:10
stdint.h
gdbserial_configure
struct gdb_transport * gdbserial_configure(unsigned int port, unsigned int baud, uint8_t lcr)
Definition:
gdbserial.c:108
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
gdb_transport
A transport mechanism for the GDB protocol.
Definition:
gdbstub.h:20
Generated by
1.8.15