llvm-project/lldb/source/Plugins
Aidan Dodds 5f2d0c3c23 Fix THUMB function detection when function name is not prefixed.
Differential Revision: http://reviews.llvm.org/D10062

llvm-svn: 238433
2015-05-28 15:37:01 +00:00
..
ABI Handle aggregate return types in SysV-arm ABI 2015-05-21 13:44:40 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification 2015-05-21 00:27:01 +00:00
Instruction Fix write register context in EmulateInstructionARM::EmulateMOVRdRm 2015-05-28 15:09:45 +00:00
InstrumentationRuntime Fixed an issue with expressions that define types in the expression. We must currently touch the members of the struct in the right order or our ClangASTImporter::DeportType() will copy the resulting type into the target AST incorrectly. This is a work around for <rdar://problem/21049838> which the copy type issue so that it doesn't happen. 2015-05-21 00:26:58 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Add support for custom commands to set flags on themselves 2015-05-27 05:04:35 +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 Fix THUMB function detection when function name is not prefixed. 2015-05-28 15:37:01 +00:00
OperatingSystem Added XML to the host layer. 2015-05-26 18:00:51 +00:00
Platform Add thumb breakpoint for FreeBSD (currently disabled) 2015-05-28 13:06:09 +00:00
Process [NativeProcessLinux] Support inferiors which change their process group 2015-05-28 08:59:21 +00:00
SymbolFile Parse function name from DWARF DW_AT_abstract_origin 2015-05-27 09:43:44 +00:00
SymbolVendor Fix some logic where we used to have char arrays, but we now use std::string. Use the correctly API to detect if they are not empty. 2015-05-26 18:29:03 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Assembly profiler for mips32 2015-05-15 06:53:30 +00:00