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:
authorMiguel de Icaza <miguel@gnome.org>2015-01-29 23:39:59 +0300
committerMiguel de Icaza <miguel@gnome.org>2015-01-29 23:39:59 +0300
commit4bc5170cb5b5b4a43262e425dffa985cf7351739 (patch)
tree04148f86164aa8934b7c631af980c60d5cb49696 /man/mono.1
parent9e53c703763baa2c7abf2d377a4e128f5e2fd8b9 (diff)
Add more detail
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index dbeea6a087e..f87188c3d0d 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -867,6 +867,14 @@ command script import $PREFIX/lib/mono/lldb/mono.py
.PP
Where $PREFIX is the prefix value that you used when you configured
Mono (typically /usr).
+.PP
+Once this is done, then you can inspect some Mono Runtime data structures,
+for example:
+.nf
+(lldb) p method
+
+(MonoMethod *) $0 = 0x05026ac0 [mscorlib]System.OutOfMemoryException:.ctor()
+.fi
.SH SERIALIZATION
Mono's XML serialization engine by default will use a reflection-based
approach to serialize which might be slow for continuous processing