llvm-project/lldb/source/Plugins
Johnny Chen 160ee8b43d Fix some warnings from static analyzer.
The initialization of 'replicated_element' to 0 is needed, otherwise we get a garbage value to start with.

llvm-svn: 137405
2011-08-12 01:10:45 +00:00
..
ABI
Disassembler/llvm Fixed an issue of wrong (by +2) branch target calculation in the disassembler's symbolic information output. 2011-08-03 04:50:37 +00:00
DynamicLoader Added the ability to remove orphaned module shared pointers from a ModuleList. 2011-08-11 02:48:45 +00:00
Instruction/ARM Fix some warnings from static analyzer. 2011-08-12 01:10:45 +00:00
LanguageRuntime Fix indentation for a log statement. 2011-08-09 23:26:20 +00:00
ObjectContainer Fixed an issue with parsing object files from .a archives. 2011-08-03 04:39:36 +00:00
ObjectFile Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Platform Fixed issues for iOS debugging where if a device has 2011-08-05 20:48:30 +00:00
Process Added the ability to remove orphaned module shared pointers from a ModuleList. 2011-08-11 02:48:45 +00:00
SymbolFile This is an overhaul of the expression parser code 2011-08-05 23:43:37 +00:00
SymbolVendor/MacOSX
UnwindAssembly
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00