<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB is broken on arm-linux-gnu-eabihf"
href="https://bugs.llvm.org/show_bug.cgi?id=41706">41706</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>LLDB is broken on arm-linux-gnu-eabihf
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>omair.javaid@linaro.org
</td>
</tr>
<tr>
<th>CC</th>
<td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Tested with TOT LLVM/LLDB/CLANG
LLDB testsuite is unable to run on arm-linux-gnueabihf (Ubuntu Xenial 16.04)
and ninja check-lldb fails with most tests ending up failing.
Starting a simple test programming using lldb commandline fails with errors
below:
(lldb) target create "./hello"
Current executable set to './hello' (arm).
(lldb) run
error: process launch failed: Lost debug server connection
(lldb)
Target create with remote-linux platform and lldb-server running on same host
results in errors below:
(lldb) platform select remote-linux
Platform: remote-linux
Connected: no
(lldb) platform connect connect://localhost:5432
Platform: remote-linux
OS Version: 4.12.13 (4.12.13)
Kernel: #1 SMP Thu Sep 14 13:00:05 UTC 2017
Hostname: libgomp-d05-dev
Connected: yes
WorkingDir: /home/omair.javaid/work/build
(lldb) file hello
Current executable set to 'hello' (arm).
(lldb) run
error: process launch failed: Lost debug server connection</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>