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
xref issue #527 . But Dr. Memory wants not just the app segment bases but
also the absolute address of dr_raw_tls_calloc() slots. Otherwise it's
awkward to deal with a data structure stored there from C code. Maybe we
should add a new API routine to get the DR segment base (the address that
dr_raw_tls_calloc() offsets are relative to).
hmm, the former matches my use case, but the latter is more powerful and perhaps we'll hit some use later that needs it -- though if we do that make sure to document in dr_raw_tls_calloc() that it can be used to get the base
From [email protected] on August 07, 2011 11:40:51
xref issue #527 . But Dr. Memory wants not just the app segment bases but
also the absolute address of dr_raw_tls_calloc() slots. Otherwise it's
awkward to deal with a data structure stored there from C code. Maybe we
should add a new API routine to get the DR segment base (the address that
dr_raw_tls_calloc() offsets are relative to).
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=533
The text was updated successfully, but these errors were encountered: