Hi there!

I was wondering what the threading model is for the Python API (when
running inside of LLDB, in implementing a command)?

For example: If I create a Python thread in my command, how do I
access the LLDB API? Is there an equivalent of gdb's post_event
function to run it on the main thread? Or is the API threadsafe?

I tried to look for documentation on this but was unsuccessful.

Thanks!
Christian
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to