Home
last modified time | relevance | path

Searched refs:bytes_count (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp47 ssize_t bytes_count = read(read_fd, &buffer, sizeof(buffer)); in RedirectFd() local
48 if (bytes_count == 0) in RedirectFd()
50 if (bytes_count == -1) { in RedirectFd()
55 callback(StringRef(buffer, bytes_count)); in RedirectFd()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py723 bytes_count=0, argument
726 value = bytes_count + num_pointers * self.pointer_size