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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev