Hi all,

I can specify myapp.dsym in the lldb command line app:

    target create --no-dependents -arch arm64 --symfile myapp.dsym myapp


But how can I specify dsym file when using python API?


```
target = debugger.CreateTarget(

    "myapp", triple, platform_name, add_dependents, lldb.SBError())

```


I have search in https://github.com/llvm/llvm-project/ and
https://lldb.llvm.org/python_reference/index.html . But cannot solve it.



Best regards,
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to