[all-commits] [llvm/llvm-project] 2e6533: [lldb] tab completion for `watchpoint set variable`

Gongyu Deng via All-commits all-commits at lists.llvm.org
Tue Aug 11 00:52:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e653327e364aae564209af99d3b6a4625e25b68
      https://github.com/llvm/llvm-project/commit/2e653327e364aae564209af99d3b6a4625e25b68
  Author: Gongyu Deng <gy_deng at icloud.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/test/API/functionalities/completion/TestCompletion.py

  Log Message:
  -----------
  [lldb] tab completion for `watchpoint set variable`

1. Applied the common completion `eVariablePathCompletion` to command
`watchpoint set variable`;

2. Added a related test case.

Reviewed By: teemperor, JDevlieghere

Differential Revision: https://reviews.llvm.org/D84177




More information about the All-commits mailing list