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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev