[all-commits] [llvm/llvm-project] ab7fcf: [LLDB] CommandObjectThreadUntil::DoExecute() sets ...
Venkata Ramanaiah Nalamothu via All-commits
all-commits at lists.llvm.org
Tue Jun 14 20:22:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab7fcf24849d9365785dc981613e761e388e560d
https://github.com/llvm/llvm-project/commit/ab7fcf24849d9365785dc981613e761e388e560d
Author: Venkata Ramanaiah Nalamothu <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M lldb/source/Commands/CommandObjectThread.cpp
Log Message:
-----------
[LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID
For the 'thread until' command, the selected thread ID, to perform the operation on, could be of the current thread or the specified thread.
Reviewed By: jingham
Differential Revision: https://reviews.llvm.org/D48865
More information about the All-commits
mailing list