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 
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_
struct @667 g
int send_msg(libgdbr_t *g, const char *msg)
Function sends a message to the remote gdb instance.
Definition: common.c:146
int handle_qSupported(libgdbr_t *g)
Definition: common.c:12
int send_ack(libgdbr_t *g)
Functions sends a single ack ('+')
Definition: common.c:130
static struct sockaddr static addrlen static backlog const void msg
Definition: sfsocketcall.h:119