20 matches across 1 files for error lang:Python lang:Python path:src/etc/lldb_providers.py lang:Python
snippet_mode: auto · sorted by relevance
src/etc/lldb_providers.py PYTHON 20 matches · showing 5 view file →
7from lldb import (
8 SBData,
9 SBError,
10 eBasicTypeChar32,
11 eBasicTypeDouble,
· · ·
361 chars = [vec.GetChildAtIndex(i).GetValueAsUnsigned() for i in range(length)]
362 return (
363 bytes(chars).decode(errors="replace")
364 if PY3
365 else "".join(chr(char) for char in chars)
· · ·
368
369def read_string(
370 process: SBProcess, address: int, length: int, error: Optional[SBError] = None
371) -> str:
372 """Reads a string from running process's memory. If `error` is passed in, it will be passed
· · ·
372 """Reads a string from running process's memory. If `error` is passed in, it will be passed
373 to the `SBProcess.ReadMemory` call, and will reflect any errors after the function is called.
374
· · ·
373 to the `SBProcess.ReadMemory` call, and will reflect any errors after the function is called.
374
375 If any error or exception occurs, a placeholder byte array of the form "<error: [reason]>" will
+ 15 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.