llvm-project/lldb/source/Plugins
Greg Clayton 1eac0c729f Added support for the LC_ENCRYPTION_INFO load command.
llvm-svn: 155423
2012-04-24 03:06:13 +00:00
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. 2012-04-13 00:07:34 +00:00
DynamicLoader Fixed the ability to load multiple __LINKEDIT segments at the same address for darwin shared cache entries. Now when registering the load address of a section, the DynamicLoader objects can specify if they should warn or not. This will fix the ability to load the nlist entries for shared libraries in the darwin shared caches when no on disk representation is available for a shared library. 2012-04-16 21:01:30 +00:00
Instruction/ARM Make sure EmulateInstructionARM doesn't have to have "armv4", "armv6", "armv7" as the exact architecture name, the arch name can just start with any of these strings. We need to be able to recognize different variants that might come along and not fail to backtrace completely (which happens when we aren't able to find an architecture that matches) when we don't have exact matches. 2012-04-18 21:16:06 +00:00
LanguageRuntime We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to 2012-04-07 00:00:41 +00:00
ObjectContainer <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
ObjectFile Added support for the LC_ENCRYPTION_INFO load command. 2012-04-24 03:06:13 +00:00
OperatingSystem/Darwin-Kernel Trying to solve our disappearing thread issues by making thread list updates safer. 2012-04-10 00:18:59 +00:00
Platform Method name change to avoid further conflicts when merging from ToT to branches/lldb-platform-work. 2012-04-20 23:59:21 +00:00
Process Missed one place where the assert should have been in a #ifdef. Thanks Jason. 2012-04-20 00:08:56 +00:00
SymbolFile Added the ability to log a message with a backtrace when verbose logging is enabled to the Module class. Used this new function in the DWARF parser. 2012-04-23 22:55:20 +00:00
SymbolVendor/MacOSX <rdar://problem/8196933> 2012-03-15 21:01:31 +00:00
UnwindAssembly Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00