[lldb-dev] [Bug 41706] New: LLDB is broken on arm-linux-gnu-eabihf

via lldb-dev lldb-dev at lists.llvm.org
Thu May 2 03:26:19 PDT 2019


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 at lists.llvm.org
          Reporter: omair.javaid at linaro.org
                CC: jdevlieghere at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190502/a8fd7446/attachment-0001.html>


More information about the lldb-dev mailing list