Просмотр исходного кода

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

	* jit-debug: Fix two other places.

svn path=/trunk/mono/; revision=61173
Zoltan Varga 19 лет назад
Родитель
Сommit
bcaf92d689
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 0
      web/ChangeLog
  2. 2 2
      web/jit-debug

+ 2 - 0
web/ChangeLog

@@ -1,5 +1,7 @@
 2006-05-26  Zoltan Varga  <[email protected]>
 
+	* jit-debug: Fix two other places.
+	
 	* jit-debug: print_method_from_ip -> mono_print_method_from_ip (). Fixes
 	#78514.
 

+ 2 - 2
web/jit-debug

@@ -33,10 +33,10 @@
 	You can now use:
 
 <pre>
-(gdb) p print_method_from_ip (0x0817f490)
+(gdb) p mono_print_method_from_ip (0x0817f490)
 IP 0x817f490 at offset 0x28 of method (wrapper managed-to-native) System.String:GetHashCode () (0x817f468 0x817f4a4)
 $1 = void
-(gdb) p print_method_from_ip (0x0817f42a)
+(gdb) p mono_print_method_from_ip (0x0817f42a)
 IP 0x817f42a at offset 0x52 of method System.Collections.Hashtable:GetHash (object) (0x817f3d8 0x817f43b)
 $2 = void
 </pre>