wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Cannot modify values of cpu registers in register window #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run edb
2. Double-click on a register item in the register window
3. Repeat

What is the expected output? What do you see instead?
Expected output is an input window with the option to replace the current value 
of selected register item with desired value. Instead, nothing happens at all.

What version of the product are you using? On what operating system?
Running edb version 0.9.19, on Arch Linux i686.

Please provide any additional information below.
I am not getting any relevant debugging messages when double clicking the 
register items, no erorrs messages, warnings, etc. Only one message stating: 
'libpng warning: iCCP: known incorrect sRGB profile'. Not sure if this problem 
has something to do with Qt or not.

Original issue reported on code.google.com by ebrahim....@gmail.com on 25 Jul 2013 at 7:34

GoogleCodeExporter commented 9 years ago
The problem is non-existent in edb 0.9.18, however this version also seems to 
have a problem in which using the 'reference finder' plugin causes the program 
to crash. A downgrade to fix this issue would not be desirable.

Original comment by ebrahim....@gmail.com on 25 Jul 2013 at 8:12

GoogleCodeExporter commented 9 years ago
the primary issue mentioned in the report should be fixed in the latest SVN. 
I've been trying to implement the register view being provided by the debugger 
core (in order to better support remote debugging). It's not quite ready yet, 
so I've rolled back that code.

As for the reference finder issue. I will look into it. But I haven't seen any 
crash with it. Is it a hang? Or the program actually terminates?

If it's a hang, are you sure it simply isn't taking a long time?

Either way, please feel free to open a separate issue for the Reference Finder 
plugin as I will be closing this one.

Original comment by evan.teran on 26 Jul 2013 at 1:53

GoogleCodeExporter commented 9 years ago
Thank you, it works well now. The reference finder issue was for version 
0.9.18, and it was a complete crash altogether.

Original comment by ebrahim....@gmail.com on 26 Jul 2013 at 2:16