[Lldb-commits] [lldb] [lldb] Fix declaration of thread argument in CommandObjectThreadStepWithTypeAndScope (PR #95146)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 11 12:26:54 PDT 2024


https://github.com/jimingham approved this pull request.

We clearly parse that as a Thread Index later on, so the definition here is wrong.  Thread Index is also the right choice, having to type out the ID would be annoying.

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


More information about the lldb-commits mailing list