llvm-project/lldb/source/Plugins
Enrico Granata 1c5431af81 Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit
llvm-svn: 160208
2012-07-13 23:55:22 +00:00
..
ABI Removed unused variable to quiet a warning. 2012-07-11 22:18:46 +00:00
Disassembler/llvm <rdar://problem/11330621> 2012-05-10 02:52:23 +00:00
DynamicLoader <rdar://problem/11357711> 2012-07-07 01:24:12 +00:00
Instruction/ARM <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
LanguageRuntime Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches. 2012-07-10 01:22:15 +00:00
ObjectContainer <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
ObjectFile Blacklisted a UUID that is generated by OpenCL on 2012-07-12 18:04:03 +00:00
OperatingSystem/Darwin-Kernel Fix comment typeo. 2012-05-16 00:36:41 +00:00
Platform Make sure the module_uuid_ptr is non-NULL before checking whether its contents match the module's UUID. 2012-06-05 00:34:37 +00:00
Process Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit 2012-07-13 23:55:22 +00:00
SymbolFile <rdar://problem/11740973> 2012-07-12 22:51:12 +00:00
SymbolVendor/MacOSX Resolve source paths that start with ~ when doing substitutions. 2012-07-13 01:20:25 +00:00
UnwindAssembly Revert the change I committed yesterday, it caused a regression 2012-07-13 22:40:51 +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