Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2023 Changes in this version + const LLDBScript + const LLDBShell + const PyPath + const PyScript + const ScriptPath + const StopAtEntry + type Client struct + func NewClient(udid string) (*Client, error) + func (c *Client) Close() error + func (c *Client) Conn() net.Conn + func (c *Client) Recv() (string, error) + func (c *Client) Request(req string) (string, error) + func (c *Client) Send(req string) error + type EventOutput struct + type EventThread struct + type GDBServer struct + func NewGDBServer(rw io.ReadWriter) *GDBServer + func (g *GDBServer) Recv() (string, error) + func (g *GDBServer) Request(req string) (string, error) + func (g *GDBServer) Send(req string) error + type Process struct + func NewProcess(udid string, args, env []string) (*Process, error) + func (p *Process) Args() []string + func (p *Process) Continue() error + func (p *Process) Interrupt() error + func (p *Process) Kill() error + func (p *Process) Start() error + func (p *Process) Stdout() io.Reader + func (p *Process) WaitByName(name string) error v0.0.0-prerelease Dec 5, 2025