[lldb-dev] [Bug 26901] New: LLDB should report meaningful error message during SBTarget creation and launch/attach
via lldb-dev
lldb-dev at lists.llvm.org
Thu Mar 10 10:42:27 PST 2016
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 at lists.llvm.org
Reporter: jeffrey.fudan at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160310/47781217/attachment.html>
More information about the lldb-dev
mailing list