Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Go to the source code of this file.
Functions | |
RZ_API RzDebugDesc * | rz_debug_desc_new (int fd, char *path, int perm, int type, int off) |
RZ_API void | rz_debug_desc_free (RzDebugDesc *p) |
RZ_API int | rz_debug_desc_open (RzDebug *dbg, const char *path) |
RZ_API int | rz_debug_desc_close (RzDebug *dbg, int fd) |
RZ_API int | rz_debug_desc_dup (RzDebug *dbg, int fd, int newfd) |
RZ_API int | rz_debug_desc_read (RzDebug *dbg, int fd, ut64 addr, int len) |
RZ_API int | rz_debug_desc_seek (RzDebug *dbg, int fd, ut64 addr) |
RZ_API int | rz_debug_desc_write (RzDebug *dbg, int fd, ut64 addr, int len) |
RZ_API int | rz_debug_desc_list (RzDebug *dbg, int rad) |
Definition at line 36 of file ddesc.c.
References rz_debug_desc_plugin_t::close, rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, and fd.
Definition at line 43 of file ddesc.c.
References rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, rz_debug_desc_plugin_t::dup, and fd.
Referenced by rz_cmd_debug().
RZ_API void rz_debug_desc_free | ( | RzDebugDesc * | p | ) |
Definition at line 20 of file ddesc.c.
Referenced by bsd_desc_list(), linux_desc_list(), and w32_desc_list().
Definition at line 71 of file ddesc.c.
References rz_debug_t::cb_printf, count, rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, free(), list(), rz_debug_desc_plugin_t::list, p, PFMT64x, rz_debug_t::pid, rz_list_purge(), RZ_PERM_R, and RZ_PERM_W.
Referenced by rz_cmd_debug().
Definition at line 8 of file ddesc.c.
References desc, fd, off, path, RZ_NEW, strdup(), and type.
Referenced by bsd_desc_list(), linux_desc_list(), and w32_desc_list().
Definition at line 29 of file ddesc.c.
References rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, rz_debug_desc_plugin_t::open, and path.
Definition at line 50 of file ddesc.c.
References addr, rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, fd, len, and rz_debug_desc_plugin_t::read.
Referenced by rz_cmd_debug().
Definition at line 57 of file ddesc.c.
References addr, rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, fd, and rz_debug_desc_plugin_t::seek.
Referenced by rz_cmd_debug().
Definition at line 64 of file ddesc.c.
References addr, rz_debug_t::cur, dbg, rz_debug_plugin_t::desc, fd, len, and rz_debug_desc_plugin_t::write.
Referenced by rz_cmd_debug().