[all-commits] [llvm/llvm-project] e87362: Tab completion for breakpoint write and breakpoint...
gydeng via All-commits
all-commits at lists.llvm.org
Mon May 11 06:55:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e87362e6894e052456c645129ac570f6bc23e8d1
https://github.com/llvm/llvm-project/commit/e87362e6894e052456c645129ac570f6bc23e8d1
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M lldb/source/Commands/CommandObjectBreakpoint.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
Tab completion for breakpoint write and breakpoint name add/delete
Summary: Apply the common completion created in [[ https://reviews.llvm.org/D75418 | Revision D75418 ]] to the commands `breakpoint write` and `breakpoint name add/delete`.
Reviewers: teemperor, JDevlieghere
Reviewed By: teemperor
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D79686
More information about the All-commits
mailing list