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/web
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2006-05-26 23:15:35 +0400
committerZoltan Varga <vargaz@gmail.com>2006-05-26 23:15:35 +0400
commit72a35533e75d1fb5fc55a1211c6563205cd032d3 (patch)
tree893ca5427ae410f6b763b312decec649f047a1f5 /web
parent89430fa1f07592ba222c73fe2a245f774f1a75d7 (diff)
2006-05-26 Zoltan Varga <vargaz@gmail.com>
* jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes #78514. svn path=/trunk/mono/; revision=61172
Diffstat (limited to 'web')
-rwxr-xr-xweb/ChangeLog5
-rw-r--r--web/jit-debug2
2 files changed, 6 insertions, 1 deletions
diff --git a/web/ChangeLog b/web/ChangeLog
index b19849ac1eb..f32d38345ac 100755
--- a/web/ChangeLog
+++ b/web/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-26 Zoltan Varga <vargaz@gmail.com>
+
+ * jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes
+ #78514.
+
2004-12-16 Atsushi Enomoto <atsushi@ximian.com>
* xml-classes :updates.
diff --git a/web/jit-debug b/web/jit-debug
index 57ec9065263..fa2df77a8e9 100644
--- a/web/jit-debug
+++ b/web/jit-debug
@@ -16,7 +16,7 @@
* Debugging with GDB
If you use GDB to debug your mono process, you can use the function
- print_method_from_ip(void *address) to obtain the name of a method
+ mono_print_method_from_ip(void *address) to obtain the name of a method
given an address.
For example: