llvm-project/lldb/source/Plugins
Oleksiy Vyalov dd778ca6b5 Add check for non-null log instance in PlatformAndroid.
llvm-svn: 276303
2016-07-21 17:03:25 +00:00
..
ABI Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
Disassembler Fix a memory leak in InstructionLLVMC where it held onto a strong reference to the DisassemblerLLVMC which in turn had a vector of InstructionSP causing the strong cycle. This is fixed now. 2016-06-07 22:56:40 +00:00
DynamicLoader Add a new DynamicLoader plugin that uses SPI that are in development 2016-07-21 08:30:55 +00:00
ExpressionParser Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
Instruction [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions 2016-06-23 06:40:37 +00:00
InstrumentationRuntime In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of the expression we're evaluating. 2016-07-06 11:46:20 +00:00
JITLoader [JITLoaderGDB] Read jit entry struct manually. 2016-03-23 23:27:23 +00:00
Language Fix an issue where the libc++ std::list formatter wasn't recognizing the new memory layout correctly 2016-07-19 23:50:31 +00:00
LanguageRuntime Fix an issue where LLDB would detect an empty shared cache - which is legitimate albeit suboptimal - and warn about being unable to fetch ObjC class information, even though class data was actually properly loaded from the dynamic hashmap 2016-07-21 00:13:40 +00:00
MemoryHistory In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of the expression we're evaluating. 2016-07-06 11:46:20 +00:00
ObjectContainer remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
ObjectFile Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
OperatingSystem second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Platform Add check for non-null log instance in PlatformAndroid. 2016-07-21 17:03:25 +00:00
Process Unify process launching code on linux 2016-07-21 14:54:03 +00:00
ScriptInterpreter Add a default-value bool flag pretty_print to the StructuredData Dump methods. 2016-07-20 03:49:02 +00:00
SymbolFile Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
SymbolVendor Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
SystemRuntime Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
UnwindAssembly Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue. 2016-06-07 23:19:00 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00