[lldb-dev] [PATCH] Host.cpp and RegisterContextLinux_x86_64.cpp fixes

Jai Menon jmenon86 at gmail.com
Sat Feb 5 13:51:36 PST 2011


Hello,

Patch 1 squashes these fixes into a single diff
- r124942 removed a sys/wait.h inclusion. This is incorrect for Linux.

- SetArch was removed which breaks the build on Linux.

- Linux doesn't support RTLD_FIRST so apply that mode conditionally.

Patch 2 fixes a missing include.

On an unrelated note, is there a git mirror of lldb? Would patches
created with git be okay?

-- 
Jai Menon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_host_cpp.patch
Type: text/x-patch
Size: 1505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110205/ea7194c6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_RegisterContextLinux_x86_64.patch
Type: text/x-patch
Size: 771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110205/ea7194c6/attachment-0001.bin>


More information about the lldb-dev mailing list