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
path: root/man
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-02-10 10:38:07 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-02-10 21:55:30 +0300
commit6c856a2dce3c6c2bfcb901115ceb06a9fa4e2fc8 (patch)
tree78c8b6e8b11831cb91d2ead0473c84f4661ff876 /man
parent8e49b6eb26a95e744c9c53a080ea9393d20f277c (diff)
[exceptions] introduce suspend-on-native-crash that suspends on every native crash
not just `SIGSEGV`. rename `suspend-on-sigsegv` but keep it as an alias around.
Diffstat (limited to 'man')
-rw-r--r--man/mono.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index ef13ea04f68..946f7afd8b0 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1732,11 +1732,14 @@ values.
This option allows using single-steps and breakpoints in hardware
where we cannot do it with signals.
.TP
-\fBsuspend-on-sigsegv\fR
-This option will suspend the program when a native SIGSEGV is received.
+\fBsuspend-on-native-crash\fR
+This option will suspend the program when a native crash occurs (SIGSEGV, SIGILL, ...).
This is useful for debugging crashes which do not happen under gdb,
since a live process contains more information than a core file.
.TP
+\fBsuspend-on-sigsegv\fR
+Same as \fBsuspend-on-native-crash\fR.
+.TP
\fBsuspend-on-exception\fR
This option will suspend the program when an exception occurs.
.TP