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:
-rw-r--r--doc/jit-debug8
-rw-r--r--web/jit-debug8
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/jit-debug b/doc/jit-debug
index e33deb65579..7d8df584596 100644
--- a/doc/jit-debug
+++ b/doc/jit-debug
@@ -41,6 +41,14 @@ IP 0x817f42a at offset 0x52 of method System.Collections.Hashtable:GetHash (obje
$2 = void
</pre>
+ Mono support libraries use a couple of signals internally that
+ confuse gdb, you might want to add this to your .gdbinit file:
+
+<pre>
+ handle SIGPWR nostop noprint
+ handle SIGXCPU nostop noprint
+</pre>
+
* Mono Debugger
The Mono debugger is written in C# and can debug both managed
diff --git a/web/jit-debug b/web/jit-debug
index e33deb65579..7d8df584596 100644
--- a/web/jit-debug
+++ b/web/jit-debug
@@ -41,6 +41,14 @@ IP 0x817f42a at offset 0x52 of method System.Collections.Hashtable:GetHash (obje
$2 = void
</pre>
+ Mono support libraries use a couple of signals internally that
+ confuse gdb, you might want to add this to your .gdbinit file:
+
+<pre>
+ handle SIGPWR nostop noprint
+ handle SIGXCPU nostop noprint
+</pre>
+
* Mono Debugger
The Mono debugger is written in C# and can debug both managed