Searched refs:SBProcess (Results 1 – 3 of 3) sorted by relevance
208 class SBProcess(lldb.SBProcess, metaclass=LLDBWrapMetaclass): class214 @functools.wraps(lldb.SBProcess.ReadMemory)223 @functools.wraps(lldb.SBProcess.WriteMemory)232 @functools.wraps(lldb.SBProcess.ReadCStringFromMemory)241 @functools.wraps(lldb.SBProcess.ReadUnsignedFromMemory)250 @functools.wraps(lldb.SBProcess.ReadPointerFromMemory)
282 elif isinstance(arg, lldb.SBProcess):283 process = lldbwrap.SBProcess(arg)
666 if type(process) is lldb.SBProcess and process.IsValid():