llvm-project/lldb/source/Plugins/Process/Utility
Peter Collingbourne a67dd8fccc Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms,
and fix RegisterContextDarwin_x86_64.cpp build

RegisterContextDarwin_arm.cpp contains too much platform specific code
to easily fix.

llvm-svn: 135792
2011-07-22 19:13:02 +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
InferiorCallPOSIX.cpp Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function 2011-06-20 17:32:44 +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 Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, 2011-07-22 19:13:02 +00:00
RegisterContextDarwin_arm.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextDarwin_i386.cpp Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextDarwin_i386.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextDarwin_x86_64.cpp Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, 2011-07-22 19:13:02 +00:00
RegisterContextDarwin_x86_64.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextLLDB.cpp Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
RegisterContextLLDB.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
RegisterContextMacOSXFrameBackchain.cpp While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
RegisterContextMacOSXFrameBackchain.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
StopInfoMachException.cpp Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to 2011-05-23 18:04:09 +00:00
StopInfoMachException.h Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
UnwindLLDB.cpp Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
UnwindLLDB.h ABI plug-ins must implement the following pure virtual functions: 2011-05-24 23:06:02 +00:00
UnwindMacOSXFrameBackchain.cpp Allow the macosx frame backchain to use 32/64 bit as the selector when 2011-03-04 22:59:14 +00:00
UnwindMacOSXFrameBackchain.h Fixed issues with RegisterContext classes and the subclasses. There was 2011-01-06 22:15:06 +00:00