Searched refs:SBProcess (Results 1 – 3 of 3) sorted by relevance
209 class SBProcess(lldb.SBProcess, metaclass=LLDBWrapMetaclass): class215 @functools.wraps(lldb.SBProcess.ReadMemory)224 @functools.wraps(lldb.SBProcess.WriteMemory)233 @functools.wraps(lldb.SBProcess.ReadCStringFromMemory)242 @functools.wraps(lldb.SBProcess.ReadUnsignedFromMemory)251 @functools.wraps(lldb.SBProcess.ReadPointerFromMemory)
282 elif isinstance(arg, lldb.SBProcess):283 process = lldbwrap.SBProcess(arg)
667 if type(process) is lldb.SBProcess and process.IsValid():