llvm-project/lldb/source/Plugins
Ed Maste 04a8bab047 Support mips shared object debug info
MIPS's .dyanamic section is read-only.  Instead of using DT_DEBUG for
the pointer to dyld information it uses a separate tag DT_MIPS_RLD_MAP
which points to storage in the read-write .rld_map section, which in
turn points to the dyld information.

Review: http://llvm-reviews.chandlerc.com/D1890
llvm-svn: 192408
2013-10-11 01:16:08 +00:00
..
ABI Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Disassembler Add definitions for "armv6m", which indicates a Cortex-M0 processor. 2013-09-27 23:21:54 +00:00
DynamicLoader POSIX dyld: handle extra MIPS link map field 2013-10-10 16:09:31 +00:00
Instruction Correct typo: Intructions -> Instructions 2013-10-04 19:01:18 +00:00
LanguageRuntime Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ObjectContainer Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ObjectFile Support mips shared object debug info 2013-10-11 01:16:08 +00:00
OperatingSystem Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Platform Add definitions for "armv6m", which indicates a Cortex-M0 processor. 2013-09-27 23:21:54 +00:00
Process Support mips shared object debug info 2013-10-11 01:16:08 +00:00
SymbolFile Made all other "operator bool"s explicit and ensured 2013-10-04 21:35:29 +00:00
SymbolVendor Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile SymbolVendor/ELF is actually referenced by default by lib/Makefile on all 2013-09-18 16:33:12 +00:00