[all-commits] [llvm/llvm-project] 7c8929: Correct the argument list of command `breakpoint r...
gydeng via All-commits
all-commits at lists.llvm.org
Fri May 15 00:01:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c89297cf7eecd52327915de587df8183793afac
https://github.com/llvm/llvm-project/commit/7c89297cf7eecd52327915de587df8183793afac
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M lldb/source/Commands/CommandObjectBreakpoint.cpp
Log Message:
-----------
Correct the argument list of command `breakpoint read`
Summary: Command `breakpoint read` should not accept breakpoint ids as
arguments, and in fact, it is not implemented to deal with breakpoint id
arguments either. So this patch is to correct the argument list of this
command so that the help text won't misguide users.
Reviewers: teemperor, JDevlieghere, jingham
Reviewed By: teemperor, JDevlieghere
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D79722
More information about the All-commits
mailing list