[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)
Make it clear form the method names whether they are synchronous or asynchronous.
This commit is contained in:
@@ -80,7 +80,7 @@ void ScriptInterpreterLua::ExecuteInterpreterLoop() {
|
||||
return;
|
||||
|
||||
IOHandlerSP io_handler_sp(new IOHandlerLuaInterpreter(debugger, *this));
|
||||
debugger.PushIOHandler(io_handler_sp);
|
||||
debugger.RunIOHandlerAsync(io_handler_sp);
|
||||
}
|
||||
|
||||
bool ScriptInterpreterLua::LoadScriptingModule(
|
||||
|
||||
Reference in New Issue
Block a user