[Lldb-commits] [lldb] r202061 - LLDB now handles DW_TAG_unspecified_parameters nested inside function prototypes and we now mark the function prototypes as being variadic.
Ed Maste
emaste at freebsd.org
Mon Feb 24 11:28:10 PST 2014
On 24 February 2014 13:53, Greg Clayton <gclayton at apple.com> wrote:
> Author: gclayton
> Date: Mon Feb 24 12:53:11 2014
> New Revision: 202061
>
> URL: http://llvm.org/viewvc/llvm-project?rev=202061&view=rev
> Log:
> LLDB now handles DW_TAG_unspecified_parameters nested inside function prototypes and we now mark the function prototypes as being variadic.
Thanks Greg.
I can confirm that this fixes the tests for me, when linking against a
gcc-built libc (which does have DW_TAG_unspecified_parameters).
More information about the lldb-commits
mailing list