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/doc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-02-07 07:55:39 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-02-07 07:55:39 +0300
commit5b323f16ebe60f94f462891e8ba392866af67551 (patch)
treec91a44da0c06e1c005200acf27c2acea34f650fa /doc
parent3a71b63f4a0e69c2ffb40cbe3a8f100d54d31715 (diff)
up
svn path=/trunk/mono/; revision=22848
Diffstat (limited to 'doc')
-rw-r--r--doc/jit-debug8
1 files changed, 8 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