Gjsify LogoGjsify Logo

Hierarchy

  • DebuggerIface

Index

Constructors

Properties

g_iface: TypeInterface
name: string

Methods

  • attach(obj: Debugger, pid: number, source_search_directories: string[]): boolean
  • frame_changed(obj: Debugger, frame: number, thread: number): void
  • handle_signal(obj: Debugger, name: string, stop: boolean, print: boolean, ignore: boolean): boolean
  • load(obj: Debugger, file: string, mime_type: string, source_search_directories: string[]): boolean
  • program_moved(obj: Debugger, pid: number, tid: number, address: number, file: string, line: number): void
  • run_from(obj: Debugger, file: string, line: number): boolean
  • run_to(obj: Debugger, file: string, line: number): boolean
  • send_command(obj: Debugger, command: string): boolean
  • set_environment(obj: Debugger, env: string): boolean
  • set_frame(obj: Debugger, frame: number): boolean
  • set_thread(obj: Debugger, thread: number): boolean
  • set_working_directory(obj: Debugger, dir: string): boolean
  • signal_received(obj: Debugger, name: string, description: string): void
  • start(obj: Debugger, args: string, terminal: boolean, stop: boolean): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method