Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2015-08-05 19:49:39 +0300
committerJoão Matos <joao@tritao.eu>2015-08-05 19:49:39 +0300
commitb4357e8f6ea2cc3acafbaaeecb9169af82512495 (patch)
tree4098361ac1aa47d550110e3841a952886fc56ed1
parent70b795cfd8af7009040ed83d6dd806bd8442a615 (diff)
[runtime] Re-enable the soft debugger on x86 without presence of signals.
As of b76665b8485e45bea13e2694107117877f96c98b the debugger does not rely on signals anymore for stepping.
-rw-r--r--mono/mini/mini-x86.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/mini/mini-x86.h b/mono/mini/mini-x86.h
index e644e860a9f..033d4ecc5d0 100644
--- a/mono/mini/mini-x86.h
+++ b/mono/mini/mini-x86.h
@@ -237,9 +237,7 @@ typedef struct {
#define MONO_ARCH_HAVE_LLVM_IMT_TRAMPOLINE 1
#define MONO_ARCH_LLVM_SUPPORTED 1
-#if defined(MONO_ARCH_USE_SIGACTION) || defined(TARGET_WIN32)
#define MONO_ARCH_SOFT_DEBUG_SUPPORTED 1
-#endif
#define MONO_ARCH_HAVE_EXCEPTIONS_INIT 1
#define MONO_ARCH_HAVE_HANDLER_BLOCK_GUARD 1