rizin/libr/debug/p/libgdbwrap
2013-07-24 08:58:10 +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 gdb 100% cpu and connect timeout bug in socket api 2013-07-24 08:58:10 +02:00
interface.c
Makefile * Fix build in OSX 2010-02-21 20:21:36 +01:00
README

/* 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