Ivan Sorokin

Results 5 issues of Ivan Sorokin

If I make address column too small and then close edb and then open it again, I get disassembly view that looks like this: ![disassembly-view-after-load](https://user-images.githubusercontent.com/286877/75096889-24057380-55b5-11ea-994e-cf23f31a5541.png) If I trace the values...

Leak sanitizer reports these leaks: ``` Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f5c95377d80 in operator new(unsigned long) (/nix/store/784rh7jrfhagbkydjfrv68h9x3g4gqmk-gcc-8.3.0-lib/lib/libasan.so.5+0xedd80) #1 0x7f5c7e695267 in HardwareBreakpointsPlugin::HardwareBreakpoints::stackContextMenu() /home/ivan/d/edb-debugger/plugins/HardwareBreakpoints/HardwareBreakpoints.cpp:253 #2 0x694aac...

I have perhaps quite unusual feature request. I would like edb to have automatic tests. I did some testing a while ago. I tested edb under valgrind, under address sanitizer...

This is more like a request for comments than a real pull request. Basically what I did is I passed QMenu* parent to all plugin functions that create menus. Full...

The code in array_macro.h assumed that definition of `_MSC_VER` macro implies that the traditional MSVC preprocessor is used. This is not always the case. Since VS 2017 15.8 MSVC offers...