• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
        • Sdm-instruction-set-summary
        • Tlb
        • Running-linux
        • Introduction
        • Asmtest
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
        • Implemented-opcodes
        • To-do
        • Proof-utilities
        • Peripherals
        • Model-validation
          • Virtualization-for-validation
          • Dynamic-instrumentation
            • Printing-x86-components
            • !log-file-name
          • Modelcalls
          • Concrete-simulation-examples
          • Utils
          • Debugging-code-proofs
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Dynamic-instrumentation

    !log-file-name

    Assign a log file where the instrumentation output from printing-x86-components will be stored

    Definitions and Theorems

    Function: !log-file-name-function

    (defun !log-file-name-function (name state)
      (declare (xargs :stobjs (state)))
      (mv nil name state))