Versions in this module Expand all Collapse all v0 v0.12.2 Apr 13, 2017 Changes in this version + var LongLoadConfig = api.LoadConfig + var ShortLoadConfig = api.LoadConfig + func DisasmPrint(dv api.AsmInstructions, out io.Writer) + func ShortenFilePath(fullPath string) string + type ByFirstAlias []command + func (a ByFirstAlias) Len() int + func (a ByFirstAlias) Less(i, j int) bool + func (a ByFirstAlias) Swap(i, j int) + type ByID []*api.Breakpoint + func (a ByID) Len() int + func (a ByID) Less(i, j int) bool + func (a ByID) Swap(i, j int) + type Commands struct + func DebugCommands(client service.Client) *Commands + func (c *Commands) Call(cmdstr, args string, t *Term) error + func (c *Commands) CallWithContext(cmdstr, args string, t *Term, ctx callContext) error + func (c *Commands) Find(cmdstr string, prefix cmdPrefix) cmdfunc + func (c *Commands) Merge(allAliases map[string][]string) + func (c *Commands) Register(cmdstr string, cf cmdfunc, helpMsg string) + func (commands *Commands) WriteMarkdown(w io.Writer) + type ExitRequestError struct + func (ere ExitRequestError) Error() string + type Term struct + InitFile string + func New(client service.Client, conf *config.Config) *Term + func (t *Term) Close() + func (t *Term) Println(prefix, str string) + func (t *Term) Run() (int, error)