[Lldb-commits] [PATCH] D47797: [lldb-mi] Re-implement MI -exec-next command.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 6 20:54:38 PDT 2018
aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: lit/tools/lldb-mi/exec/exec-next.test:19
+
+-exec-next --thread 0
+# Check that exec-next can process the case of invalid thread ID.
----------------
0 feels like it might actually be a valid thread id on some systems.. perhaps use really high number instead?
https://reviews.llvm.org/D47797
More information about the lldb-commits
mailing list