[Lldb-commits] [lldb] Add option to pass thread ID to thread select command (PR #73596)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 28 13:48:23 PST 2023


================
@@ -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:

Change the long option name to be "thread-id" (replace the '_' with a '-'). That is more consistent with the other commands (see above on line 1113).

https://github.com/llvm/llvm-project/pull/73596


More information about the lldb-commits mailing list