Rizin
unix-like reverse engineering framework and cli tools
gdbr_common.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
#ifndef GDBR_COMMON_H_
5
#define GDBR_COMMON_H_
6
7
#include "
libgdbr.h
"
8
9
int
handle_qSupported
(
libgdbr_t
*
g
);
10
17
int
send_msg
(
libgdbr_t
*
g
,
const
char
*
msg
);
18
24
int
send_ack
(
libgdbr_t
*
g
);
25
26
#endif
// GDBR_COMMON_H_
g
struct @667 g
send_msg
int send_msg(libgdbr_t *g, const char *msg)
Function sends a message to the remote gdb instance.
Definition:
common.c:146
handle_qSupported
int handle_qSupported(libgdbr_t *g)
Definition:
common.c:12
send_ack
int send_ack(libgdbr_t *g)
Functions sends a single ack ('+')
Definition:
common.c:130
libgdbr.h
msg
static struct sockaddr static addrlen static backlog const void msg
Definition:
sfsocketcall.h:119
libgdbr_t
Definition:
libgdbr.h:159
subprojects
rzgdb
include
gdbr_common.h
Generated by
1.9.1