mirror of
https://github.com/corda/corda.git
synced 2025-06-20 16:10:26 +00:00
added debugging method 'vmAddressFromLine'
This commit is contained in:
@ -2377,4 +2377,7 @@ dumpHeap(Thread* t, FILE* out);
|
|||||||
void
|
void
|
||||||
vmPrintTrace(vm::Thread* t);
|
vmPrintTrace(vm::Thread* t);
|
||||||
|
|
||||||
|
void*
|
||||||
|
vmAddressFromLine(vm::Thread* t, vm::object m, unsigned line);
|
||||||
|
|
||||||
#endif//MACHINE_H
|
#endif//MACHINE_H
|
||||||
|
Reference in New Issue
Block a user