* jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes #78514. svn path=/trunk/mono/; revision=61172
@@ -1,3 +1,8 @@
+2006-05-26 Zoltan Varga <[email protected]>
+
+ * jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes
+ #78514.
2004-12-16 Atsushi Enomoto <[email protected]>
* xml-classes :updates.
@@ -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: