protocol

package
v1.7.0-dev-20191021 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2019 License: Apache-2.0 Imports: 1 Imported by: 37

Documentation

Overview

Package protocol contains the constants and types used to communicate with the replay system and its virtual-machine interpreter.

Any changes to the values in this package must also be made to the replay source.

Index

Constants

View Source
const (
	OpCall         = Opcode(0)
	OpPushI        = Opcode(1)
	OpLoadC        = Opcode(2)
	OpLoadV        = Opcode(3)
	OpLoad         = Opcode(4)
	OpPop          = Opcode(5)
	OpStoreV       = Opcode(6)
	OpStore        = Opcode(7)
	OpResource     = Opcode(8)
	OpPost         = Opcode(9)
	OpCopy         = Opcode(10)
	OpClone        = Opcode(11)
	OpStrcpy       = Opcode(12)
	OpExtend       = Opcode(13)
	OpAdd          = Opcode(14)
	OpLabel        = Opcode(15)
	OpSwitchThread = Opcode(16)
	OpJumpLabel    = Opcode(17)
	OpJumpNZ       = Opcode(18)
	OpNotification = Opcode(19)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Opcode

type Opcode int

Opcode is one of the opcodes supported by the replay virtual machine.

func (Opcode) String

func (t Opcode) String() string

String returns the human-readable name of the opcode.

Jump to

Keyboard shortcuts

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