[lldb-dev] [Bug 24984] New: auto-confirm setting produces unexpected results
via lldb-dev
lldb-dev at lists.llvm.org
Tue Sep 29 08:03:06 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24984
Bug ID: 24984
Summary: auto-confirm setting produces unexpected results
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: labath at google.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Normally, the command "process handle -n false" produces an "do you want to
change ALL signals" prompt. When auto-confirm is true, this command essentially
becomes a no-op, since the confirmation logic automatically responds "no".
The description of this setting is "If true all confirmation prompts will
receive their default reply.", so it essence this is working as intended, but i
think it produces very surprising results (e.g. the above command is silently
ignored). I think it would be better to have this setting mean "just shut up
and do it", i.e., perform all actions without asking the usual "are you sure"
questions.
--
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/20150929/78a0d188/attachment.html>
More information about the lldb-dev
mailing list