<div dir="ltr">Hello,<div><br></div><div>I have been trying for some days to resolve a symbol of address using lldb python api but I haven't found how to do that.</div><div>So I think that I need to attach to the PID using python but it's not working, I tried:</div><div><br></div><div>target = lldb.debugger.FindTargetWithProcessID(71321)<br></div><div>process = target.LaunchSimple(None, None, os.getcwd())<br></div><div>process.GetState() --> Returns 0  ... Why?</div><div><br></div><div>So I could use the ResolveSymbolAddress function because if I attach it outside of scripting then I do not own the self – debugger object.</div><div><br></div><div>I appreciate your help.</div></div>