https://bugs.llvm.org/show_bug.cgi?id=41706
Bug ID: 41706
Summary: LLDB is broken on arm-linux-gnu-eabihf
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: omair.jav...@linaro.org
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org
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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev