Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
Qt Creator 1.3.85 (2.0.0-rc1)
Description
When rebuilding debugging helper on Mac, the resulted dylib does not have the same architectures as the installed Qt.
For example, the binary package of 4.7.0beta1 contains both x86 and x86_64 architectures. When rebuilding the debugging helper on OS X 10.5.8 with a Mac Pro, the resulted "libgdbmacros.1.0.0.dylib" contains only x86 code:
mac-pro$ file /Applications/Qt\ Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.1.0.0.dylib
/Applications/Qt Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.1.0.0.dylib: Mach-O dynamically linked shared library i386
This makes really hard to debug 64-bit code.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-3996 Can not build debugger helper with Qt 4.7.2 PPC+x86 UB install
-
- Closed
-