[all-commits] [llvm/llvm-project] a14f4a: tab completion for register read/write

gydeng via All-commits all-commits at lists.llvm.org
Thu May 7 09:15:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a14f4a7531f083a4820b5452808a1d003f1e88cc
      https://github.com/llvm/llvm-project/commit/a14f4a7531f083a4820b5452808a1d003f1e88cc
  Author: Gongyu Deng <gy_deng at icloud.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/test/API/functionalities/completion/TestCompletion.py

  Log Message:
  -----------
  tab completion for register read/write

Summary:
1. Created a new common completion for the registers of the current context;
2. Apply this new common completion to the commands register read/write;
3. Unit test.

Reviewers: teemperor, JDevlieghere

Reviewed By: teemperor

Tags: #lldb

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




More information about the All-commits mailing list