[Lldb-commits] [PATCH] D118482: [lldb/Plugins] Add lldb.ScriptedProcess.get_most_relevant_thread_index interpreter method

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 31 16:49:49 PST 2022


jingham added a comment.

As an implementation detail for stack_core_scripted_process this seems fine.  I'm not sure whether it belongs in the generic scripted_process.py example however.  If you do have reasons for keeping it there as well, I think you need to say what it means for a thread to be the "most relevant" from a scripted process's point of view.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118482/new/

https://reviews.llvm.org/D118482



More information about the lldb-commits mailing list