Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
l
m
o
p
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
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
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
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
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
xml.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2014 defragger <rlaemmert@gmail.com>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
/* For handling parsing xml from gdbserver */
5
6
#ifndef GDBCLIENT_XML_H
7
#define GDBCLIENT_XML_H
8
9
#include "
libgdbr.h
"
10
11
int
gdbr_read_target_xml
(
libgdbr_t
*
g
);
12
int
gdbr_read_processes_xml
(
libgdbr_t
*
g
,
int
pid
,
RzList
*
list
);
13
14
#endif
// GDBCLIENT_XML_H
g
struct @667 g
libgdbr.h
list
static void list(RzEgg *egg)
Definition:
rz-gg.c:52
pid
static static fork const void static count static fd const char const char static newpath char char char static envp time_t static t const char static mode static whence const char static dir time_t static t unsigned static seconds const char struct utimbuf static buf static inc pid
Definition:
sflib.h:64
libgdbr_t
Definition:
libgdbr.h:159
rz_list_t
Definition:
rz_list.h:18
gdbr_read_processes_xml
int gdbr_read_processes_xml(libgdbr_t *g, int pid, RzList *list)
Definition:
xml.c:474
gdbr_read_target_xml
int gdbr_read_target_xml(libgdbr_t *g)
Definition:
xml.c:460
subprojects
rzgdb
include
gdbclient
xml.h
Generated by
1.9.1