> On Feb 6, 2019, at 2:11 PM, Joshua Peraza <[email protected]> wrote: > > Adding a hashes where we need them SGTM. > > On Mon, Feb 4, 2019 at 10:31 AM Greg Clayton <[email protected] > <mailto:[email protected]>> wrote: > If it is inside the object itself, and we have only 1 user data "void *" per > object, I can see many clients wanting to use this user data. > > This surprised me though. There are situations where multiple clients are > using LLDB simultaneously?
The embedded Python interpreter and the IDE or command line that are running LLDB are two I can think of. Also if the baton lives in the lldb_private::* objects, then we can have internal clients as well as clients through the API.
_______________________________________________ lldb-dev mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
