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.fudan@gmail.com
CC llvm-bugs@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.