[all-commits] [llvm/llvm-project] ec3125: [lldb] Update the current execution context at the...
gydeng via All-commits
all-commits at lists.llvm.org
Fri Mar 6 10:44:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ec31255c00808dac40710173162f22e4ee89a2fe
https://github.com/llvm/llvm-project/commit/ec31255c00808dac40710173162f22e4ee89a2fe
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] Update the current execution context at the beginning of tab completions
Summary: Fix a bug that tab completions won't synchronous the current execution context. ( Thanks for Jim's explanation! )
Reviewers: teemperor, labath, jingham
Reviewed By: jingham
Subscribers: jingham, labath
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D75597
More information about the All-commits
mailing list