https://llvm.org/bugs/show_bug.cgi?id=26901

            Bug ID: 26901
           Summary: LLDB should report meaningful error message during
                    SBTarget creation and launch/attach
           Product: lldb
           Version: 3.8
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: jeffrey.fu...@gmail.com
                CC: llvm-b...@lists.llvm.org
    Classification: Unclassified

1. Use lldb attaching to a process already being debugged by another lldb
shows:
error: attach failed: attach failed: unable to attach

Expected:
Inferior/process is already being debugged.

2. On Linux, try to attach a root account process shows:
error: attach failed: attach failed: unable to attach

Expected:
You do not have permission to attach target process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to