llvm-project/lldb/source/Plugins
Oleksiy Vyalov 6474721c10 Extend Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target.
http://reviews.llvm.org/D8306

llvm-svn: 232194
2015-03-13 18:44:56 +00:00
..
ABI Revert "Fix warnings found with clang-cl." 2015-02-25 19:52:41 +00:00
Disassembler Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
DynamicLoader Extend Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target. 2015-03-13 18:44:56 +00:00
Instruction UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression 2015-02-23 10:19:16 +00:00
InstrumentationRuntime Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Remember to set m_loaded_objc_opt once you've loaded the ObjC data 2015-03-06 20:57:17 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Remove "virtual" and add "override" to all functions that are overridden to quiet warnings. 2015-03-12 00:16:14 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Extend Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target. 2015-03-13 18:44:56 +00:00
Process Create NativeRegisterContext for android-arm64 2015-03-13 11:36:47 +00:00
SymbolFile Respect include_inlines when looking up functions in SymbolFileDWARF 2015-03-13 10:22:00 +00:00
SymbolVendor Reduce the number of components initialized by lldb-server to reduce static binary size. 2015-03-02 15:14:50 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Restore accidental deletion of header comment character 2015-03-04 01:29:18 +00:00