[all-commits] [llvm/llvm-project] f99a18: [lldb] tab completion for `thread plan discard`

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


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

  Changed paths:
    M lldb/include/lldb/Target/Thread.h
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/test/API/functionalities/completion/TestCompletion.py
    A lldb/test/API/functionalities/completion/thread_plan_script.py

  Log Message:
  -----------
  [lldb] tab completion for `thread plan discard`

Dedicated completion for the command `thread plan discard` with a corresponding
test case.

Reviewed By: teemperor

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




More information about the All-commits mailing list