mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-02 01:22:02 +00:00

* Initial blind implementation of w32 debugger - r_cons now handles ^C in w32 console - not yet tested, just blind code typing * Implement 'dp' command to list processes (pids) - Implemented RDebugPid stuff - dp=394 # is used to attach - dp 0 # to list all attachable pids - dp # list current used pid * Added not-yet-implemented threads() callback in RDebugHandle * Fix r_list_free callback handler * Fix again the 'dr=' command :/ * Cleanup the help of 'd?' and 'dm', 'dp' * Use -O2 by default ?