llvm-project/lldb/source/Plugins/Process/Utility
Greg Clayton e0d378b334 Fixed the LLDB build so that we can have private types, private enums and
public types and public enums. This was done to keep the SWIG stuff from
parsing all sorts of enums and types that weren't needed, and allows us to
abstract our API better.

llvm-svn: 128239
2011-03-24 21:19:54 +00:00
..
ARMDefines.h Renamed macro definition of CPSR_C to be CPSR_C_POS to avoid confusions and subtle bugs. 2011-02-23 00:15:56 +00:00
ARMUtils.h Fix small bug in ThumbExpandImm_C; arguments to a call to 'bits' were 2011-03-24 21:11:26 +00:00
ArchDefaultUnwindPlan-x86.cpp LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
ArchDefaultUnwindPlan-x86.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
ArchVolatileRegs-x86.cpp LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
ArchVolatileRegs-x86.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
InstructionUtils.h Changed comments of some functions to be consistent with existing ones. 2011-02-12 01:01:40 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
RegisterContextLLDB.cpp Remove an assertion that was causing a crash. 2011-02-22 19:32:07 +00:00
RegisterContextLLDB.h Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
RegisterContextMacOSXFrameBackchain.cpp Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
RegisterContextMacOSXFrameBackchain.h Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
StopInfoMachException.cpp Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form 2011-02-23 00:35:02 +00:00
StopInfoMachException.h Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. 2010-08-04 01:40:35 +00:00
UnwindAssemblyProfiler-x86.cpp LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
UnwindAssemblyProfiler-x86.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
UnwindLLDB.cpp All UnwindPlan objects are now passed around as shared pointers. 2011-02-15 00:19:15 +00:00
UnwindLLDB.h Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +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