llvm-project/lldb/source/Plugins
Sagar Thakur ce815e4588 [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64
- Added support for read/write FP registers in FR1 mode.
    - Added 32 bit register context for mips32.

Reviewers: clayborg, tberghammer, jaydeep
Subscribers: emaste, nitesh.jain, bhushan, mohit.bhakkad, lldb-commits
Differential Revision: http://reviews.llvm.org/D10029

llvm-svn: 238914
2015-06-03 10:14:24 +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 Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Instruction [LLDB][MIPS] MIPS64 Branch instruction emulation for SW single stepping 2015-06-02 11:22:29 +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 Additional RenderScript debug features. 2015-06-01 18:23:41 +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 LLDB so that it can correctly track down dependent shared libraries that use @rpath. 2015-06-02 22:43:29 +00:00
OperatingSystem Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Platform [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +00:00
Process [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +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