C# Class Mono.Debugger.Frontend.StyleEmacs

Inheritance: StyleCLI
ファイルを表示 Open project: baulig/debugger

Public Methods

Method Description
StyleEmacs ( Interpreter interpreter ) : System
TargetStopped ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void

Method Details

StyleEmacs() public method

public StyleEmacs ( Interpreter interpreter ) : System
interpreter Interpreter
return System

TargetStopped() public method

public TargetStopped ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
interpreter Interpreter
frame Mono.Debugger.StackFrame
current_insn Mono.Debugger.AssemblerLine
return void