[all-commits] [llvm/llvm-project] 7ce2de: [lldb/Debugger] Rename IO handler methods to be mo...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 15 14:58:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ce2de2ce4e7d4dd8e1e5a7a5b35c0f98e46681d
https://github.com/llvm/llvm-project/commit/7ce2de2ce4e7d4dd8e1e5a7a5b35c0f98e46681d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectExpression.cpp
M lldb/source/Commands/CommandObjectGUI.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Expression/REPL.cpp
M lldb/source/Interpreter/CommandInterpreter.cpp
M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Target/Process.cpp
Log Message:
-----------
[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)
Make it clear form the method names whether they are synchronous or
asynchronous.
More information about the All-commits
mailing list