You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, does DrMemory provide any client requests like "AmIRunningUnder DrMemory()"?
It'd be very useful for client programs to know that they are running under instrumentation tool to avoid calling HeapSetInformation.
Today DYNAMORIO_ANNOTATE_RUNNING_ON_DYNAMORIO or RUNNING_ON_VALGRIND should both work. But, there are no docs, and we don't provide dr_annotations.h in our release package. Plus, maybe we should provide our own with Dr. Memory in the name.
From [email protected] on September 30, 2010 00:43:05
feature request from DynamoRIO issue #280 :
By the way, does DrMemory provide any client requests like "AmIRunningUnder DrMemory()"?
It'd be very useful for client programs to know that they are running under instrumentation tool to avoid calling HeapSetInformation.
Original issue: http://code.google.com/p/drmemory/issues/detail?id=61
The text was updated successfully, but these errors were encountered: