mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
when resolving irtrees to values, promote register spaces -> containing process space; fixes pointer casts to register values
This commit is contained in:
@@ -11121,6 +11121,7 @@ rd_frame(void)
|
||||
ctx->thread_ip_vaddr = rip_vaddr;
|
||||
ctx->thread_ip_voff = rip_voff;
|
||||
ctx->thread_reg_space = rd_eval_space_from_ctrl_entity(thread, CTRL_EvalSpaceKind_Entity);
|
||||
ctx->thread_process_space= rd_eval_space_from_ctrl_entity(process, CTRL_EvalSpaceKind_Entity);
|
||||
ctx->thread_arch = thread->arch;
|
||||
ctx->thread_unwind_count = unwind_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user