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@lists.llvm.org
          Reporter: lab...@google.com
                CC: llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to