[all-commits] [llvm/llvm-project] 1d3b73: [lldb] Fixing the bug that the "log timer" has no ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Apr 8 23:59:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1d3b7370c466eba4bf22dce4a51f885f76698053
https://github.com/llvm/llvm-project/commit/1d3b7370c466eba4bf22dce4a51f885f76698053
Author: Shu Anzai <shu.anzai at gmail.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M lldb/source/Commands/CommandObjectLog.cpp
M lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
Log Message:
-----------
[lldb] Fixing the bug that the "log timer" has no tab completion
I fixed the bug that the "log timer" has no tab command.
Original code has the only CommandObjectLogTimer class, but it is not
sufficient. Thus I divided the content of CommandObjectLog class into
CommandObjectLogEnable class, CommandObjectLogDisable class,
CommandObjectLogDump class, CommandObjectLogReset class,
CommandObjectLogIncrement class.
Reviewed by: teemperor
Differential Revision: https://reviews.llvm.org/D76906
More information about the All-commits
mailing list