Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newIoState (0.13 sec)

  1. src/cmd/compile/internal/ssa/debug_test.go

    	// that would be '(\\x1b\\[[0-9;]+m)?' OR TERM=dumb
    	s.atLineRe = regexp.MustCompile("\n=>[[:space:]]+[0-9]+:(.*)")
    	s.funcFileLinePCre = regexp.MustCompile("> ([^ ]+) ([^:]+):([0-9]+) .*[(]PC: (0x[a-z0-9]+)[)]\n")
    	s.ioState = newIoState(s.cmd)
    	return s
    }
    
    func (s *delveState) tag() string {
    	return s.tagg
    }
    
    func (s *delveState) stepnext(ss string) bool {
    	x := s.ioState.writeReadExpect(ss+"\n", "[(]dlv[)] ")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top