[lldb-dev] [Bug 23718] New: LLDB chooses MacOSX-i386 ABI for debugging the applications compiled for Linux i686 Systems
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 1 02:51:54 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23718
Bug ID: 23718
Summary: LLDB chooses MacOSX-i386 ABI for debugging the
applications compiled for Linux i686 Systems
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: abhiinnitald at gmail.com
Reporter: abhiinnitald at gmail.com
CC: lldb-dev at cs.uiuc.edu
Classification: Unclassified
While debugging the applications compiled for Linux i686 Platform, LLDB wrongly
chooses the ABI of MacOSX-i386.
This problem was encountered in the following use case scenario:
An application was compiled using gcc-4.8 for i386 Architecture and was run on
Ubuntu 14.04 x86_64 machine. LLDB chose MacOSX-i386 ABI in this case.
Comment: No matter which target OS the application runs on, LLDB always chose
MacOSX-i386 ABI for i386 target architecture.
* I will submit a patch to fix it if someone confirms this as a bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150601/5e8a2851/attachment.html>
More information about the lldb-dev
mailing list