[Lldb-commits] [lldb] r218594 - Included cstdarg for compilation of va_start and va_end.

Todd Fiala tfiala at google.com
Mon Sep 29 06:15:10 PDT 2014


Ah, thanks Matthew.  Sorry about that.

On Mon, Sep 29, 2014 at 12:12 AM, Matthew Gardiner <mg11 at csr.com> wrote:

> Author: mg11
> Date: Mon Sep 29 02:12:47 2014
> New Revision: 218594
>
> URL: http://llvm.org/viewvc/llvm-project?rev=218594&view=rev
> Log:
> Included cstdarg for compilation of va_start and va_end.
>
> Modified:
>     lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp
>
> Modified:
> lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp?rev=218594&r1=218593&r2=218594&view=diff
>
> ==============================================================================
> --- lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp
> (original)
> +++ lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp Mon
> Sep 29 02:12:47 2014
> @@ -16,6 +16,7 @@
>
>  #include "ThreadStateCoordinator.h"
>  #include <memory>
> +#include <cstdarg>
>
>  using namespace lldb_private;
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140929/c580f4b9/attachment.html>


More information about the lldb-commits mailing list