[Lldb-commits] [PATCH] fix for Linux build

Dragos Tatulea dragos.tatulea at gmail.com
Tue Oct 11 02:32:47 PDT 2011


On Tue, Oct 11, 2011 at 4:28 AM, Greg Clayton <gclayton at apple.com> wrote:

> Dawn, we shouldn't have to disable the PECOFF object file parser for linux.
> All of the symbol parsers need to work on all of the systems. I am guessing
> a Makefile might be missing in the PECOFF directory. The correct fix would
> be to add a Makefile similar to ones in the other object file parser
> directories.
>
> In LLDB, all plug-ins should be able to run on all systems, except for the
> native debugging plug-ins like ProcessLinux. The DynamicLoaderLinuxDYLD
> plug-in should be left enabled as well if possible on other systems as long
> as no system header files are being used, and if they are, these header
> dependencies should be fixed.
>
> If you or anyone else on linux can try and get the ObjectFilePECOFF plug-in
> building by adding a Makefile, that would be great!
>
> Patch in attachment.

Thanks,
Dragos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20111011/44794d8f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_pecoff_enable_linux.patch
Type: text/x-patch
Size: 2768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20111011/44794d8f/attachment.bin>


More information about the lldb-commits mailing list