Versions in this module Expand all Collapse all v1 v1.0.0-rc.2 Oct 16, 2017 v1.0.0-rc.1 May 6, 2017 v0 v0.12.2 Apr 13, 2017 v0.12.1 Jan 11, 2017 v0.12.0 Jan 11, 2017 Changes in this version + const Continue + const GNUFlavour + const Halt + const IntelFlavour + const Next + const Step + const StepInstruction + const StepOut + const SwitchGoroutine + const SwitchThread + var NotExecutableErr = proc.NotExecutableErr + func LoadConfigToProc(cfg *LoadConfig) *proc.LoadConfig + func ValidBreakpointName(name string) error + type AsmInstruction struct + AtPC bool + Breakpoint bool + Bytes []byte + DestLoc *Location + Loc Location + Text string + func ConvertAsmInstruction(inst proc.AsmInstruction, text string) AsmInstruction + type AsmInstructions []AsmInstruction + type AssemblyFlavour int + type Breakpoint struct + Addr uint64 + Cond string + File string + FunctionName string + Goroutine bool + HitCount map[string]uint64 + ID int + Line int + LoadArgs *LoadConfig + LoadLocals *LoadConfig + Name string + Stacktrace int + TotalHitCount uint64 + Tracepoint bool + Variables []string + func ConvertBreakpoint(bp *proc.Breakpoint) *Breakpoint + type BreakpointInfo struct + Arguments []Variable + Goroutine *Goroutine + Locals []Variable + Stacktrace []Stackframe + Variables []Variable + type DebuggerCommand struct + GoroutineID int + Name string + ThreadID int + type DebuggerState struct + CurrentThread *Thread + Err error + ExitStatus int + Exited bool + NextInProgress bool + SelectedGoroutine *Goroutine + Threads []*Thread + type DiscardedBreakpoint struct + Breakpoint *Breakpoint + Reason string + type EvalScope struct + Frame int + GoroutineID int + type Function struct + GoType uint64 + Name string + Type byte + Value uint64 + func ConvertFunction(fn *gosym.Func) *Function + type GetVersionIn struct + type GetVersionOut struct + APIVersion int + DelveVersion string + type Goroutine struct + CurrentLoc Location + GoStatementLoc Location + ID int + ThreadID int + UserCurrentLoc Location + func ConvertGoroutine(g *proc.G) *Goroutine + type LoadConfig struct + FollowPointers bool + MaxArrayValues int + MaxStringLen int + MaxStructFields int + MaxVariableRecurse int + func LoadConfigFromProc(cfg *proc.LoadConfig) *LoadConfig + type Location struct + File string + Function *Function + Line int + PC uint64 + func ConvertLocation(loc proc.Location) Location + type Register struct + Name string + Value string + func ConvertRegisters(in []proc.Register) (out []Register) + type Registers []Register + func (regs Registers) String() string + type SetAPIVersionIn struct + APIVersion int + type SetAPIVersionOut struct + type Stackframe struct + Arguments []Variable + Locals []Variable + func (frame *Stackframe) Var(name string) *Variable + type Thread struct + Breakpoint *Breakpoint + BreakpointInfo *BreakpointInfo + File string + Function *Function + GoroutineID int + ID int + Line int + PC uint64 + func ConvertThread(th *proc.Thread) *Thread + type Variable struct + Addr uintptr + Cap int64 + Children []Variable + Kind reflect.Kind + Len int64 + Name string + OnlyAddr bool + RealType string + Type string + Unreadable string + Value string + func ConvertVar(v *proc.Variable) *Variable + func (v *Variable) MultilineString(indent string) string + func (v *Variable) SinglelineString() string v0.11.0-alpha Jan 26, 2016 v0.10.0-alpha Oct 4, 2015 v0.9.0-alpha Sep 20, 2015 v0.8.1-alpha Sep 5, 2015 v0.8.0-alpha Sep 5, 2015 v0.7.0-alpha Aug 14, 2015