Browse Source

2006-05-26 Zoltan Varga <[email protected]>

	* jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes
	#78514.

svn path=/trunk/mono/; revision=61172
Zoltan Varga 19 years ago
parent
commit
72a35533e7
2 changed files with 6 additions and 1 deletions
  1. 5 0
      web/ChangeLog
  2. 1 1
      web/jit-debug

+ 5 - 0
web/ChangeLog

@@ -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.

+ 1 - 1
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: