[all-commits] [llvm/llvm-project] 66fa73: [lldb] move the frame index completion into a comm...

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


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

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

  Log Message:
  -----------
  [lldb] move the frame index completion into a common completion and apply it to `thread backtrace -s`

Commands frame select and thread backtrace -s can be completed in the same way.
Moved the dedicated completion of frame select into a common completion and
apply it to the both commands, along with the test modified.




More information about the All-commits mailing list