radare2/libr/io
pancake 3f2677ab7f * Added initial untested support for native gdb debugger mode
- r2 -d gdb://<host>:<port>
  - register maps not yet implemented
  - some basic step/continue should work in cfg.debug=true
  - gdbwrap instance is shared between RIO and RDebug
* RDebug is now arch-sensitive
  - Plugins describe which architectures and register sizes are supported
  - Native debugger is restricted to local CPU
  - Remote debugger (GDB) arch can be specified with -e asm.arch=arm
* Fix some random warnings
* Move R_ASM_ARCH into R_SYS_ARCH
  - Helper functions to translate id to string and string to id
    are now in util/sys.c (r_util)
  - Move all R_SYS_* from r_util to r_types
    - Endianness, OS, CPU and regsize is now 'global'
2011-05-06 00:59:10 +02:00
..
p * Added initial untested support for native gdb debugger mode 2011-05-06 00:59:10 +02:00
t * Add RIOMap in r_core_file_open 2011-02-12 01:52:41 +01:00
cache.c * Fix r_io_redirect and debugger IO 2011-01-22 00:57:43 +01:00
desc.c * Implement rap:// remote radare protocol support 2011-02-05 00:20:28 +01:00
io.c * Use RList int io_sections 2011-04-19 14:43:48 +02:00
Makefile * Merge old w32 build fix 2010-08-08 19:03:51 +02:00
map.c * Implement S- command (remove sections) 2011-04-19 00:59:16 +02:00
plugin.c * Huge r_io refactoring 2011-01-20 22:52:16 +01:00
section.c * Use RList int io_sections 2011-04-19 14:43:48 +02:00
undo.c * Use RList int io_sections 2011-04-19 14:43:48 +02:00
undo.h * Change the name of some types 2009-07-08 13:49:55 +02:00