hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton 218b3b9ac5 LLDB needs to be able to handle DW_AT_GNU_dwo_name that are relative to the DW_AT_comp_dir when using -gmodules with DWARF in .o files on darwin.
<rdar://problem/26590227> 

llvm-svn: 271545
2016-06-02 17:22:42 +00:00
..
ABI [LLDB][MIPS] Fix floating point handling in case of thread step-out 2016-05-24 14:52:50 +00:00
Disassembler remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
DynamicLoader second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
ExpressionParser Removed the m_decl_objects map from ClangASTContext. 2016-05-23 18:30:59 +00:00
Instruction Fix ARM instruction emulation tests on big-endian systems 2016-04-14 14:34:19 +00:00
InstrumentationRuntime [tsan] Prefer mangled name looking up variable declaration for racy address 2016-06-01 21:32:45 +00:00
JITLoader [JITLoaderGDB] Read jit entry struct manually. 2016-03-23 23:27:23 +00:00
Language Fix JavaArraySyntheticFrontEnd for non-reference ValueObject. 2016-06-02 00:45:38 +00:00
LanguageRuntime Don't cache the stret/vrs. non-stret code pointer as static data in the runtime. 2016-05-26 23:49:49 +00:00
MemoryHistory second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
ObjectContainer remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
ObjectFile Small further refinement to the check in ObjectFileMachO::ParseSymtab 2016-05-26 04:22:47 +00:00
OperatingSystem second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Platform remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Process Implement ProcessInfo::Dump(), log gdb-remote stub launch 2016-05-31 18:32:20 +00:00
ScriptInterpreter Don't crash when OS plug-in returns None from any of the functions we might call. 2016-05-16 20:07:38 +00:00
SymbolFile LLDB needs to be able to handle DW_AT_GNU_dwo_name that are relative to the DW_AT_comp_dir when using -gmodules with DWARF in .o files on darwin. 2016-06-02 17:22:42 +00:00
SymbolVendor Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
SystemRuntime remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
UnwindAssembly Stack unwinding emulation: handle adjustment of FP 2016-02-19 10:59:25 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00