<div dir="ltr">Hi all,<div><br></div><div style>I've changed the Makefiles around to compile the debugserver binary using them.</div><div style>I moved debugserver.cpp and debugserver-entitlements.plist from source/... onto driver/... and created a makefile there that will create the debugserver tool and sign it (Not with the correct signature for now, but I have a patch for llvm's makefiles to correct it).</div>
<div><br></div><div style>I fixed the references I could find for those two files in the Xcode project file (both on the project files and on the entitlements for debugserver on iOS).</div><div><br></div><div style>I brought in <a href="http://generate-vers.pl">generate-vers.pl</a> from lldb/scripts to create debugserver_vers.c for Mac OS X (we could in the future abstract the script and keep only one copy, or use the same version numbering as clang and lldb-linux).</div>
<div style><br></div><div style>I also added Makefiles for the subdirectories under debugserver/source, of course.</div><div style><br></div><div style>Apple folks: Could you check out the xcodeproj files and confirm that everything is okay with you?</div>
<div style>Linux/FreeBSD/others: Please test it to see what changes may be needed to not break the build. I'm thinking about only including debugserver in DIRS if uname -s is Darwin.</div><div style><br></div><div style>
Thanks,</div><div><br clear="all"><div>  Filipe<br></div>
</div></div>