10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Registers are truncated by DebuggerCore::set_state() #18

Closed 10110111 closed 9 years ago

10110111 commented 9 years ago

bitness branch: With 64-bit debuggee @ 32-bit EDB, any call to DebuggerCore::set_state() truncates upper 32 bits of GPRs.

10110111 commented 9 years ago

Fixed for debuggees which started from ELF64.