<rdar://problem/12786725>
authorEnrico Granata <egranata@apple.com>
Thu, 17 Jan 2013 21:36:19 +0000 (21:36 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 17 Jan 2013 21:36:19 +0000 (21:36 +0000)
commitbcba2b2b7507d997742eaf1aa108b91d28b84fce
treed5c22cdce1e4937f666546edddeff32fa092e681
parentda29e005781274c390029abe0e596d51478342ab
<rdar://problem/12786725>

If there is any alive process being debugged, the user is asked for confirmation before quitting LLDB
This should prevent situations where the user mistakenly types "q" and LLDB slaughters their process without any mercy whatsoever
Since it can quickly get tedious, there is a new setting on the command interpreter to disable this and replicate the previous behavior

llvm-svn: 172757
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/source/Commands/CommandObjectQuit.cpp
lldb/source/Commands/CommandObjectQuit.h
lldb/source/Interpreter/CommandInterpreter.cpp