OpenOCD
Main Page
Related Pages
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
Functions
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
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
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
z
Typedefs
a
c
e
j
l
n
r
s
t
u
v
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
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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
z
ipdbg.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/* Copyright (C) 2020 by Daniel Anselmi <danselmi@gmx.ch> */
3
4
#ifndef OPENOCD_IPDBG_IPDBG_H
5
#define OPENOCD_IPDBG_IPDBG_H
6
7
#include <
helper/command.h
>
8
9
int
ipdbg_register_commands
(
struct
command_context
*cmd_ctx);
10
int
ipdbg_server_free
(
void
);
11
12
#endif
/* OPENOCD_IPDBG_IPDBG_H */
command.h
ipdbg_register_commands
int ipdbg_register_commands(struct command_context *cmd_ctx)
Definition:
ipdbg.c:1155
ipdbg_server_free
int ipdbg_server_free(void)
Definition:
ipdbg.c:780
command_context
Definition:
command.h:52
src
server
ipdbg.h
Generated by
1.9.1