Documentation
¶
Overview ¶
Package gdbproxy implements a dbgp.DBGPClient that is backed by a gdb session
Index ¶
- type GDB
- func (g *GDB) BreakpointSet(bpType, fileName string, lineNumber int) (dbgp.Breakpoint, error)
- func (g *GDB) ContextGet(depth, context int) ([]dbgp.Property, error)
- func (g *GDB) ContextNames(depth int) ([]dbgp.Context, error)
- func (g *GDB) Features() dbgp.Features
- func (g *GDB) Init() dbgp.InitResponse
- func (g *GDB) PropertyGet(depth, context int, name string) (string, error)
- func (g *GDB) StackDepth() int
- func (g *GDB) StackGet(depth int) ([]dbgp.Stack, error)
- func (g *GDB) Status() string
- func (g *GDB) StepInto() (status, reason string)
- func (g *GDB) StepOver() (status, reason string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GDB ¶
type GDB struct {
// contains filtered or unexported fields
}
GDB iconnmplements the dbgp.DBGPClient protocol and manages an execution of gdb
func (*GDB) BreakpointSet ¶
func (*GDB) Init ¶
func (g *GDB) Init() dbgp.InitResponse
Init is invoked to begin the session with the upstream IDE or proxy
func (*GDB) PropertyGet ¶
func (*GDB) StackDepth ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gdb2dbgp
command
Program dbgp2dbg implements a dbgp to gdb proxy dbg2dbg (gdb target) note: invoke with the following options to debug: -v=2 -logtostderr
|
Program dbgp2dbg implements a dbgp to gdb proxy dbg2dbg (gdb target) note: invoke with the following options to debug: -v=2 -logtostderr |
Click to show internal directories.
Click to hide internal directories.