rizin/libr/debug/p/libgdbwrap
pancake/imac dfd884db74 * Initial steps to make osx-ppc debugger work
- Use 'asm.arch=ppc' in POWERPC by default
  - Added r_io_mach for MACH microkernel debugging
    - Compiled as static plugin by default
  - Added darwin mach/ptrace stuff in debug_native
  - Very ugly code.. needs some refactoring
  - Add powerpc-OSX registers description map
  - Added temporally .h files in debug/p/native
* Display verboser version message with 'r2 -V'
* More linking issues fixed for OSX
* Build gdbwrap debugger plugin
  - Not yet usable
* Added R_SYS_OS R_SYS_ARCH and R_SYS_ENDIAN strings
* Deprecate DEBUGGER variable
2010-02-22 02:42:29 +01:00
..
include * Fix build in OSX 2010-02-21 20:21:36 +01:00
client.c * Initial steps to make osx-ppc debugger work 2010-02-22 02:42:29 +01:00
gdbwrapper.c * Fix build in OSX 2010-02-21 20:21:36 +01: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