================
@@ -1117,6 +1117,11 @@ let Command = "thread plan list" in {
     Desc<"Display thread plans for unreported threads">;
 }
 
+let Command = "thread select" in {
+  def thread_thread_id : Option<"thread_id", "t">,
----------------
clayborg wrote:

Also wondering if there is only one long option that can be specified? It would 
be nice to allow "--thread-id <tid>" or "--tid <tid>" or "-t <tid>". Not sure 
if the LLVM option parsing stuff allows multiple long options? @jimingham 
thoughts?

https://github.com/llvm/llvm-project/pull/73596
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to