mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
do not prohibit same-rips from stopping unwinds
This commit is contained in:
@@ -3142,8 +3142,7 @@ ctrl_unwind_from_thread(Arena *arena, CTRL_EntityStore *store, CTRL_Handle threa
|
|||||||
unwind.flags |= step.flags;
|
unwind.flags |= step.flags;
|
||||||
if(step.flags & CTRL_UnwindFlag_Error ||
|
if(step.flags & CTRL_UnwindFlag_Error ||
|
||||||
regs_rsp_from_arch_block(arch, regs_block) == 0 ||
|
regs_rsp_from_arch_block(arch, regs_block) == 0 ||
|
||||||
regs_rip_from_arch_block(arch, regs_block) == 0 ||
|
regs_rip_from_arch_block(arch, regs_block) == 0)
|
||||||
regs_rip_from_arch_block(arch, regs_block) == rip)
|
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user