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

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

Completed in 180 milliseconds