Rizin
unix-like reverse engineering framework and cli tools
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