ARM, SOS: Fix fail to load libsos.so while debugging with lldb
authorSaeHie Park <saehie.park@samsung.com>
Fri, 22 Apr 2016 06:36:28 +0000 (15:36 +0900)
committerSaeHie Park <saehie.park@samsung.com>
Tue, 26 Apr 2016 23:25:55 +0000 (08:25 +0900)
commit8c808737cacc0a361186022a25915701b64c7ab4
tree4f9be87bf3bf41410f8320ffd1acac0e95f8a019
parent1ccd82e8ef39f3259888543905d1f40399037248
ARM, SOS: Fix fail to load libsos.so while debugging with lldb

Related issue: #4428
With minor fix for ARM compile in SOS

ARM: Fix ARM-Linux in SOS with lldb

Fix ARM architecture type in SOS so that it works for ARM-Linux.
Before this patch, lldb stops with architecture not supported.
SOS ARM-Linux works with LLDB-3.8 and higher.
Actual SOS commands for ARM may need testing and fixing.
src/ToolBox/PdbTypeMatch/PdbTypeMatch.cpp
src/ToolBox/SOS/Strike/CMakeLists.txt
src/ToolBox/SOS/Strike/datatarget.cpp
src/ToolBox/SOS/Strike/disasm.h
src/ToolBox/SOS/Strike/disasmARM.cpp
src/ToolBox/SOS/Strike/util.cpp
src/ToolBox/SOS/lldbplugin/inc/lldbservices.h
src/ToolBox/SOS/lldbplugin/services.cpp
src/debug/daccess/datatargetadapter.cpp