diff options
| author | Deepak Panickal <deepak@codeplay.com> | 2014-02-19 11:16:46 +0000 |
|---|---|---|
| committer | Deepak Panickal <deepak@codeplay.com> | 2014-02-19 11:16:46 +0000 |
| commit | 6d3df420d2db924b22ebffde76fb144d5fe41f15 (patch) | |
| tree | 79e22d32f460c1f2eb5428cb6b7c3f33a9271a4f /lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | |
| parent | 2274ba7716f2e5530c127f53a93cdb6b4811470c (diff) | |
| download | bcm5719-llvm-6d3df420d2db924b22ebffde76fb144d5fe41f15.tar.gz bcm5719-llvm-6d3df420d2db924b22ebffde76fb144d5fe41f15.zip | |
Initial patch for supporting Hexagon DSP
llvm-svn: 201665
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp')
| -rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp index 4e1d949d383..4b6026238bf 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp @@ -397,6 +397,8 @@ PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target, trap_opcode_size = sizeof(g_i386_breakpoint_opcode); } break; + case ArchSpec::eCore_hexagon_generic: + return 0; } if (bp_site->SetTrapOpcode(trap_opcode, trap_opcode_size)) |

