[Lldb-commits] [lldb] r248457 - execinfo.h isn't needed on Mac OS X for Host.mm.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 18:37:32 PDT 2015


Author: brucem
Date: Wed Sep 23 20:37:32 2015
New Revision: 248457

URL: http://llvm.org/viewvc/llvm-project?rev=248457&view=rev
Log:
execinfo.h isn't needed on Mac OS X for Host.mm.

Summary: This is no longer needed as this file no longer calls backtrace().

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13049

Modified:
    lldb/trunk/source/Host/macosx/Host.mm

Modified: lldb/trunk/source/Host/macosx/Host.mm
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/Host.mm?rev=248457&r1=248456&r2=248457&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/Host.mm (original)
+++ lldb/trunk/source/Host/macosx/Host.mm Wed Sep 23 20:37:32 2015
@@ -25,7 +25,6 @@
 
 #include <asl.h>
 #include <crt_externs.h>
-#include <execinfo.h>
 #include <grp.h>
 #include <libproc.h>
 #include <pwd.h>




More information about the lldb-commits mailing list