Documentation
¶
Index ¶
- type Event
- type GDB
- func (g *GDB) Break(linespec string) (string, error)
- func (g *GDB) Continue() (<-chan debuggers.Event, error)
- func (g *GDB) Detach() error
- func (g *GDB) IntoDebugServer() (debuggers.DebugServer, error)
- func (g *GDB) Send(ctx context.Context, operation string, arguments ...string) (Event, error)
- func (g *GDB) SendShort(operation string, arguments ...string) (Event, error)
- func (g *GDB) SetBreakpoint(bp string) error
- type GdbError
- type GdbInterface
- type Reason
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GDB ¶
type GDB struct { C <-chan Event // contains filtered or unexported fields }
func (*GDB) IntoDebugServer ¶
func (g *GDB) IntoDebugServer() (debuggers.DebugServer, error)
func (*GDB) SetBreakpoint ¶
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)
Click to show internal directories.
Click to hide internal directories.