gdb

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event map[string]interface{}

func (Event) Class

func (e Event) Class() string

func (Event) Payload

func (e Event) Payload() map[string]interface{}

type GDB

type GDB struct {
	C <-chan Event
	// contains filtered or unexported fields
}

func (*GDB) Break

func (g *GDB) Break(linespec string) (string, error)

func (*GDB) Continue

func (g *GDB) Continue() (<-chan debuggers.Event, error)

func (*GDB) Detach

func (g *GDB) Detach() error

func (*GDB) IntoDebugServer

func (g *GDB) IntoDebugServer() (debuggers.DebugServer, error)

func (*GDB) Send

func (g *GDB) Send(ctx context.Context, operation string, arguments ...string) (Event, error)

func (*GDB) SendShort

func (g *GDB) SendShort(operation string, arguments ...string) (Event, error)

func (*GDB) SetBreakpoint

func (g *GDB) SetBreakpoint(bp string) error

type GdbError

type GdbError map[string]interface{}

func (GdbError) Error

func (e GdbError) Error() string

type GdbInterface

type GdbInterface struct{}

func (*GdbInterface) AttachTo

func (g *GdbInterface) AttachTo(pid int) (debuggers.LiveDebugSession, error)

func (*GdbInterface) StartDebugServer

func (g *GdbInterface) StartDebugServer(pid int) (debuggers.DebugServer, error)

type Reason

type Reason string

func (Reason) HasExited

func (r Reason) HasExited() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳