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

* Added 'dsl' command to step until next meta information line is reached. * Display file:line with context 5 with 'CL' command - Fix r_file_slurp_line * Added 'dcu' command to continue until an address - bp,dc,bp- * Added dbg.swstep to configure stepping debugger algorithm * Add file.type. fixes warning. Defined by rabin2 * Load rabin2 in va format when debug or va modes are enabled * Ask to kill the child before quitting * cmd_quit is no longer calling 'exit'. - Returns R_CORE_CMD_EXIT (-2) - Return value can be captured at core->num.value * Implement native kill as a debugger callback * cmd.visual is now cmd.vprompt * Add r_debug_reg_{get|set} - Handle register name aliases - Works only with ut64 type * 'dr:eax' is now 'dr?eax' * Lot of random syntax cleanups