Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h

Issue 9535001: Add validation caching interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: More edits Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator/x86/nacl_cpuid.h ('k') | src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
index a68b0ce8eae6ab84c0a71d0bb4f81f0bd0a447b1..303059c3f31b784b727f39df7c11680aa4ae1b4b 100644
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
+++ b/src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h
@@ -373,6 +373,9 @@ void NaClValidatorTwoInstMessage(int level,
/* Returns true if the validator should quit due to previous errors. */
Bool NaClValidatorQuit(NaClValidatorState* state);
+/* Returns true if any code has been overwritten with halts. */
+Bool NaClValidatorDidStubOut(NaClValidatorState *vstate);
+
#ifdef NCVAL_TESTING
/* Defines the buffer and the corresponding buffer size to use for SNPRINTF,
* given the current contents of the pre/post condition.
« no previous file with comments | « src/trusted/validator/x86/nacl_cpuid.h ('k') | src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698