=== 1.5.2 === 2010-05-21 short log * Documentate how to redirect stdio of debugged process * Implement 'dbg.procpidmem' eval variable > e dbg.procpidmem=true # to test - as false by default - Uses /proc/${pid}/mem instead of ptrace() to read memory - it's 25% faster. Thanks erg0t and mobi * Fix kill(-1) Thanks astralia for reporting! * Fix darwin build issue noticed by NIX hydra build farm * Add rsc adict documentation from x86ref * Minor fixes for w32 * Fix 'pd' - show N rows, not N bytes * Add 'Sa' command to display only the current section - Sa @ 0x0848040 * Fix dwarf-addrs system() call * config.interrupted is not volatile sig_atomic_t - The C standard says that all variables accessed from a signal must be volatile and sig_atomic_t. * Fix help message in cx and cf commands * Remove useless '%' in at? help message * Fix segmentation fault related to analyze + flags - Do not use console flood protection when code analyzing - Clean up some warnings in analyze.c * Remove message about 'waf will replace acr'.. - And thats not going to happen :) * Fix imports resolution in dietpe * Apply patch from Stefan Kuttler fixing 'rsc fds' in FreeBSD * Added 'won' operation to negate all bits of current block (same as wox ff) * Remove wrong flag "entry" * Apply skurz0's patch fixing relative branches in 8051 CPU * Fix winedbg plugin - Accept !regs* and not only !reg* - Disable file analysis on open - Raw commands are sent via != instead of !! * Fix segfault in Visual mode * Only dm_map_file in mach0 * Initial import of the windbg api - Does not yet compiles or works, but it's just a draft :) * use python25 instead of python as plugin name for 2.5