radare2/libr/debug/p/libgdbwrap
2012-09-27 19:35:19 +02:00
..
include * Initial support for Android NDK build (fix build) 2011-09-25 06:57:13 +02:00
client.c * Generic gdb remote support 2011-04-07 20:49:05 +02:00
gdbwrapper.c Fix warnings and refactor 'p' subcommands (pw -> pxw ..) 2012-09-27 19:35:19 +02:00
interface.c * Initial import of the 'configure-plugins' script 2010-01-13 23:42:49 +01:00
Makefile * Fix build in OSX 2010-02-21 20:21:36 +01:00
README * Initial import of the 'configure-plugins' script 2010-01-13 23:42:49 +01:00

/* This code has been leeched from the ERESI project */

This is a hacked/stripped-down version of the original libgdbwrap from eresi.

gdbserver 0.0.0.0:9999 /bin/ls
./client 127.0.0.1 9999

type make sync to keep in sync with eresi