[Lldb-commits] [PATCH] D26676: Patch for lldb bug 26322 “core load hangs”

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 17 04:04:24 PST 2016


labath added a comment.

I can't say we're being very consistent in enforcing it, but general llvm policy is for tests to go together with the changes.

I am curious, how do you go about creating these core files?

The core files I created were very tiny as I did not require any syscalls, so I could avoid linking libc. Here it sounds like you would need at least one (clone(2)). I am considering reimplementing the required clone(2) bits inline, but I am afraid that may end up being a bit hairy.


https://reviews.llvm.org/D26676





More information about the lldb-commits mailing list