llvm-project/lldb/source/Plugins/Process/Utility
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
..
ARMDefines.h Remove asserts that will crash LLDB. These should be changed to return 2011-06-02 22:23:35 +00:00
ARMUtils.h When emulating an ill-formed instruction, we should bail out instead of asserting and bringing down the whole process. 2011-06-02 22:50:51 +00:00
DynamicRegisterInfo.cpp Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
DynamicRegisterInfo.h Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
InferiorCallPOSIX.cpp Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no 2011-08-25 19:38:34 +00:00
InferiorCallPOSIX.h Move inferior mmap/munmap call code into their own functions in utility lib 2011-06-03 20:40:38 +00:00
InstructionUtils.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RegisterContextDarwin_arm.cpp Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
RegisterContextDarwin_arm.h warnings: Fix several uses of trailing comma on enumeration extensions. 2011-10-31 22:50:41 +00:00
RegisterContextDarwin_i386.cpp warnings: Fix another place with extension warnings I somehow missed. 2011-10-31 23:38:30 +00:00
RegisterContextDarwin_i386.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextDarwin_x86_64.cpp warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. 2011-10-31 22:51:05 +00:00
RegisterContextDarwin_x86_64.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextLLDB.cpp Restructure the relationship between UnwindLLDB and the 2011-11-01 03:21:25 +00:00
RegisterContextLLDB.h Restructure the relationship between UnwindLLDB and the 2011-11-01 03:21:25 +00:00
RegisterContextMacOSXFrameBackchain.cpp Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
RegisterContextMacOSXFrameBackchain.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
RegisterContextMach_arm.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_arm.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_i386.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_i386.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_x86_64.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_x86_64.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMemory.cpp Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
RegisterContextMemory.h Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
StopInfoMachException.cpp SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00
StopInfoMachException.h Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as 2011-11-01 02:46:54 +00:00
ThreadMemory.cpp Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
ThreadMemory.h Added a new plug-in type: lldb_private::OperatingSystem. The operating system 2011-08-22 02:49:39 +00:00
UnwindLLDB.cpp Restructure the relationship between UnwindLLDB and the 2011-11-01 03:21:25 +00:00
UnwindLLDB.h Restructure the relationship between UnwindLLDB and the 2011-11-01 03:21:25 +00:00
UnwindMacOSXFrameBackchain.cpp Lock the Unwinder before accessing it. 2011-10-21 01:49:48 +00:00
UnwindMacOSXFrameBackchain.h Lock the Unwinder before accessing it. 2011-10-21 01:49:48 +00:00