[Lldb-commits] [PATCH] D47838: [lldb-mi] Re-implement MI -exec-step command.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 7 02:58:32 PDT 2018
labath added a comment.
I don't know if there is any spec about what the gdb-mi protocol should use for thread identification, but I think the most important part is to be consistent. If you use indexes in one place and tid's in another you'll confuse the hell out of clients trying to talk to lldb-mi.
https://reviews.llvm.org/D47838
More information about the lldb-commits
mailing list