In System:
[mono.git] / web / jit-debug
index fa2df77a8e954d99c79fcb1d73d130ecf0fd2cb2..66b4411ff07d901618781294ddfce48e13eb31d4 100644 (file)
        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>