Added an option to turn OFF the "detach on error" behavior that was added
authorJim Ingham <jingham@apple.com>
Wed, 25 Jun 2014 02:32:56 +0000 (02:32 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 25 Jun 2014 02:32:56 +0000 (02:32 +0000)
commit106d02866d4d54b09c08e6a12915dba58e709294
treed495af8b9b7f1823c685bc4ff2ce2a9a0289b5b9
parentab8d0a0dd514e8313f39e3f09482468577ffe144
Added an option to turn OFF the "detach on error" behavior that was added
to debugserver when launching processes.

<rdar://problem/16216199>

llvm-svn: 211658
20 files changed:
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Target.h
lldb/include/lldb/lldb-enumerations.h
lldb/scripts/Python/interface/SBTarget.i
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectProcess.cpp
lldb/source/Host/macosx/Host.mm
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Target/Target.cpp
lldb/source/Utility/StringExtractorGDBRemote.cpp
lldb/source/Utility/StringExtractorGDBRemote.h
lldb/tools/debugserver/source/RNBRemote.cpp
lldb/tools/debugserver/source/RNBRemote.h