[Lldb-commits] [PATCH] Fix Linux lldb local and remote debugging to respect the flag to disable ASLR.

Ed Maste emaste at freebsd.org
Sat Aug 16 17:06:09 PDT 2014


Looks fine, and now that we have a FreeBSD bot on the official buildmaster it's easy to keep top of the results.

================
Comment at: lldb.xcodeproj/project.pbxproj:955
@@ -954,1 +954,3 @@
 		236124A71986B50E004EFC37 /* Socket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Socket.h; path = include/lldb/Host/Socket.h; sourceTree = "<group>"; };
+		23AB052D199FF639003B8084 /* FreeBSDThread.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = FreeBSDThread.cpp; sourceTree = "<group>"; };
+		23AB052E199FF639003B8084 /* FreeBSDThread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FreeBSDThread.h; sourceTree = "<group>"; };
----------------
Thanks Todd - I'm playing around with the Xcode build now and just noticed this today.

http://reviews.llvm.org/D4941






More information about the lldb-commits mailing list