llvm-project/lldb/source
Enrico Granata bcba2b2b75 <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
2013-01-17 21:36:19 +00:00
..
API <rdar://problem/13021266> 2013-01-16 18:53:52 +00:00
Breakpoint <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
Commands <rdar://problem/12786725> 2013-01-17 21:36:19 +00:00
Core Adding a custom summary for libc++ std::vector<bool> 2013-01-16 23:17:30 +00:00
Expression ClangExpressionVariable previously was not capable of 2013-01-15 23:29:36 +00:00
Host Add initial support to trace spawned threads in a process on Linux. 2013-01-08 16:30:18 +00:00
Interpreter <rdar://problem/12786725> 2013-01-17 21:36:19 +00:00
Plugins Fixes to the code I just committed to reflect 2013-01-15 23:38:09 +00:00
Symbol <rdar://problem/11146929> 2013-01-10 02:37:22 +00:00
Target Removed unused variable. 2013-01-16 22:22:42 +00:00
Utility Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00