• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
          • Dynamic-instrumentation
            • Printing-x86-components
            • !log-file-name
            • Initialize-x86-state
            • Binary-file-load-fn
            • Setting-up-page-tables
            • Init-sys-view
            • Load-elf-sections
            • Concrete-simulation-examples
          • Introduction
          • X86isa-build-instructions
          • Publications
          • Contributors
          • Machine
          • Implemented-opcodes
          • Proof-utilities
          • To-do
          • Concrete-simulation-examples
          • Model-validation
          • Utils
          • Debugging-code-proofs
        • Execloader
        • Axe
      • Testing-utilities
      • Math
    • 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))