[all-commits] [llvm/llvm-project] a6faf8: [lldb/CommandInterpreter] Remove flag that's alway...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 14 22:40:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8
https://github.com/llvm/llvm-project/commit/a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandInterpreter.h
M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Commands/CommandObjectType.cpp
M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
The 'asynchronously' argument to both GetLLDBCommandsFromIOHandler and
GetPythonCommandsFromIOHandler is true for all call sites. This commit
simplifies the API by dropping it and giving the baton a default
argument.
More information about the All-commits
mailing list