summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-08-25 12:07:34 +0000
committeremaste <emaste@FreeBSD.org>2013-08-25 12:07:34 +0000
commit242eb425eb49280c3c6f8151c4980a2192e36a94 (patch)
treeede2b2e758fc7508ee86bd062040702cc2d5edfd /contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent99136ad2afa90d15e5b83fa5f09846e697d49042 (diff)
downloadFreeBSD-src-242eb425eb49280c3c6f8151c4980a2192e36a94.zip
FreeBSD-src-242eb425eb49280c3c6f8151c4980a2192e36a94.tar.gz
Disable lldb target support not (currently) of interest
- Remote iOS debugging - OS X symbol provider, core files - PECOFF object files - Linux platform support Sponsored by: DARPA, AFRL
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index d27207f..89da55a 100644
--- a/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -57,7 +57,6 @@
#include "lldb/Host/Host.h"
#include "Plugins/Process/Utility/InferiorCallPOSIX.h"
#include "Plugins/Process/Utility/StopInfoMachException.h"
-#include "Plugins/Platform/MacOSX/PlatformRemoteiOS.h"
#include "Utility/StringExtractorGDBRemote.h"
#include "GDBRemoteRegisterContext.h"
#include "ProcessGDBRemote.h"
@@ -1809,6 +1808,7 @@ ProcessGDBRemote::DoDestroy ()
if (log)
log->Printf ("ProcessGDBRemote::DoDestroy()");
+#if 0 // XXX Currently no iOS target support on FreeBSD
// There is a bug in older iOS debugservers where they don't shut down the process
// they are debugging properly. If the process is sitting at a breakpoint or an exception,
// this can cause problems with restarting. So we check to see if any of our threads are stopped
@@ -1912,6 +1912,7 @@ ProcessGDBRemote::DoDestroy ()
}
}
}
+#endif
// Interrupt if our inferior is running...
int exit_status = SIGABRT;
OpenPOWER on IntegriCloud