https://bugs.winehq.org/show_bug.cgi?id=52252
Bug ID: 52252 Summary: IDA Pro 7.2 debugger fails to attach to a process. Product: Wine Version: 6.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lorenzofer@live.it Regression SHA1: a041075cd2c26874757e0b6e1449c23c1326241c Distribution: ArchLinux
Commit commit a041075cd2c26874757e0b6e1449c23c1326241c Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 2 09:59:49 2021 +0100
makefiles: Support per-platform values for EXTRADLLFLAGS.
Signed-off-by: Alexandre Julliard julliard@winehq.org
Is causing IDA Pro Debugger to not being able to attach to a process under a Wow64 envorionment (I'm trying to debug a 32bit process using 32bit ida in a WoW64 prefix).
Reverting this commit and forcing a make clean, configure, make for 32 an 64 builds solve the issue.