These functions are useful when running the Mono VM inside a debugger.
Parameters
Returnsip: an instruction pointer address
the name of the method at address ip.Remarks
This method is used from a debugger to get the name of the method at address ip. This routine is typically invoked from a debugger like this: (gdb) print mono_pmip ($pc)
Parameters
Remarksip: an instruction pointer address
This method is used from a debugger to get the name of the method at address ip. This prints the name of the method at address ip in the standard output. Unlike mono_pmip which returns a string, this routine prints the value on the standard output.
Remarks
Ask all threads except the current to print their stacktrace to stdout.