debuginfo

package
v0.0.0-...-03cd3b7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssertionVariety

type AssertionVariety int
const (
	NoAssertion AssertionVariety = iota
	RegisterAssertion
	MemoryAssertion
	CSRAssertion
)

type DebugInfo

type DebugInfo interface {
	AssertionType() AssertionVariety
	AssertionTarget() uint32
	AssertWord(uint32) (ok bool, expected uint32, tag string)
	AssertHalfWord(uint16) (ok bool, expected uint16, tag string)
}

func Assertion

func Assertion(variety AssertionVariety, target uint32, expectedValue uint32, tag string) DebugInfo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL