llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel
Greg Clayton dce502ede0 Fixed the Xcode project building of LLVM to be a bit more user friendly:
- If you download and build the sources in the Xcode project, x86_64 builds
  by default using the "llvm.zip" checkpointed LLVM.
- If you delete the "lldb/llvm.zip" and the "lldb/llvm" folder, and build the
  Xcode project will download the right LLVM sources and build them from 
  scratch
- If you have a "lldb/llvm" folder already that contains a "lldb/llvm/lib"
  directory, we will use the sources you have placed in the LLDB directory.
  
Python can now be disabled for platforms that don't support it. 

Changed the way the libllvmclang.a files get used. They now all get built into
arch specific directories and never get merged into universal binaries as this
was causing issues where you would have to go and delete the file if you wanted
to build an extra architecture slice.

llvm-svn: 143678
2011-11-04 03:34:56 +00:00
..
CommunicationKDP.cpp Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
CommunicationKDP.h Third round of code cleanups: 2011-08-19 01:14:49 +00:00
Makefile build: Fixup Darwin process plugin build for Makefiles. 2011-10-31 22:50:27 +00:00
ProcessKDP.cpp Modified all Process::Launch() calls to use a ProcessLaunchInfo structure 2011-11-03 21:22:33 +00:00
ProcessKDP.h Modified all Process::Launch() calls to use a ProcessLaunchInfo structure 2011-11-03 21:22:33 +00:00
ProcessKDPLog.cpp Fixed the logging output to be done consistently across all plug-ins. 2011-09-12 04:05:41 +00:00
ProcessKDPLog.h Fixed the comment lines in the file comment headers. 2011-07-15 18:02:58 +00:00
RegisterContextKDP_arm.cpp Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
RegisterContextKDP_arm.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextKDP_i386.cpp Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
RegisterContextKDP_i386.h Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
RegisterContextKDP_x86_64.cpp Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
RegisterContextKDP_x86_64.h Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
ThreadKDP.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
ThreadKDP.h Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00