Searched defs:ExeContext (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_execontext.h36 ExeContext; typedef in typeref:struct:_ExeContext
59 // the meaning of the code addresses in the returned ExeContext.
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
70 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid );
72 // Apply a function to every element in the ExeContext. The parameter 'n'
76 ExeContext* ec, UInt n_ips );
82 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
84 // Print an ExeContext.
85 extern void VG_(pp_ExeContext) ( ExeContext* e
[all...]

Completed in 66 milliseconds