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 
13 
14 #endif // GDBCLIENT_XML_H
struct @667 g
static void list(RzEgg *egg)
Definition: rz-gg.c:52
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
int gdbr_read_processes_xml(libgdbr_t *g, int pid, RzList *list)
Definition: xml.c:474
int gdbr_read_target_xml(libgdbr_t *g)
Definition: xml.c:460